Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivmodti4.c22 ti_int s_b = b >> bits_in_tword_m1; // s_b = b < 0 ? -1 : 0 in __divmodti4() local
H A Ddivmoddi4.c20 di_int s_b = b >> bits_in_dword_m1; // s_b = b < 0 ? -1 : 0 in __divmoddi4() local
H A Ddivmodsi4.c21 si_int s_b = b >> bits_in_word_m1; // s_b = b < 0 ? -1 : 0 in __divmodsi4() local