Searched refs:inc2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/bc/src/ |
| HD | rand.c | 339 ulong inc2) in bc_rand_seedRNG() argument 342 bc_rand_seedState(&r->inc, inc1, inc2); in bc_rand_seedRNG() 355 ulong state1, state2, inc1, inc2; in bc_rand_fill() local 361 inc2 = fulong(ptr); in bc_rand_fill() 363 bc_rand_seedRNG(r, state1, state2, inc1, inc2); in bc_rand_fill() 536 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed() argument 542 bc_rand_seedState(&rng->inc, inc1, inc2); in bc_rand_seed()
|
| HD | num.c | 3705 BcRand state1, state2, inc1, inc2; in bc_num_rng() local 3788 inc2 = (BcRand) bc_num_bigdig2(&temp); in bc_num_rng() 3790 else inc1 = inc2 = 0; in bc_num_rng() 3792 bc_rand_seed(rng, state1, state2, inc1, inc2); in bc_num_rng()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| HD | redacted_compressed.ksh | 69 [[ -f $mntpnt/inc2/f2 ]] && log_fail "File f2 should not exist."
|
| /freebsd-13-stable/contrib/bc/include/ |
| HD | rand.h | 487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
|
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_proxy.c | 1127 short inc2; in ipf_proxy_fixseqack() local 1137 inc2 = inc; in ipf_proxy_fixseqack() 1138 inc = (int)inc2; in ipf_proxy_fixseqack()
|