Searched defs:EXP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c77 * nextf[i] is the pointer to the next free block of size 2^(i+EXP).
82 #define EXP 4 macro
85 #define EXP 3 macro
130 amt = (1UL << EXP);
143 amt = (1UL << EXP); /* size of first bucket */
183 sz = 1UL << (bucket + EXP);
297 onb = 1UL << (i + EXP);
306 sz = 1UL << (i + EXP - 1);
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h175 #define EXP 01 /* experimental, mark it with a `*' on help */ macro

Completed in 57 milliseconds