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

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Ddivsi3.c28 si_int s_b = b >> bits_in_word_m1; /* s_b = b < 0 ? -1 : 0 */ local
H A Ddivdi3.c26 di_int s_b = b >> bits_in_dword_m1; /* s_b = b < 0 ? -1 : 0 */ local
H A Ddivti3.c28 ti_int s_b = b >> bits_in_tword_m1; /* s_b = b < 0 ? -1 : 0 */ local

Completed in 100 milliseconds