Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 83 for iShift (0.2 sec)

  1. guava/src/com/google/common/base/CharMatcher.java

        static final int MULTIPLIER = 1682554634;
        static final int SHIFT = Integer.numberOfLeadingZeros(TABLE.length() - 1);
    
        static final CharMatcher INSTANCE = new Whitespace();
    
        Whitespace() {
          super("CharMatcher.whitespace()");
        }
    
        @Override
        public boolean matches(char c) {
          return TABLE.charAt((MULTIPLIER * c) >>> SHIFT) == c;
        }
    
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Fri Feb 09 15:49:48 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080
    pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24
    pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535
    pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536
    pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760
    pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16
    pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IN_CLASSA_NET = 4278190080 #53466
    pkg syscall (freebsd-riscv64), const IN_CLASSA_NET ideal-int #53466
    pkg syscall (freebsd-riscv64), const IN_CLASSA_NSHIFT = 24 #53466
    pkg syscall (freebsd-riscv64), const IN_CLASSA_NSHIFT ideal-int #53466
    pkg syscall (freebsd-riscv64), const IN_CLASSB_HOST = 65535 #53466
    pkg syscall (freebsd-riscv64), const IN_CLASSB_HOST ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64), const IN_CLASSB_NSHIFT = 16
    pkg syscall (netbsd-arm64), const IN_CLASSB_NSHIFT ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSC_HOST = 255
    pkg syscall (netbsd-arm64), const IN_CLASSC_HOST ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSC_NET = 4294967040
    pkg syscall (netbsd-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSC_NSHIFT = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/archive/zip/reader.go

    		// Some ZIP writers use UTF-8 encoding without setting the UTF-8 flag.
    		// Since it is impossible to always distinguish valid UTF-8 from some
    		// other encoding (e.g., GBK or Shift-JIS), we trust the flag.
    		f.NonUTF8 = f.Flags&0x800 == 0
    	}
    
    	needUSize := f.UncompressedSize == ^uint32(0)
    	needCSize := f.CompressedSize == ^uint32(0)
    	needHeaderOffset := f.headerOffset == int64(^uint32(0))
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js

    U.call(this)}}]),t}();return ge.Utils=('undefined'==typeof window?global:window).PopperUtils,ge.placements=me,ge.Defaults={placement:'bottom',positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,o=t.split('-')[0],n=t.split('-')[1];if(n){var i=e.offsets,r=i.reference,p=i.popper,s=-1!==['bottom','top'].indexOf(o),d=s?'left':'top',a=s?'width':'height',l={start:ae({},d,r[d]),end:ae({},d,r...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 20.8K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/mips64.s

    //	LMOVW mreg ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	MOVW	M1, R1 // 40010800
    	MOVV	M1, R1 // 40210800
    
    
    //
    // integer operations
    // logical instructions
    // shift instructions
    // unary instructions
    //
    //	LADDW rreg ',' sreg ',' rreg
    //	{
    //		outcode(int($1), &$2, int($4), &$6);
    //	}
    	ADD	R5, R9, R10	// 01255020
    	ADDU	R13, R14, R19	// 01cd9821
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int
    pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const IN_CLASSB_NSHIFT = 16
    pkg syscall (darwin-arm64), const IN_CLASSB_NSHIFT ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_HOST = 255
    pkg syscall (darwin-arm64), const IN_CLASSC_HOST ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_NET = 4294967040
    pkg syscall (darwin-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/s390x.s

    	ORW	(R1), R2              // 56201000
    	ORW	-1(R1), R2            // e3201fffff56
    	XOR	(R1), R2              // e32010000082
    	XORW	(R1), R2              // 57201000
    	XORW	-1(R1), R2            // e3201fffff57
    
    	// shift and rotate instructions
    	SRD	$4, R4, R7              // eb740004000c
    	SRD	R1, R4, R7              // eb741000000c
    	SRW	$4, R4, R7              // eb74000400de
    	SRW	R1, R4, R7              // eb74100000de
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
Back to top