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