Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandint.c104 static inline randint shift_left (randint x) in shift_left() function
134 rmax = shift_left (rmax) + UCHAR_MAX; in randint_genmax()
152 randnum = shift_left (randnum) + buf[i]; in randint_genmax()
153 randmax = shift_left (randmax) + UCHAR_MAX; in randint_genmax()