Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Ddivmodti4.c21 ti_int s_a = a >> bits_in_tword_m1; // s_a = a < 0 ? -1 : 0 in __divmodti4() local
H A Ddivmodsi4.c20 si_int s_a = a >> bits_in_word_m1; // s_a = a < 0 ? -1 : 0 in __divmodsi4() local
H A Ddivmoddi4.c19 di_int s_a = a >> bits_in_dword_m1; // s_a = a < 0 ? -1 : 0 in __divmoddi4() local