Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c414 ispow2(CONSZ c) in ispow2() function
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c487 ispow2(CONSZ c) in ispow2() function
/netbsd-src/external/mit/lua/dist/src/
H A Dllimits.h70 #define ispow2(x) (((x) & ((x) - 1)) == 0) macro