Home
last modified time | relevance | path

Searched refs:isp2 (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_struct.c62 #define isp2(x) ((x) > 0 && ((x) & ((x) - 1)) == 0) macro
154 if (!isp2(a)) in controloptions()