HomeSort by relevance Sort by last modified time
    Searched refs:powerof2 (Results 1 - 11 of 11) sorted by null

  /bionic/libc/bionic/
jemalloc_wrapper.cpp 41 if (!powerof2(boundary)) {
malloc_debug_leak.cpp 263 if (!powerof2(alignment)) {
461 if (!powerof2(alignment)) {
504 if (!powerof2(alignment)) {
malloc_debug_check.cpp 369 if (!powerof2(alignment)) {
571 if (!powerof2(alignment)) {
malloc_debug_qemu.cpp     [all...]
  /bionic/libc/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /development/ndk/platforms/android-L/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getdelim.c 91 #define powerof2(x) ((((x)-1)&(x))==0) macro
92 if (!powerof2(newlen)) {
  /external/elfutils/0.153/libasm/
asm_align.c 49 if (unlikely (! powerof2 (value)))
  /external/elfutils/0.153/libelf/
elf32_updatenull.c 298 if (unlikely (! powerof2 (data->d_align)))
351 if (unlikely (! powerof2 (shdr->sh_addralign))
  /external/elfutils/0.153/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 1280 milliseconds