Home
last modified time | relevance | path

Searched refs:n_utword_bits (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/
Dudivmodti4.c29 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
166 q.s.low = n.s.low << (n_utword_bits - sr); in __udivmodti4()
167 q.s.high = (n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
228 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/external/llvm-project/compiler-rt/lib/builtins/
Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()