Searched refs:UNW_LOG_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
53 #define UNW_LOG_HASH_SIZE (UNW_LOG_CACHE_SIZE + 1) macro54 #define UNW_HASH_SIZE (1 << UNW_LOG_HASH_SIZE)1210 return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE); in hash()2250 if (8*sizeof(unw_hash_index_t) < UNW_LOG_HASH_SIZE) in unw_init()