Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:Kmax

517 #define Kmax 7
532 static Bigint *freelist[Kmax+1];
549 /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
551 if (k <= Kmax && (rv = freelist[k]))
560 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
584 if (v->k > Kmax)