Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/device/google/contexthub/firmware/os/core/
Dheap.c46 static uint8_t __attribute__ ((aligned (8))) gHeap[HEAP_SIZE];
48 #define REAL_HEAP_SIZE ((HEAP_SIZE) &~ 7)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;