Searched refs:GLH_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
80 #define GLH_HASH_SIZE 113 macro125 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */276 for(i=0; i<GLH_HASH_SIZE; i++) in _new_GlHistory()1709 for(i=0; i<GLH_HASH_SIZE; i++) { in _glh_resize_history()1829 for(i=0; i<GLH_HASH_SIZE; i++) in _glh_clear_history()2340 return glh->hash.bucket + (h % GLH_HASH_SIZE); in glh_find_bucket()