Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 202 for 0x20 (0.37 sec)

  1. guava/src/com/google/common/io/BaseEncoding.java

          }
    
          // We can't use .clone() because of GWT.
          byte[] newDecodabet = Arrays.copyOf(decodabet, decodabet.length);
          for (int upper = 'A'; upper <= 'Z'; upper++) {
            int lower = upper | 0x20;
            byte decodeUpper = decodabet[upper];
            byte decodeLower = decodabet[lower];
            if (decodeUpper == -1) {
              newDecodabet[upper] = decodeLower;
            } else {
              checkState(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. pkg/proxy/util/nfacct/nfacct_linux_test.go

    				0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x01, 0x00,
    				0x6e, 0x66, 0x61, 0x63, 0x63, 0x74, 0x2d, 0x6c,
    				0x69, 0x73, 0x74, 0x2d, 0x74, 0x65, 0x73, 0x74,
    				0x2d, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x00,
    				0x0c, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
    				0x00, 0x02, 0x0b, 0x96, 0x0c, 0x00, 0x03, 0x00,
    				0x00, 0x00, 0x00, 0x00, 0x01, 0xe6, 0xc5, 0x74,
    				0x08, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01,
    			},
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 06:47:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/InetAddresses.java

       * @return {@code true} if the argument is a 6to4 address
       */
      public static boolean is6to4Address(Inet6Address ip) {
        byte[] bytes = ip.getAddress();
        return (bytes[0] == (byte) 0x20) && (bytes[1] == (byte) 0x02);
      }
    
      /**
       * Returns the IPv4 address embedded in a 6to4 address.
       *
       * @param ip {@link Inet6Address} to be examined for embedded IPv4 in 6to4 address
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  4. src/encoding/asn1/marshal.go

    	b := uint8(t.class) << 6
    	if t.isCompound {
    		b |= 0x20
    	}
    	if t.tag >= 31 {
    		b |= 0x1f
    		dst = append(dst, b)
    		dst = appendBase128Int(dst, int64(t.tag))
    	} else {
    		b |= uint8(t.tag)
    		dst = append(dst, b)
    	}
    
    	if t.length >= 128 {
    		l := lengthLength(t.length)
    		dst = append(dst, 0x80|byte(l))
    		dst = appendLength(dst, t.length)
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. src/math/big/ratconv_test.go

    	{"0B1000/0x8", "1", true},
    	{"-010/1", "-8", true}, // 0-prefix indicates octal in this case
    	{"-010.0", "-10", true},
    	{"-0o10/1", "-8", true},
    	{"0x10/1", "16", true},
    	{"0x10/0x20", "1/2", true},
    
    	{"0010", "10", true}, // 0-prefix is ignored in this case (not a fraction)
    	{"0x10.0", "16", true},
    	{"0x1.8", "3/2", true},
    	{"0X1.8p4", "24", true},
    	{"0x1.1E2", "2289/2048", true}, // E is part of hex mantissa, not exponent
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/scheduling/v1alpha1/generated.pb.go

    	// 480 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x31, 0x8f, 0xd3, 0x30,
    	0x18, 0x86, 0xeb, 0x1e, 0x91, 0x8a, 0xab, 0x4a, 0x25, 0x08, 0x29, 0xea, 0xe0, 0x46, 0xbd, 0x25,
    	0xcb, 0xd9, 0xf4, 0x04, 0x08, 0xe9, 0xb6, 0x50, 0x09, 0x21, 0x81, 0xa8, 0x32, 0x30, 0x20, 0x06,
    	0xdc, 0xd4, 0xe7, 0x9a, 0x26, 0x71, 0x64, 0x3b, 0x95, 0xba, 0xf1, 0x13, 0xf8, 0x53, 0x48, 0x1d,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/scheduling/v1beta1/generated.pb.go

    	// 481 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x31, 0x8f, 0xd3, 0x30,
    	0x18, 0x86, 0xe3, 0x1e, 0x91, 0x8a, 0xab, 0x4a, 0x25, 0x08, 0x29, 0xaa, 0x74, 0x69, 0xd4, 0x5b,
    	0x32, 0x70, 0x36, 0x3d, 0x01, 0x42, 0xba, 0x2d, 0x77, 0x12, 0x42, 0x02, 0x51, 0x32, 0x30, 0x20,
    	0x06, 0x9c, 0xd4, 0x97, 0x9a, 0x26, 0x71, 0x64, 0x3b, 0x95, 0xba, 0xf1, 0x13, 0xf8, 0x51, 0x0c,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  8. src/crypto/aes/gcm_amd64.s

    DATA andMask<>+0x28(SB)/8, $0x0000000000000000
    DATA andMask<>+0x30(SB)/8, $0x00000000ffffffff
    DATA andMask<>+0x38(SB)/8, $0x0000000000000000
    DATA andMask<>+0x40(SB)/8, $0x000000ffffffffff
    DATA andMask<>+0x48(SB)/8, $0x0000000000000000
    DATA andMask<>+0x50(SB)/8, $0x0000ffffffffffff
    DATA andMask<>+0x58(SB)/8, $0x0000000000000000
    DATA andMask<>+0x60(SB)/8, $0x00ffffffffffffff
    DATA andMask<>+0x68(SB)/8, $0x0000000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. src/image/gif/writer_test.go

    	pals := []color.Palette{{
    		color.RGBA{0x00, 0x00, 0x00, 0xff},
    		color.RGBA{0x01, 0x00, 0x00, 0xff},
    		color.RGBA{0x02, 0x00, 0x00, 0xff},
    	}, {
    		color.RGBA{0x00, 0x00, 0x00, 0xff},
    		color.RGBA{0x00, 0x01, 0x00, 0xff},
    	}, {
    		color.RGBA{0x00, 0x00, 0x03, 0xff},
    		color.RGBA{0x00, 0x00, 0x02, 0xff},
    		color.RGBA{0x00, 0x00, 0x01, 0xff},
    		color.RGBA{0x00, 0x00, 0x00, 0xff},
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  10. src/strconv/quote.go

    // the same definition as [unicode.IsPrint]: letters, numbers, punctuation,
    // symbols and ASCII space.
    func IsPrint(r rune) bool {
    	// Fast check for Latin-1
    	if r <= 0xFF {
    		if 0x20 <= r && r <= 0x7E {
    			// All the ASCII is printable from space through DEL-1.
    			return true
    		}
    		if 0xA1 <= r && r <= 0xFF {
    			// Similarly for ¡ through ÿ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top