Searched refs:BC_COUNT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h134 #define BC_COUNT(x,c) ((x) & BC_MSK(c)) + (((x) >> (BC_TWO(c))) & BC_MSK(c)) macro
136 d = BC_COUNT(s, 0); \
137 d = BC_COUNT(d, 1); \
138 d = BC_COUNT(d, 2); \
139 d = BC_COUNT(d, 3); \
140 d = BC_COUNT(d, 4); \

Completed in 185 milliseconds