Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c1490 static const unsigned HASH_NUM_VALUES = 65536; variable
1508 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()