Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dashrdi3.c20 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); in __ashrdi3() local
H A Dlshrdi3.c20 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); in __lshrdi3() local
H A Dashldi3.c20 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); in __ashldi3() local