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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1056 N_word s_base; local
1099 s_base = s_lo_base;
1104 s_base = s_hi_base;
1109 Y += s_base;
1171 if (s_base == s_hi_base) break;
1172 s_base++;
1177 if (s_base == s_lo_base) break;
1178 s_base--;
1183 sel = ((s_base == s_hi_base) << 1) OR (s_base
[all...]

Completed in 41 milliseconds