Searched refs:clp2 (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_cg.c | 119 * 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...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_create.c | 571 * 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);
|
Completed in 5713 milliseconds