Home
last modified time | relevance | path

Searched defs:bits_in_tword_m1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dmodti3.c24 const int bits_in_tword_m1 = (int)(sizeof(ti_int) * CHAR_BIT) - 1; in __modti3() local
H A Ddivti3.c24 const int bits_in_tword_m1 = (int)(sizeof(ti_int) * CHAR_BIT) - 1; in __divti3() local