Home
last modified time | relevance | path

Searched defs:powerof2 (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dparam.h29 #define powerof2(n) !(((n)-1) & (n)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dparam.h29 #define powerof2(n) !(((n)-1) & (n)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dparam.h32 #define powerof2(n) !(((n)-1) & (n)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dparam.h29 #define powerof2(n) !(((n)-1) & (n)) macro
/third_party/musl/include/sys/
H A Dparam.h29 #define powerof2(n) !(((n)-1) & (n)) macro
/third_party/elfutils/lib/
H A Dsystem.h90 #define powerof2(x) (((x) & ((x) - 1)) == 0) macro

Completed in 2 milliseconds