Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 0x0000000100000000 (0.04 seconds)

  1. android/guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java

        assertEquals(
            fingerprint(stringA.getBytes(ISO_8859_1)), fingerprint(stringB.getBytes(ISO_8859_1)));
      }
    
      public void testPutNonChars() {
        Hasher hasher = HASH_FN.newHasher();
        // Expected data is 0x0100010100000000
        hasher
            .putBoolean(true)
            .putBoolean(true)
            .putBoolean(false)
            .putBoolean(true)
            .putBoolean(false)
            .putBoolean(false)
            .putBoolean(false)
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 6.4K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64.s

    	MOV	$0x0800000010000000, X5	// MOV	$576460752571858944, X5		// b70200809b8212009392020293d24200
    	MOV	$0x0abcdabcd0000000, X5	// MOV	$773733740479250432, X5		// b7b2cdab9b82d2bc9392020293d24200
    	MOV	$0x7fffffff00000000, X5	// MOV	$9223372032559808512, X5	// b70200809b82f2ff93920202
    	MOV	$0x8000000100000000, X5	// MOV	$-9223372032559808512, X5	// b70200809b82120093920202
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Sat Apr 04 05:25:40 GMT 2026
    - 74.2K bytes
    - Click Count (0)
Back to Top