Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c34 static Bigint *freelist[Kmax+1];
60 if (k <= Kmax && (rv = freelist[k]) !=0) {
72 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
99 if (v->k > Kmax)
Dgdtoaimp.h471 #define Kmax 9 macro