Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Djscompress.c661 #define HASH_SIZE 30011 macro
700 hash_table = malloc(sizeof(hash_table[0]) * HASH_SIZE); in lz_compress()
701 for(i = 0; i < HASH_SIZE; i++) in lz_compress()
708 h = ((src[i] << 16) | (src[i + 1] << 8) | src[i + 2]) % HASH_SIZE; in lz_compress()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.h109 #define HASH_SIZE (1 << HASH_BITS) macro
A Dbackward_references_enc.c246 (int32_t*)WebPSafeMalloc(HASH_SIZE, sizeof(*hash_to_first_index)); in VP8LHashChainFill()
250 memset(hash_to_first_index, 0xff, HASH_SIZE * sizeof(*hash_to_first_index)); in VP8LHashChainFill()

Completed in 6 milliseconds