Home
last modified time | relevance | path

Searched defs:POW2 (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/e2p/
Dls.c338 #define POW2(x) ((__u64) 1 << (x)) in list_super2() macro
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiowsinclimit.c157 #define POW2(x) (x)*(x) macro
Daudiowsincband.c157 #define POW2(x) (x)*(x) macro
/third_party/python/Modules/_ctypes/
Dcallproc.c1117 #define POW2(x) (((x & ~(x - 1)) == x) ? x : 0) macro