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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c571 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
575 clp2(size_t x) function
602 dtd->dtd_data.ctt_size = VBDTCAST(ushort_t)clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cg.c119 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
123 clp2(size_t x) function
164 * nearest power of two to this value (see clp2(), above).
168 size = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY);
269 * nearest power of two to this value (see clp2(), above). These
274 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
288 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
376 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
420 * nearest power of two to this value (see clp2(), above).
424 size = clp2(P2ROUNDU
[all...]

Completed in 858 milliseconds