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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c642 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
646 clp2(size_t x) function
673 dtd->dtd_data.ctt_size = clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);
/freebsd-11-stable/cddl/contrib/opensolaris/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);
265 * nearest power of two to this value (see clp2(), above). These
270 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
284 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
371 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
415 * nearest power of two to this value (see clp2(), above).
419 size = clp2(P2ROUNDU
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_intrmap.c317 clp2(u_int v) function
340 unit->irte_cnt = clp2(num_io_irqs);

Completed in 163 milliseconds