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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cg.c116 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
120 clp2(size_t x) function
161 * nearest power of two to this value (see clp2(), above).
165 size = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY);
266 * nearest power of two to this value (see clp2(), above). These
271 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
285 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
373 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
417 * nearest power of two to this value (see clp2(), above).
421 size = clp2(P2ROUNDU
[all...]

Completed in 98 milliseconds