Searched defs:bits_in_word (Results 1 - 3 of 3) sorted by relevance
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | ||
| H A D | ashldi3.c | 24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__ashldi3 |
| H A D | ashrdi3.c | 24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__ashrdi3 |
| H A D | lshrdi3.c | 24 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); local in function:__lshrdi3 |
Completed in 3 milliseconds