Home
last modified time | relevance | path

Searched refs:powerof2 (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Djemalloc_wrapper.cpp41 if (!powerof2(boundary)) { in je_memalign_round_up_boundary()
Dmalloc_debug_leak.cpp263 if (!powerof2(alignment)) { in fill_posix_memalign()
461 if (!powerof2(alignment)) { in leak_memalign()
504 if (!powerof2(alignment)) { in leak_posix_memalign()
Dmalloc_debug_check.cpp369 if (!powerof2(alignment)) { in chk_memalign()
571 if (!powerof2(alignment)) { in chk_posix_memalign()
Dmalloc_debug_qemu.cpp980 } else if (!powerof2(alignment)) { in qemu_instrumented_memalign()
/bionic/libc/include/sys/
Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgetdelim.c91 #define powerof2(x) ((((x)-1)&(x))==0) in getdelim() macro
92 if (!powerof2(newlen)) { in getdelim()