Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.alloc.c182 unsigned shiftr; in malloc() local
202 shiftr = (nbytes - 1) >> 2; in malloc()
205 while ((shiftr >>= 1) != 0) in malloc()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h101 const auto shiftr = [](word value) -> word {
128 hi_digit = add_with_carry<word>(hi_digit, shiftr(step2), carry, _);
130 hi_digit = add_with_carry<word>(hi_digit, shiftr(step3), carry, _);