Searched defs:bits_in_word (Results 1 - 3 of 3) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dashldi3.c24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__ashldi3
H A Dashrdi3.c24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__ashrdi3
H A Dlshrdi3.c24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__lshrdi3

Completed in 3 milliseconds