Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Deficompress.c52 #define WNDSIZ (1U << WNDBIT) macro
57 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX)
58 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
430 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory()
431 for (i = 0 ; i < WNDSIZ * 2 + MAXMATCH; i ++) { in AllocateMemory()
435 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mLevel)); in AllocateMemory()
436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory()
437 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mPosition)); in AllocateMemory()
438 mParent = malloc (WNDSIZ * 2 * sizeof(*mParent)); in AllocateMemory()
439 mPrev = malloc (WNDSIZ * 2 * sizeof(*mPrev)); in AllocateMemory()
[all …]