Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c1506 static unsigned hash_init(Hash* hash, unsigned windowsize) { in hash_init() argument
1508 hash->head = (int*)lodepng_malloc(sizeof(int) * HASH_NUM_VALUES); in hash_init()
1509 hash->val = (int*)lodepng_malloc(sizeof(int) * windowsize); in hash_init()
1510 hash->chain = (unsigned short*)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1512 hash->zeros = (unsigned short*)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1513 hash->headz = (int*)lodepng_malloc(sizeof(int) * (MAX_SUPPORTED_DEFLATE_LENGTH + 1)); in hash_init()
1514 hash->chainz = (unsigned short*)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1516 if(!hash->head || !hash->chain || !hash->val || !hash->headz|| !hash->chainz || !hash->zeros) { in hash_init()
1521 for(i = 0; i != HASH_NUM_VALUES; ++i) hash->head[i] = -1; in hash_init()
1522 for(i = 0; i != windowsize; ++i) hash->val[i] = -1; in hash_init()
[all …]
/lvgl-3.7.0/docs/_static/js/
Dcustom.js6 if(dt.id == document.location.hash.substring(1))
/lvgl-3.7.0/scripts/
DDoxyfile6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5 …a-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3…