HomeSort by relevance Sort by last modified time
    Searched defs:hash32 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_field.cc 387 uint32 hash32 = ((hash_bin[0] & 0xFF) << 24) | local
392 return base::UintToString(hash32);
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 132 HashCode hash32 = HashCodes.fromInt(32); local
133 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
135 Hashing.combineOrdered(ImmutableList.of(hash32, hash32)));
137 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32)));
139 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals(
140 Hashing.combineOrdered(ImmutableList.of(hash32, hash31))))
182 HashCode hash32 = HashCodes.fromInt(32); local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 101 unsigned char hash32[QSEECOM_HASH_SIZE]; member in struct:qseecom_create_key_req
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 135 unsigned char hash32[QSEECOM_HASH_SIZE]; member in struct:qseecom_create_key_req
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 140 milliseconds