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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c568 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
572 clp2(size_t x) function
599 dtd->dtd_data.ctt_size = clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);

Completed in 103 milliseconds