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

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-misc.c44 static Bigint *freelist[Kmax+1];
63 for(i = 0; i < Kmax+1; fl++, i++) {
99 freelist = (Bigint **)MALLOC((Kmax+1) * sizeof(Bigint *));
100 bzero(freelist, (Kmax+1) * sizeof(Bigint *));
106 /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
108 if (k <= Kmax && (rv = freelist[k]) !=0) {
118 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
144 if (v->k > Kmax)
H A Dgdtoaimp.h550 #define Kmax 9 macro
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c993 #define Kmax 15 macro
1003 static Bigint *freelist[Kmax+1];
1015 if (k <= Kmax && (rv = freelist[k]) != 0) {
1025 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
1044 if (v->k > Kmax) {

Completed in 105 milliseconds