Searched refs:hash_result (Results 1 – 4 of 4) sorted by relevance
21 size_t hash_result[2]; in mutex_pool_mutex() local22 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()
304 const uint64 hash_result = GetParam(); in TEST_P() local306 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() local422 auto hash_func = [hash_result](const string& str) { return hash_result; }; in TEST_P()
224 Result hash_result = in Find() local227 switch (hash_result) { in Find()
473 Result hash_result = in AppendAllDIEsThatMatchingRegex() local479 switch (hash_result) { in AppendAllDIEsThatMatchingRegex()