Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 68 for 0000000000000002 (0.35 sec)

  1. src/cmd/link/testdata/pe-llvm/main.go

    //     [ 5](sec  2)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000000 $R000000
    //     RELOCATION RECORDS FOR [.rsrc$01]:
    //     OFFSET           TYPE                     VALUE
    //     0000000000000048 IMAGE_REL_AMD64_ADDR32NB $R000000
    
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 26 18:15:09 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/svdf.mlir

    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ 49, 46, 53, 46, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:     } ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/svdf_v2.mlir

    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:     }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ 49, 46, 49, 52, 46, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:     } ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. src/net/mac_test.go

    		HardwareAddr{
    			0x00, 0x00, 0x00, 0x00,
    			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)
  5. src/debug/dwarf/type_test.go

    	"t_my_union":                            "union my_union {vi volatile int@0; x char@0 : 1@7; y int@0 : 4@28; array [40]long long int@0}",
    	"t_my_enum":                             "enum my_enum {e1=1; e2=2; e3=-5; e4=1000000000000000}",
    	"t_my_list":                             "struct list {val short int@0; next *t_my_list@8}",
    	"t_my_tree":                             "struct tree {left *struct tree@0; right *struct tree@8; val long long unsigned int@16}",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 15:49:05 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  6. src/crypto/rsa/pss.go

    	db := em[:psLen+1+sLen]
    	h := em[psLen+1+sLen : emLen-1]
    
    	// 4.  Generate a random octet string salt of length sLen; if sLen = 0,
    	//     then salt is the empty string.
    	//
    	// 5.  Let
    	//       M' = (0x)00 00 00 00 00 00 00 00 || mHash || salt;
    	//
    	//     M' is an octet string of length 8 + hLen + sLen with eight
    	//     initial zero octets.
    	//
    	// 6.  Let H = Hash(M'), an octet string of length hLen.
    
    	var prefix [8]byte
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. src/main/java/jcifs/pac/PacMac.java

        private static final String HMAC_KEY = "HMAC";
        private static final byte[] MD5_CONSTANT = "signaturekey\0".getBytes(StandardCharsets.US_ASCII);
        private static final byte[] ZERO_IV = new byte[] {
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
        };
    
    
        public static byte[] calculateMacArcfourHMACMD5 ( int keyusage, Key key, byte[] data ) throws GeneralSecurityException {
            int ms_usage = mapArcfourMD5KeyUsage(keyusage);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 7K bytes
    - Viewed (0)
  8. src/math/exp_s390x.s

    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial approximation and other constants
    DATA ·exprodataL22<> + 0(SB)/8, $800.0E+00
    DATA ·exprodataL22<> + 8(SB)/8, $1.0000000000000022e+00
    DATA ·exprodataL22<> + 16(SB)/8, $0.500000000000004237e+00
    DATA ·exprodataL22<> + 24(SB)/8, $0.166666666630345592e+00
    DATA ·exprodataL22<> + 32(SB)/8, $0.138926439368309441e-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-AES128-GCM-SHA256

    00000020  83 47 ec f1 b8 02 6d 11  11 b7 ec ab 09 26 41 ff  |.G....m......&A.|
    00000030  e8 32 05                                          |.2.|
    >>> Flow 5 (client to server)
    00000000  17 03 03 00 1e 00 00 00  00 00 00 00 01 af 3a 1e  |..............:.|
    00000010  98 3e 74 5f 66 64 eb 6c  88 36 33 f0 98 e8 46 e9  |.>t_fd.l.63...F.|
    00000020  f1 2f 32 15 03 03 00 1a  00 00 00 00 00 00 00 02  |./2.............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  10. src/math/big/floatconv_test.go

    		{above1e23, 'f', 17, "100000000000000008388608.00000000000000000"},
    		{above1e23, 'g', 17, "1.0000000000000001e+23"},
    
    		{above1e23, 'e', -1, "1.0000000000000001e+23"},
    		{above1e23, 'f', -1, "100000000000000010000000"},
    		{above1e23, 'g', -1, "1.0000000000000001e+23"},
    
    		{5e-304 / 1e20, 'g', -1, "5e-324"},
    		{-5e-304 / 1e20, 'g', -1, "-5e-324"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
Back to top