OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:powerof2
(Results
1 - 25
of
37
) sorted by null
1
2
/bionic/libc/bionic/
jemalloc_wrapper.cpp
41
if (!
powerof2
(boundary)) {
/bionic/libc/include/sys/
param.h
42
#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/current/platforms/android-21/arch-arm/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
param.h
42
#define
powerof2
(x) ((((x)-1)&(x))==0)
macro
/prebuilts/ndk/current/platforms/android-24/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.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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h
66
# define roundup(x, y) (__builtin_constant_p (y) &&
powerof2
(y) \
72
#define
powerof2
(x) ((((x) - 1) & (x)) == 0)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h
66
# define roundup(x, y) (__builtin_constant_p (y) &&
powerof2
(y) \
72
#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)) {
Completed in 313 milliseconds
1
2