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

/freebsd-9.3-release/contrib/gdtoa/
H A Dmisc.c34 static Bigint *freelist[Kmax+1];
58 /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
60 if (k <= Kmax && (rv = freelist[k]) !=0) {
70 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
94 if (v->k > Kmax)
H A Dgdtoaimp.h488 #define Kmax 9 macro

Completed in 98 milliseconds