Searched refs:rs (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | arc4random.c | 65 } *rs; variable 85 if (rs == NULL) { in _rs_init() 86 if (_rs_allocate(&rs, &rsx) == -1) in _rs_init() 105 if (!rs) in _rs_stir() 112 rs->rs_have = 0; in _rs_stir() 118 rs->rs_count = REKEY_BASE + (rekey_fuzz % REKEY_BASE); in _rs_stir() 125 if (!rs || rs->rs_count <= len) in _rs_stir_if_needed() 127 if (rs->rs_count <= len) in _rs_stir_if_needed() 128 rs->rs_count = 0; in _rs_stir_if_needed() 130 rs->rs_count -= len; in _rs_stir_if_needed() [all …]
|
D | arc4random.h | 47 struct _rs rs; 68 *rsp = &_arc4random_data.rs; in _rs_allocate()
|
/picolibc-latest/test/ |
D | test-fma.c | 164 char xs[20], ys[20], zs[20], rs[20], ss[20]; in test_fmaf() local 186 strfromf(rs, sizeof(xs), "%a", r); in test_fmaf() 190 xs, ys, zs, rs, ss); in test_fmaf()
|