Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 459 for 0x02 (0.35 sec)

  1. src/cmd/internal/dwarf/dwarf_defs.go

    const (
    	DW_ATE_address         = 0x01
    	DW_ATE_boolean         = 0x02
    	DW_ATE_complex_float   = 0x03
    	DW_ATE_float           = 0x04
    	DW_ATE_signed          = 0x05
    	DW_ATE_signed_char     = 0x06
    	DW_ATE_unsigned        = 0x07
    	DW_ATE_unsigned_char   = 0x08
    	DW_ATE_imaginary_float = 0x09
    	DW_ATE_packed_decimal  = 0x0a
    	DW_ATE_numeric_string  = 0x0b
    	DW_ATE_edited          = 0x0c
    	DW_ATE_signed_fixed    = 0x0d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 15:55:36 UTC 2019
    - 16.1K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/hash/SipHashFunctionTest.java

      public void testCollisionsDueToIncorrectSignExtension() {
        byte[] col1 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80};
        byte[] col2 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x81};
        byte[] col3 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0xff};
    
        ImmutableSet<HashCode> hashCodes =
            ImmutableSet.of(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun May 05 18:02:35 UTC 2019
    - 6.6K bytes
    - Viewed (0)
  3. src/compress/gzip/gunzip_test.go

    		"empty.txt",
    		"",
    		[]byte{
    			0x1f, 0x8b, 0x08, 0x08, 0xf7, 0x5e, 0x14, 0x4a,
    			0x00, 0x03, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
    			0x74, 0x78, 0x74, 0x00, 0x03, 0x00, 0x00, 0x00,
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    		},
    		nil,
    	},
    	{
    		"",
    		"empty - with no file name",
    		"",
    		[]byte{
    			0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88,
    			0x00, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox/secretbox_test.go

    )
    
    var (
    	key1 = [32]byte{0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01}
    	key2 = [32]byte{0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02}
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 16:31:31 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  5. src/debug/dwarf/const.go

    const (
    	encAddress      = 0x01
    	encBoolean      = 0x02
    	encComplexFloat = 0x03
    	encFloat        = 0x04
    	encSigned       = 0x05
    	encSignedChar   = 0x06
    	encUnsigned     = 0x07
    	encUnsignedChar = 0x08
    	// The following are new in DWARF 3.
    	encImaginaryFloat = 0x09
    	encPackedDecimal  = 0x0A
    	encNumericString  = 0x0B
    	encEdited         = 0x0C
    	encSignedFixed    = 0x0D
    	encUnsignedFixed  = 0x0E
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  6. src/encoding/asn1/asn1_test.go

    var derEncodedSelfSignedCertBytes = []byte{
    	0x30, 0x82, 0x02, 0x18, 0x30,
    	0x82, 0x01, 0xc2, 0x02, 0x09, 0x00, 0x8c, 0xc3, 0x37, 0x92, 0x10, 0xec, 0x2c,
    	0x98, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01,
    	0x05, 0x05, 0x00, 0x30, 0x81, 0x92, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55,
    	0x04, 0x06, 0x13, 0x02, 0x58, 0x58, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55,
    	0x04, 0x08, 0x13, 0x0a, 0x53, 0x6f, 0x6d, 0x65, 0x2d, 0x53, 0x74, 0x61, 0x74,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 18:24:36 UTC 2023
    - 43.6K bytes
    - Viewed (0)
  7. src/net/mac_test.go

    			0xfe, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0x02, 0x00, 0x5e, 0x10, 0x00, 0x00, 0x00, 0x01,
    		},
    		"",
    	},
    	{
    		"0000.0000.fe80.0000.0000.0000.0200.5e10.0000.0001",
    		HardwareAddr{
    			0x00, 0x00, 0x00, 0x00,
    			0xfe, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0x02, 0x00, 0x5e, 0x10, 0x00, 0x00, 0x00, 0x01,
    		},
    		"",
    	},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 27 02:36:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  8. src/image/jpeg/dct_test.go

    		0x02, 0xff, 0x01, 0x00, 0x01, 0x00, 0xff, 0x00,
    		0xff, 0xff, 0x00, 0xff, 0x01, 0x00, 0x00, 0x00,
    		0xff, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x00,
    		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
    		0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    		0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    		0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	},
    	{
    		0x86, 0x05, 0x00, 0x02, 0x00, 0x00, 0x01, 0x00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:49:30 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  9. pkg/proxy/util/nfacct/nfacct_linux_test.go

    			handler: &fakeHandler{
    				responses: [][][]byte{{{
    					0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x01, 0x00,
    					0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x00,
    					0x0c, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
    					0x00, 0x00, 0x00, 0x0c, 0x0c, 0x00, 0x03, 0x00,
    					0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf7,
    					0x08, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01,
    				}}},
    			},
    			// expected calls: NFNL_MSG_ACCT_GET
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 06:47:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  10. src/crypto/des/des_test.go

    	{
    		[]byte{
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    		[]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    		[]byte{0x92, 0x95, 0xb5, 0x9b, 0xb3, 0x84, 0x73, 0x6e}},
    	{
    		[]byte{
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 16:49:56 UTC 2023
    - 52.2K bytes
    - Viewed (0)
Back to top