Searched refs:hash_init (Results 1 – 5 of 5) sorted by relevance
165 hash_init( FT_Hash hash, in hash_init() function198 return hash_init( hash, 0, memory ); in ft_hash_str_init()206 return hash_init( hash, 1, memory ); in ft_hash_num_init()
376 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
1360 static unsigned hash_init(Hash* hash, unsigned windowsize) in hash_init() function1984 error = hash_init(&hash, settings->windowsize); in lodepng_deflatev()
1681 (hash_init): ... This.
536 (hash_rehash, hash_init): Don't call FT_MEM_ZERO.