HomeSort by relevance Sort by last modified time
    Searched refs:powerof2 (Results 1 - 20 of 20) 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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
param.h 65 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \
71 #define powerof2(x) ((((x) - 1) & (x)) == 0) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
param.h 65 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \
71 #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))
  /system/core/toolbox/
newfs_msdos.c 441 if (!powerof2(bpb.bps))
459 if (!powerof2(opt_b))
469 if (!powerof2(opt_c))
    [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 786 milliseconds