Searched refs:bytes_bound (Results 1 – 2 of 2) sorted by relevance
173 randread_new (char const *name, size_t bytes_bound) in randread_new() argument175 if (bytes_bound == 0) in randread_new()189 setvbuf (source, s->buf.c, _IOFBF, MIN (sizeof s->buf.c, bytes_bound)); in randread_new()194 MIN (sizeof s->buf.isaac.state.m, bytes_bound))) in randread_new()
84 randint_all_new (char const *name, size_t bytes_bound) in randint_all_new() argument86 struct randread_source *source = randread_new (name, bytes_bound); in randint_all_new()