Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h473 #define Kmax (sizeof(size_t) << 3) macro
Dmisc.c42 static Bigint *freelist[Kmax+1];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c278 #define Kmax 7 macro
332 static Bigint *freelist[Kmax+1];
343 if (k <= Kmax && (rv = freelist[k])) in Balloc()
349 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()
371 if (v->k > Kmax) in Bfree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c295 #define Kmax 7 macro
349 static Bigint *freelist[Kmax+1];
360 if (k <= Kmax && (rv = freelist[k])) in Balloc()
366 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()
388 if (v->k > Kmax) in Bfree()