HomeSort by: relevance | last modified time | path
    Searched defs:clp2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
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);
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(P2ROUNDUP(e.cte_bits, NBBY) / NBBY)
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 756 * 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
760 clp2(size_t x) function
787 dtd->dtd_data.ctt_size = clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 487 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
490 clp2 (size_t x) function
525 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
627 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 487 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
490 clp2 (size_t x) function
525 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
627 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 488 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
491 clp2 (size_t x) function
526 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
628 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 488 1-8 to the closest power of 2 (e.g. 3->4, 5->8, etc). The clp2() function
491 clp2 (size_t x) function
526 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)
628 dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT)

Completed in 26 milliseconds