Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp486 unsigned long hash = 5381; in djb2Encode() local
490 hash = ((hash << 5) + hash) + c; // hash * 33 + c in djb2Encode()
492 return hash; in djb2Encode()
/lvgl-latest/docs/_static/js/
Dcustom.js6 if(dt.id == document.location.hash.substring(1))
/lvgl-latest/src/libs/lodepng/
Dlodepng.c1590 static unsigned hash_init(Hash * hash, unsigned windowsize) in hash_init() argument
1593 hash->head = (int *)lodepng_malloc(sizeof(int) * HASH_NUM_VALUES); in hash_init()
1594 hash->val = (int *)lodepng_malloc(sizeof(int) * windowsize); in hash_init()
1595 hash->chain = (unsigned short *)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1597 hash->zeros = (unsigned short *)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1598 hash->headz = (int *)lodepng_malloc(sizeof(int) * (MAX_SUPPORTED_DEFLATE_LENGTH + 1)); in hash_init()
1599 hash->chainz = (unsigned short *)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init()
1601 … if(!hash->head || !hash->chain || !hash->val || !hash->headz || !hash->chainz || !hash->zeros) { in hash_init()
1606 for(i = 0; i != HASH_NUM_VALUES; ++i) hash->head[i] = -1; in hash_init()
1607 for(i = 0; i != windowsize; ++i) hash->val[i] = -1; in hash_init()
[all …]
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst382 **LIC_FILES_CHKSUM**: This variable contains a checksum (in this case, an MD5 hash)
385 there is a LICENSE.txt. To get the value of the hash of the file, you can do
393 **SRCREV**: Defines the specific commit (in this case, a Git SHA hash) from
431 **SRCREV** Variable the commit hash of github repo is defined.
/lvgl-latest/src/libs/expat/
Dxmlparse.c254 #define SECOND_HASH(hash, mask, power) \ argument
255 ((((hash) & ~(mask)) >> ((power) - 1)) & ((mask) >> 2))
256 #define PROBE_STEP(hash, mask, power) \ argument
257 ((unsigned char)((SECOND_HASH(hash, mask, power)) | 1))
378 unsigned long hash; member
3672 if (uriHash == parser->m_nsAtts[j].hash) { in storeAtts()
3703 parser->m_nsAtts[j].hash = uriHash; in storeAtts()
7176 hash(XML_Parser parser, KEY s) { in hash() function
7203 i = hash(parser, name) & ((unsigned long)table->size - 1); in lookup()
7205 unsigned long h = hash(parser, name); in lookup()
[all …]
/lvgl-latest/docs/
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-latest/docs/_static/css/
Dfontawesome.min.css5 …a-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3…