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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivsi3.c24 const int bits_in_word_m1 = (int)(sizeof(si_int) * CHAR_BIT) - 1; local
25 si_int s_a = a >> bits_in_word_m1; /* s_a = a < 0 ? -1 : 0 */
26 si_int s_b = b >> bits_in_word_m1; /* s_b = b < 0 ? -1 : 0 */

Completed in 46 milliseconds