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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1061 N_word s_max; local
1215 s_max = s_lower + bits;
1219 s_max = s_upper;
1230 s_max = s_upper;
1234 mask &= (N_word) ~((~0L << s_max) << 1);

Completed in 94 milliseconds