HomeSort by relevance Sort by last modified time
    Searched refs:hash0 (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dirhash.c 123 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
133 hash = hash1 + (hash0 ^ (c * 7152373));
136 hash1 = hash0;
137 hash0 = hash;
139 return (hash0 << 1);
  /prebuilts/go/darwin-x86/src/runtime/
hashmap_fast.go 28 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
68 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
108 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
148 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
233 hash := t.key.alg.hash(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
322 hash := t.key.alg.hash(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
361 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
447 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
533 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
619 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
    [all...]
hashmap.go 115 hash0 uint32 // hash seed
289 h.hash0 = fastrand()
314 h.hash0 = fastrand()
360 hash := alg.hash(key, uintptr(h.hash0))
412 hash := alg.hash(key, uintptr(h.hash0))
453 hash := alg.hash(key, uintptr(h.hash0))
522 hash := alg.hash(key, uintptr(h.hash0))
634 hash := alg.hash(key, uintptr(h.hash0))
809 hash := alg.hash(k, uintptr(h.hash0))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap_fast.go 28 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
68 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
108 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
148 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
233 hash := t.key.alg.hash(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
322 hash := t.key.alg.hash(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
361 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
447 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
533 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
619 hash := t.key.alg.hash(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
    [all...]
hashmap.go 115 hash0 uint32 // hash seed
289 h.hash0 = fastrand()
314 h.hash0 = fastrand()
360 hash := alg.hash(key, uintptr(h.hash0))
412 hash := alg.hash(key, uintptr(h.hash0))
453 hash := alg.hash(key, uintptr(h.hash0))
522 hash := alg.hash(key, uintptr(h.hash0))
634 hash := alg.hash(key, uintptr(h.hash0))
809 hash := alg.hash(k, uintptr(h.hash0))
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 60 uint32_t hash0 = hash_alu_src(hash, &instr->src[0], local
70 hash = hash0 * hash1;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 243 // hash0 uint32
255 makefield("hash0", types.Types[TUINT32]), // Used in walk.go for OMAKEMAP.
    [all...]
walk.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 243 // hash0 uint32
255 makefield("hash0", types.Types[TUINT32]), // Used in walk.go for OMAKEMAP.
    [all...]
walk.go     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 323 milliseconds