Searched refs:HASH_NUM_VALUES (Results 1 – 1 of 1) sorted by relevance
1574 static const unsigned HASH_NUM_VALUES = 65536; variable1593 hash->head = (int *)lodepng_malloc(sizeof(int) * HASH_NUM_VALUES); in hash_init()1606 for(i = 0; i != HASH_NUM_VALUES; ++i) hash->head[i] = -1; in hash_init()