Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random_uniform.c33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() argument
37 if (upper_bound < 2) in arc4random_uniform()
41 min = -upper_bound % upper_bound; in arc4random_uniform()
55 return r % upper_bound; in arc4random_uniform()
/bionic/libc/upstream-freebsd/android/include/
Dfreebsd-compat.h52 extern uint32_t arc4random_uniform(uint32_t upper_bound);