Home
last modified time | relevance | path

Searched defs:ispow2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/shared/lk/
Dpow2.h34 static inline __ALWAYS_INLINE bool ispow2(uint val) in ispow2() function
/aosp_15_r20/external/lua/src/
H A Dllimits.h66 #define ispow2(x) (((x) & ((x) - 1)) == 0) macro