Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/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()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DMappedHash.h222 Result hash_result = in Find() local
225 switch (hash_result) { in Find()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.cpp472 Result hash_result = in AppendAllDIEsThatMatchingRegex() local
478 switch (hash_result) { in AppendAllDIEsThatMatchingRegex()