Home
last modified time | relevance | path

Searched refs:hash_result (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dmutex_pool.h21 size_t hash_result[2]; in mutex_pool_mutex() local
22 hash(&key, sizeof(key), 0xd50dcc1b, hash_result); in mutex_pool_mutex()
23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE]; in mutex_pool_mutex()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils_test.cc304 const uint64 hash_result = GetParam(); in TEST_P() local
306 auto hash_func = [hash_result](const string& str) { return hash_result; }; in TEST_P()
317 switch (hash_result) { in TEST_P()
414 const uint64 hash_result = std::get<2>(GetParam()); in TEST_P() local
422 auto hash_func = [hash_result](const string& str) { return hash_result; }; in TEST_P()
/external/llvm-project/lldb/include/lldb/Core/
DMappedHash.h224 Result hash_result = in Find() local
227 switch (hash_result) { in Find()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.cpp473 Result hash_result = in AppendAllDIEsThatMatchingRegex() local
479 switch (hash_result) { in AppendAllDIEsThatMatchingRegex()