Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dmisc.c34 static Bigint *freelist[Kmax+1];
60 if (k <= Kmax && (rv = freelist[k]) !=0) {
70 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
94 if (v->k > Kmax)
Dgdtoaimp.h485 #define Kmax 9 macro
/third_party/python/Python/
Ddtoa.c300 #define Kmax 7 macro
354 static Bigint *freelist[Kmax+1];
365 if (k <= Kmax && (rv = freelist[k])) in Balloc()
371 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
393 if (v->k > Kmax) in Bfree()