Searched refs:pow2 (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh25 pow2() { function
48 pow2 ${lg_grp}; grp=${pow2_result}
49 pow2 ${lg_delta}; delta=${pow2_result}
59 pow2 ${lg_p}; p=${pow2_result}
91 pow2 ${lg_p}; p=${pow2_result}
92 pow2 ${lg_grp}; grp=${pow2_result}
93 pow2 ${lg_delta}; delta=${pow2_result}
103 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
150 pow2 $((${lg_z} + 3)); ptr_bits=${pow2_result}
151 pow2
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dutil.c4 unsigned i, pow2; \
24 for (pow2 = 1; pow2 < 25; pow2++) { \
25 for (x = (((t)1) << (pow2-1)) + 1; x <= ((t)1) << pow2; \
28 ((t)1) << pow2, \
/fuchsia/zircon/kernel/arch/x86/
H A Dcpu_topology.cpp11 #include <pow2.h>
119 // a pow2 number of bits between the core number and package number refer to node
H A Dproc_trace.cpp43 #include <pow2.h>
H A Dperf_mon.cpp72 #include <pow2.h>
1408 0 /* ignored */, size, 0 /* align pow2 */, 0 /* vmar flags */,
/fuchsia/zircon/kernel/lib/cbuf/
H A Dcbuf.cpp16 #include <pow2.h>
/fuchsia/zircon/kernel/lib/header_tests/
H A Dpow2_tests.cpp9 #include <pow2.h>
79 UNITTEST("pow2 lib tests", pow2_test)
80 UNITTEST_END_TESTCASE(pow2_tests, "pow2", "pow2 lib tests");
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/
H A Darm_gicv2m_msi.cpp11 #include <pow2.h>
41 * Right now, the pow2 range allocator will not accept overlapping ranges.
109 * context pointer with ranges registered with the pow2 allocator. Right
/fuchsia/zircon/kernel/lib/crypto/
H A Dprng.cpp19 #include <pow2.h>
/fuchsia/zircon/kernel/vm/
H A Dpmm.cpp18 #include <pow2.h>
H A Dvm_address_region.cpp15 #include <pow2.h>
/fuchsia/zircon/kernel/object/
H A Dhandle.cpp13 #include <pow2.h>
H A Dport_dispatcher.cpp12 #include <pow2.h>
H A Dsocket_dispatcher.cpp13 #include <pow2.h>
/fuchsia/zircon/kernel/platform/pc/
H A Dinterrupts.cpp26 #include <pow2.h>
H A Dtimer.cpp36 #include <pow2.h>
/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp14 #include <pow2.h>
/fuchsia/zircon/kernel/tests/
H A Dtimer_tests.cpp22 #include <pow2.h>
H A Dthread_tests.cpp21 #include <pow2.h>
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_irqs.cpp17 #include <pow2.h>

Completed in 182 milliseconds