Searched refs:inc2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | 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()
|
| H A D | num.c | 3706 BcRand state1, state2, inc1, inc2; in bc_num_rng() local 3789 inc2 = (BcRand) bc_num_bigdig2(&temp); in bc_num_rng() 3791 else inc1 = inc2 = 0; in bc_num_rng() 3793 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
|
| H A D | growfs3.sh | 35 cp -r /usr/include $mntpoint/inc2
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_compressed.ksh | 70 [[ -f $mntpnt/inc2/f2 ]] && log_fail "File f2 should not exist."
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_lib.c | 436 int inc2; in bin2bn() local 468 inc2 = -1; in bin2bn() 472 inc2 = 1; in bin2bn() 488 for (; len > 0 && *s2 == xor; s2 += inc2, len--) in bin2bn()
|
| /freebsd/contrib/bc/include/ |
| H A D | rand.h | 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 | 1122 short inc2; in ipf_proxy_fixseqack() local 1132 inc2 = inc; in ipf_proxy_fixseqack() 1133 inc = (int)inc2; in ipf_proxy_fixseqack()
|