Home
last modified time | relevance | path

Searched refs:shiftr (Results 1 – 1 of 1) 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()