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