Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for x88 (0.07 sec)

  1. src/cmd/vendor/rsc.io/markdown/tables.go

    	"\x1E", "%1E",
    	"\x1F", "%1F",
    	"\x7F", "%7F",
    	"\x80", "%80",
    	"\x81", "%81",
    	"\x82", "%82",
    	"\x83", "%83",
    	"\x84", "%84",
    	"\x85", "%85",
    	"\x86", "%86",
    	"\x87", "%87",
    	"\x88", "%88",
    	"\x89", "%89",
    	"\x8A", "%8A",
    	"\x8B", "%8B",
    	"\x8C", "%8C",
    	"\x8D", "%8D",
    	"\x8E", "%8E",
    	"\x8F", "%8F",
    	"\x90", "%90",
    	"\x91", "%91",
    	"\x92", "%92",
    	"\x93", "%93",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_test.go

    	{0x26216a4b, 0x75eb77dd, "His money is twice tainted: 'taint yours and 'taint mine.", "crc\x01ʇ\x91M\\\x1an\x88", "crc\x01wB\x84\x81W\a8Z"},
    	{0x1abbe45e, 0x91ebe9f7, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977", "crc\x01ʇ\x91M\xb7\xf5\xf2\xca", "crc\x01wB\x84\x81\xc4o\x9d\x85"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/math/bits/bits_tables.go

    	"\x04\x05\x05\x06\x05\x06\x06\x07\x05\x06\x06\x07\x06\x07\x07\x08"
    
    const rev8tab = "" +
    	"\x00\x80\x40\xc0\x20\xa0\x60\xe0\x10\x90\x50\xd0\x30\xb0\x70\xf0" +
    	"\x08\x88\x48\xc8\x28\xa8\x68\xe8\x18\x98\x58\xd8\x38\xb8\x78\xf8" +
    	"\x04\x84\x44\xc4\x24\xa4\x64\xe4\x14\x94\x54\xd4\x34\xb4\x74\xf4" +
    	"\x0c\x8c\x4c\xcc\x2c\xac\x6c\xec\x1c\x9c\x5c\xdc\x3c\xbc\x7c\xfc" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 17 03:18:12 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  4. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X71,
        X72,
        X73,
        X74,
        X75,
        X76,
        X77,
        X78,
        X79,
        X80,
        X81,
        X82,
        X83,
        X84,
        X85,
        X86,
        X87,
        X88,
        X89,
        X90,
        X91,
        X92,
        X93,
        X94,
        X95,
        X96,
        X97,
        X98,
        X99
      }
    
      private enum LargeEnum {
        X0,
        X1,
        X2,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	var x84 uint64
    	var x85 uint64
    	x84, x85 = bits.Add64(x30, x65, uint64(p521Uint1(x83)))
    	var x86 uint64
    	var x87 uint64
    	x86, x87 = bits.Add64(x32, x67, uint64(p521Uint1(x85)))
    	var x88 uint64
    	var x89 uint64
    	x88, x89 = bits.Add64(x34, x69, uint64(p521Uint1(x87)))
    	var x90 uint64
    	var x91 uint64
    	x90, x91 = bits.Add64(x36, x71, uint64(p521Uint1(x89)))
    	var x92 uint64
    	var x93 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  6. guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X71,
        X72,
        X73,
        X74,
        X75,
        X76,
        X77,
        X78,
        X79,
        X80,
        X81,
        X82,
        X83,
        X84,
        X85,
        X86,
        X87,
        X88,
        X89,
        X90,
        X91,
        X92,
        X93,
        X94,
        X95,
        X96,
        X97,
        X98,
        X99
      }
    
      private enum LargeEnum {
        X0,
        X1,
        X2,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    	keyWithAuds := "\"\xf7\xac\xcd\x12\xf5\x83l\xa9;@\n\xa13a;\nd\x1f\xdelL\xd1\xe1!\x8a\xdahٛ\xbb\xf0"
    
    	keyWithoutAuds := "\x054a \xa5\x8e\xea\xb2?\x8c\x88\xb9,e\n5\xe7ȵ>\xfdK\x0e\x93+\x02˿&\xf98\x1e"
    
    	t.Run("has audiences", func(t *testing.T) {
    		t.Parallel()
    
    		key := keyFunc(hashPool, auds, jwtToken)
    		if key != keyWithAuds {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  8. src/unicode/utf8/utf8_test.go

    	{0x0000, "\x00"},
    	{0x0001, "\x01"},
    	{0x007e, "\x7e"},
    	{0x007f, "\x7f"},
    	{0x0080, "\xc2\x80"},
    	{0x0081, "\xc2\x81"},
    	{0x00bf, "\xc2\xbf"},
    	{0x00c0, "\xc3\x80"},
    	{0x00c1, "\xc3\x81"},
    	{0x00c8, "\xc3\x88"},
    	{0x00d0, "\xc3\x90"},
    	{0x00e0, "\xc3\xa0"},
    	{0x00f0, "\xc3\xb0"},
    	{0x00f8, "\xc3\xb8"},
    	{0x00ff, "\xc3\xbf"},
    	{0x0100, "\xc4\x80"},
    	{0x07ff, "\xdf\xbf"},
    	{0x0400, "\xd0\x80"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 06:17:15 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  9. src/image/jpeg/reader_test.go

    		"\x43\x44\x45\x46\x47\x48\x49\x4a\x53\x54\x55\x56\x57\x58\x59\x5a" +
    		"\x00\x63\x64\x65\x66\x67\x68\x69\x6a\x73\x74\x75\x76\x77\x78\x79" +
    		"\x7a\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98" +
    		"\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6" +
    		"\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xff\xd8\xff\xe0\x00\x10" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  10. src/compress/gzip/gunzip_test.go

    	}
    }
    
    func TestTruncatedStreams(t *testing.T) {
    	cases := []struct {
    		name string
    		data []byte
    	}{
    		{
    			name: "original",
    			data: []byte("\x1f\x8b\b\x04\x00\tn\x88\x00\xff\a\x00foo bar\xcbH\xcd\xc9\xc9\xd7Q(\xcf/\xcaI\x01\x04:r\xab\xff\f\x00\x00\x00"),
    		},
    		{
    			name: "truncated name",
    			data: []byte{
    				0x1f, 0x8b, 0x08, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01,
    			},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
Back to top