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

1 2

  /bionic/libc/include/sys/
param.h 46 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /development/ndk/platforms/android-21/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/sys/
param.h 42 #define powerof2(x) ((((x)-1)&(x))==0) macro

Completed in 833 milliseconds

1 2