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

/barrelfish-master/lib/compiler-rt/builtins/
H A Ddivsi3.c18 const int bits_in_word_m1 = (int)(sizeof(si_int) * CHAR_BIT) - 1; local
19 si_int s_a = a >> bits_in_word_m1; // s_a = a < 0 ? -1 : 0
20 si_int s_b = b >> bits_in_word_m1; // s_b = b < 0 ? -1 : 0

Completed in 25 milliseconds