/third_party/mesa3d/src/util/ |
D | set.c | 55 uint32_t max_entries, size, rehash; member 58 #define ENTRY(max_entries, size, rehash) \ argument 59 { max_entries, size, rehash, \ 60 REMAINDER_MAGIC(size), REMAINDER_MAGIC(rehash) } 127 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_set_init() 270 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_search() 313 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_add_rehash() 355 ht->rehash = hash_sizes[ht->size_index].rehash; in set_rehash() 407 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_search_or_add()
|
D | hash_table.c | 84 uint32_t max_entries, size, rehash; member 87 #define ENTRY(max_entries, size, rehash) \ argument 88 { max_entries, size, rehash, \ 89 REMAINDER_MAGIC(size), REMAINDER_MAGIC(rehash) } 157 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_init() 315 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_search() 369 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_insert_rehash() 413 ht->rehash = hash_sizes[ht->size_index].rehash; in _mesa_hash_table_rehash() 445 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_insert()
|
D | set.h | 49 uint32_t rehash; member
|
D | hash_table.h | 52 uint32_t rehash; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 48 rehash(); in put() 71 private void rehash() in rehash() method in CalendarCache
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CalendarCache.java | 50 rehash(); in put() 73 private void rehash() in rehash() method in CalendarCache
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_cache.c | 84 rehash(struct gl_program_cache *cache) in rehash() function 222 rehash(cache); in _mesa_program_cache_insert() 251 rehash(cache); in _mesa_shader_cache_insert()
|
/third_party/openssl/doc/man1/ |
D | openssl-rehash.pod.in | 9 openssl-rehash, c_rehash - Create symbolic links to files named by the hash 15 B<rehash> 40 B<openssl rehash> scans directories and calculates a hash value of
|
D | openssl-cmds.pod.in | 41 rehash, 122 L<openssl-rehash(1)>,
|
D | build.info | 41 DEPEND[openssl-rehash.pod]=../perlvars.pm
|
D | openssl.pod | 219 =item B<rehash> 657 L<openssl-rehash(1)>, and L<tsget(1)>. 792 L<openssl-rehash(1)>,
|
D | tsget.pod | 111 certificate. The directory must be prepared with L<openssl-rehash(1)>. Either
|
/third_party/openssl/doc/man7/ |
D | openssl-env.pod | 24 the B<rehash> script (see L<openssl-rehash(1)/Script Configuration>)
|
/third_party/openssl/test/recipes/ |
D | 90-test_store.t | 165 my $rehash = init_rehash(); 275 skip "failed rehash initialisation", 6 unless $rehash;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 361 using Base::rehash;
|
D | node_hash_set.h | 351 using Base::rehash;
|
D | node_hash_map.h | 418 using Base::rehash;
|
D | flat_hash_map.h | 430 using Base::rehash;
|
D | flat_hash_map_test.cc | 94 m.rehash(2 * m.bucket_count()); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 1458 t.rehash(128); in TEST() 1469 t.rehash(1); in TEST() 1475 t.rehash(0); in TEST() 1484 t.rehash(0); in TEST() 1493 t.rehash(0); in TEST() 1676 t.rehash(n); in TEST() 1990 t.rehash(0); in TEST()
|
D | raw_hash_set_allocator_test.cc | 218 t1.rehash(2 * t1.capacity()); in TEST_F()
|
/third_party/openssl/apps/ |
D | build.info | 20 spkac.c verify.c version.c x509.c rehash.c storeutl.c \
|
/third_party/openssl/ |
D | .gitignore | 10 /rehash.time
|
/third_party/openssl/doc/man3/ |
D | X509_LOOKUP_hash_dir.pod | 116 OpenSSL includes a L<openssl-rehash(1)> utility which creates symlinks with
|
/third_party/python/Python/ |
D | hamt.c | 867 int32_t rehash = hamt_hash(self->b_array[j]); in hamt_node_bitmap_assoc() local 868 if (rehash == -1) { in hamt_node_bitmap_assoc() 874 rehash, in hamt_node_bitmap_assoc()
|