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