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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1053 N_word s_hi_base; local
1088 s_hi_base = Yoffset >> LOGBITS;
1104 s_base = s_hi_base;
1171 if (s_base == s_hi_base) break;
1183 sel = ((s_base == s_hi_base) << 1) OR (s_base == s_lo_base);

Completed in 124 milliseconds