Searched refs:inc2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | rand.c | 335 * @param inc2 The upper half of the increment. 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()
|
H A D | 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/tools/test/stress2/misc/ |
H A D | growfs.sh | 58 cp -r /usr/include $mntpoint/inc2
|
H A D | growfs2.sh | 56 cp -r /usr/include $mntpoint/inc2
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_compressed.ksh | 69 [[ -f $mntpnt/inc2/f2 ]] && log_fail "File f2 should not exist."
|
/freebsd/contrib/bc/include/ |
H A D | rand.h | 484 * @param inc2 The second part of the increment. 487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.c | 1124 short inc2; in ipf_proxy_fixseqack() local 1134 inc2 = inc; in ipf_proxy_fixseqack() 1135 inc = (int)inc2; in ipf_proxy_fixseqack()
|