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

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Ddivsi3.c26 const int bits_in_word_m1 = (int)(sizeof(si_int) * CHAR_BIT) - 1; local
27 si_int s_a = a >> bits_in_word_m1; /* s_a = a < 0 ? -1 : 0 */
28 si_int s_b = b >> bits_in_word_m1; /* s_b = b < 0 ? -1 : 0 */

Completed in 87 milliseconds