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

/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h148 #define is_exp2(x) ((x & (x - 1)) == 0) macro

Completed in 76 milliseconds