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

/asus-wl-520gu-7.0.1.45/src/include/
H A Dbitfuncs.h59 uint32 temp_x = x; local
61 if (temp_x & DB_POW_MASK16) {
62 temp_x >>= 16;
65 if (temp_x & DB_POW_MASK8) {
66 temp_x >>= 8;
69 if (temp_x & DB_POW_MASK4) {
70 temp_x >>= 4;
73 if (temp_x & DB_POW_MASK2) {
74 temp_x >>= 2;
77 if (temp_x
[all...]

Completed in 27 milliseconds