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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \
61 #define powerof2(x) ((((x) - 1) & (x)) == 0) macro
  /external/elfutils/libasm/
asm_align.c 36 if (unlikely (! powerof2 (value)))
  /external/elfutils/libelf/
elf32_updatenull.c 244 if (unlikely (! powerof2 (dl->data.d.d_align)))
294 if (unlikely (! powerof2 (shdr->sh_addralign))
  /system/core/toolbox/
newfs_msdos.c 238 #define powerof2(x) ((((x) - 1) & (x)) == 0) macro
440 if (!powerof2(bpb.bps))
458 if (!powerof2(opt_b))
469 if (!powerof2(opt_c))
  /external/elfutils/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 2248 milliseconds