Searched refs:next_hash (Results 1 – 6 of 6) sorted by relevance
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 281 int32_t next_hash; // Next entry in hash table member 303 i = n->next_hash; in Find() 310 (*nodes_)[i]->next_hash = *head; in Add() 322 *slot = n->next_hash; // Remove n from linked list in Remove() 323 n->next_hash = -1; in Remove() 326 slot = &n->next_hash; in Remove()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 281 int32_t next_hash; // Next entry in hash table member 303 i = n->next_hash; in Find() 310 (*nodes_)[i]->next_hash = *head; in Add() 322 *slot = n->next_hash; // Remove n from linked list in Remove() 323 n->next_hash = -1; in Remove() 326 slot = &n->next_hash; in Remove()
|
/third_party/node/deps/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 264 uint32_t next_hash; in CreateCommands() local 265 for (next_hash = Hash(++ip, shift, min_match); ; ) { in CreateCommands() 289 uint32_t hash = next_hash; in CreateCommands() 297 next_hash = Hash(next_ip, shift, min_match); in CreateCommands() 440 next_hash = Hash(++ip, shift, min_match); in CreateCommands()
|
D | compress_fragment.c | 503 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local 504 for (next_hash = Hash(++ip, shift); ; ) { in BrotliCompressFragmentFastImpl() 527 uint32_t hash = next_hash; in BrotliCompressFragmentFastImpl() 535 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl() 656 next_hash = Hash(++ip, shift); in BrotliCompressFragmentFastImpl()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 264 uint32_t next_hash; in CreateCommands() local 265 for (next_hash = Hash(++ip, shift, min_match); ; ) { in CreateCommands() 289 uint32_t hash = next_hash; in CreateCommands() 297 next_hash = Hash(next_ip, shift, min_match); in CreateCommands() 440 next_hash = Hash(++ip, shift, min_match); in CreateCommands()
|
D | compress_fragment.c | 503 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local 504 for (next_hash = Hash(++ip, shift); ; ) { in BrotliCompressFragmentFastImpl() 527 uint32_t hash = next_hash; in BrotliCompressFragmentFastImpl() 535 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl() 656 next_hash = Hash(++ip, shift); in BrotliCompressFragmentFastImpl()
|