Searched refs:hash_siz (Results 1 – 2 of 2) sorted by relevance
343 size_t hash_siz; in alloc() local359 hash_siz = 16; in alloc()361 hash_siz = 32; in alloc()363 hash_siz = 64; in alloc()365 hash_siz = 128; in alloc()367 hash_siz = 256; in alloc()375 if (prop_cnt < hash_siz) in alloc()376 prop_cnt = hash_siz; in alloc()381 + (hash_siz) * sizeof(hdr->hash_arr[0]) in alloc()401 hdr->hash_siz = hash_siz; in alloc()[all …]
133 return (unsigned int)(prop & (hash_siz - 1)); in calc_hash()163 unsigned short hash_siz; member