Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 0000000000000001 (0.16 sec)

  1. src/archive/zip/reader_test.go

    		"\x020000000000000000000" +
    		"00000\v\x00\x00\x00\x00\x00000000000" +
    		"00000000000000PK\x01\x0200" +
    		"00000000000000000000" +
    		"00\v\x00\x00\x00\x00\x00000000000000" +
    		"00000000000PK\x01\x020000<" +
    		"0\x00\x0000000000000000\v\x00\v" +
    		"\x00\x00\x00\x00\x0000000000\x00\x00\x00\x00000" +
    		"00000000PK\x01\x0200000000" +
    		"0000000000000000\v\x00\x00\x00" +
    		"\x00\x0000PK\x05\x06000000\x05\x00\xfd\x00\x00\x00" +
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/hash/BloomFilter.java

        }
        /*
         * TODO(user): Put a warning in the javadoc about tiny fpp values, since the resulting size
         * is proportional to -log(p), but there is not much of a point after all, e.g.
         * optimalM(1000, 0.0000000000000001) = 76680 which is less than 10kb. Who cares!
         */
        long numBits = optimalNumOfBits(expectedInsertions, fpp);
        int numHashFunctions = optimalNumOfHashFunctions(expectedInsertions, numBits);
        try {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 23.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MOVD XER, 4(R1)                 // 7fe102a6fbe10004
    	MOVD 4(R1), SPR(3)              // ebe100047fe303a6
    	MOVD 4(R1), XER                 // ebe100047fe103a6
    	PNOP                            // 0700000000000000
    
    	SETB CR1,R3                     // 7c640100
    	VCLZLSBB V1,R2                  // 10400e02
    	VCTZLSBB V1,R2                  // 10410e02
    
    	XSMAXJDP VS1,VS2,VS3            // f0611480
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  4. cmd/object-handlers_test.go

    		// Test case - 5.
    		// Test case with byte range exceeding the object size.
    		// Expected to read till end of the object.
    		{
    			bucketName: bucketName,
    			objectName: objectName,
    			byteRange:  "bytes=10-1000000000000000",
    			accessKey:  credentials.AccessKey,
    			secretKey:  credentials.SecretKey,
    
    			expectedContent:    bytesData[0].byteData[10:],
    			expectedRespStatus: http.StatusPartialContent,
    		},
    		// Test case - 6.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
Back to top