Home
last modified time | relevance | path

Searched refs:HASH_NUM_VALUES (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1334 static const unsigned HASH_NUM_VALUES = 65536; variable
1363 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()