Searched defs:powerof2 (Results 126 - 150 of 153) sorted by relevance

1234567

/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-3/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-3/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-3/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-4/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-4/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-4/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-5/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-5/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-5/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-6/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-6/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-6/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-7/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-7/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-7/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-8/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-8/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-8/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-9/arch-arm64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-9/arch-mips64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro
/prebuilts/ndk/r11/platforms/android-9/arch-x86_64/usr/include/sys/
H A Dparam.h42 #define powerof2(x) ((((x)-1)&(x))==0) macro

Completed in 438 milliseconds

1234567