Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 446 for 0x3f (0.39 sec)

  1. android/guava/src/com/google/common/hash/Murmur3_32HashFunction.java

        return ((0xFL << 4) | (codePoint >>> 18))
            | ((0x80L | (0x3F & (codePoint >>> 12))) << 8)
            | ((0x80L | (0x3F & (codePoint >>> 6))) << 16)
            | ((0x80L | (0x3F & codePoint)) << 24);
      }
    
      private static long charToThreeUtf8Bytes(char c) {
        return ((0x7L << 5) | (c >>> 12))
            | ((0x80 | (0x3F & (c >>> 6))) << 8)
            | ((0x80 | (0x3F & c)) << 16);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jun 15 20:59:00 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  2. test/fixedbugs/issue11610.go

    // license that can be found in the LICENSE file.
    
    // Test an internal compiler error on ? symbol in declaration
    // following an empty import.
    
    package a
    var?      // ERROR "invalid character U\+003F '\?'|invalid character 0x3f in input file"
    
    var x int // ERROR "unexpected var|expected identifier|expected type"
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 11 02:26:58 UTC 2022
    - 455 bytes
    - Viewed (0)
  3. guava/src/com/google/common/hash/Murmur3_32HashFunction.java

        return ((0xFL << 4) | (codePoint >>> 18))
            | ((0x80L | (0x3F & (codePoint >>> 12))) << 8)
            | ((0x80L | (0x3F & (codePoint >>> 6))) << 16)
            | ((0x80L | (0x3F & codePoint)) << 24);
      }
    
      private static long charToThreeUtf8Bytes(char c) {
        return ((0x7L << 5) | (c >>> 12))
            | ((0x80 | (0x3F & (c >>> 6))) << 8)
            | ((0x80 | (0x3F & c)) << 16);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jun 15 20:59:00 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

        assertBytes(
          // Dynamic table size update (size = 2048).
          0x3F, 0xE1, 0xF,
          0x40, 3, 'f'.code, 'o'.code, 'o'.code, 3, 'b'.code, 'a'.code, 'r'.code,
        )
        hpackWriter!!.resizeHeaderTable(8192)
        hpackWriter!!.writeHeaders(listOf(Header("bar", "foo")))
        assertBytes(
          // Dynamic table size update (size = 8192).
          0x3F, 0xE1, 0x3F,
          0x40, 3, 'b'.code, 'a'.code, 'r'.code, 3, 'f'.code, 'o'.code, 'o'.code,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  5. src/internal/bytealg/equal_arm64.s

    	CBZ	R5, not_equal
    	BNE	chunk64_loop
    	AND	$0x3f, R2, R2
    	CBZ	R2, equal
    chunk16:
    	// work with 16-byte chunks
    	BIC	$0xf, R2, R3
    	CBZ	R3, tail
    	ADD	R3, R0, R6	// end of chunks
    chunk16_loop:
    	LDP.P	16(R0), (R4, R5)
    	LDP.P	16(R1), (R7, R9)
    	EOR	R4, R7
    	CBNZ	R7, not_equal
    	EOR	R5, R9
    	CBNZ	R9, not_equal
    	CMP	R0, R6
    	BNE	chunk16_loop
    	AND	$0xf, R2, R2
    	CBZ	R2, equal
    tail:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 16:07:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. src/debug/dwarf/const.go

    	AttrUpperBound     Attr = 0x2F
    	AttrAbstractOrigin Attr = 0x31
    	AttrAccessibility  Attr = 0x32
    	AttrAddrClass      Attr = 0x33
    	AttrArtificial     Attr = 0x34
    	AttrBaseTypes      Attr = 0x35
    	AttrCalling        Attr = 0x36
    	AttrCount          Attr = 0x37
    	AttrDataMemberLoc  Attr = 0x38
    	AttrDeclColumn     Attr = 0x39
    	AttrDeclFile       Attr = 0x3A
    	AttrDeclLine       Attr = 0x3B
    	AttrDeclaration    Attr = 0x3C
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.pb.go

    	0x28, 0xd7, 0xd9, 0x79, 0x95, 0xd3, 0xdd, 0x60, 0x34, 0x91, 0x22, 0xf7, 0x7f, 0x0f, 0x62, 0x1f,
    	0x35, 0xfe, 0xaa, 0x3f, 0xe7, 0x29, 0x98, 0x65, 0x4b, 0xb3, 0x4f, 0xdc, 0xe6, 0x96, 0xe4, 0x16,
    	0xe1, 0xff, 0x33, 0xd9, 0xec, 0x20, 0x63, 0xd7, 0x14, 0x1b, 0xa8, 0x14, 0x43, 0x5e, 0x24, 0x52,
    	0xf1, 0x97, 0xc7, 0x65, 0x0e, 0x8a, 0xcd, 0x17, 0x50, 0xe4, 0x50, 0xf3, 0x57, 0xc5, 0xad, 0xde,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 18:43:30 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	SIGRECONFIG = syscall.Signal(0x3a)
    	SIGRETRACT  = syscall.Signal(0x3d)
    	SIGSAK      = syscall.Signal(0x3f)
    	SIGSEGV     = syscall.Signal(0xb)
    	SIGSOUND    = syscall.Signal(0x3e)
    	SIGSTOP     = syscall.Signal(0x11)
    	SIGSYS      = syscall.Signal(0xc)
    	SIGSYSERROR = syscall.Signal(0x30)
    	SIGTALRM    = syscall.Signal(0x26)
    	SIGTERM     = syscall.Signal(0xf)
    	SIGTRAP     = syscall.Signal(0x5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. platforms/software/resources/src/main/java/org/gradle/internal/resource/ExternalResourceName.java

                } else {
                    if (ch <= 0x7F) {
                        escapeByte(ch, builder);
                    } else if (ch <= 0x7FF) {
                        escapeByte(0xC0 | (ch >> 6) & 0x1F, builder);
                        escapeByte(0x80 | ch & 0x3F, builder);
                    } else {
                        escapeByte(0xE0 | (ch >> 12) & 0x1F, builder);
                        escapeByte(0x80 | (ch >> 6) & 0x3F, builder);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. src/encoding/base64/base64.go

    	for si < n {
    		// Convert 3x 8bit source bytes into 4 bytes
    		val := uint(src[si+0])<<16 | uint(src[si+1])<<8 | uint(src[si+2])
    
    		dst[di+0] = enc.encode[val>>18&0x3F]
    		dst[di+1] = enc.encode[val>>12&0x3F]
    		dst[di+2] = enc.encode[val>>6&0x3F]
    		dst[di+3] = enc.encode[val&0x3F]
    
    		si += 3
    		di += 4
    	}
    
    	remain := len(src) - si
    	if remain == 0 {
    		return
    	}
    	// Add the remaining small block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 17.6K bytes
    - Viewed (0)
Back to top