Home
last modified time | relevance | path

Searched refs:inc1 (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/bc/src/
HDrand.c338 bc_rand_seedRNG(BcRNGData* r, ulong state1, ulong state2, ulong inc1, 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
360 inc1 = 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()
HDnum.c3705 BcRand state1, state2, inc1, inc2; in bc_num_rng() local
3777 inc1 = (BcRand) bc_num_bigdig2(&temp2); 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-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
HDredacted_compressed.ksh62 log_must diff $clone_mnt/f1 $mntpnt/inc1/f1
63 log_must diff $send_mnt/f2 $mntpnt/inc1/f2
68 log_must diff $clone_mnt/f1 $mntpnt/inc1/f1
/freebsd-14-stable/release/scripts/
HDmm-mtree.sh72 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
73 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
/freebsd-14-stable/targets/pseudo/bootstrap-tools/
HDMakefile69 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
76 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
/freebsd-14-stable/usr.sbin/mergemaster/
HDmergemaster.sh476 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
477 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
484 if [ ! -f ${SOURCEDIR}/Makefile.inc1 ]; then
486 if [ -f ./Makefile.inc1 ]; then
/freebsd-14-stable/tools/test/stress2/misc/
HDgrowfs.sh48 cp -r /usr/include $mntpoint/inc1
HDgrowfs2.sh50 cp -r /usr/include $mntpoint/inc1
/freebsd-14-stable/contrib/bc/include/
HDrand.h487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd-14-stable/contrib/sendmail/
HDFREEBSD-upgrade27 Makefile.inc1
/freebsd-14-stable/contrib/gdtoa/
HDprintf.c0597 goto inc1;
599 goto inc1;
606 goto inc1;
608 goto inc1;
612 inc1:
/freebsd-14-stable/release/
HDMakefile373 .include "${.CURDIR}/Makefile.inc1"
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYInstrInfo.td1401 multiclass INCPat<PatFrag cond0, PatFrag cond1, Instruction cmp, Instruction inc0, Instruction inc1
1405 (inc1 (cmp GPR:$rs1, GPR:$rs2), GPR:$other, GPR:$rx, uimm5:$imm)>;
1409 (inc1 (cmp GPR:$rs2, GPR:$rs1), GPR:$other, GPR:$rx, uimm5:$imm)>;
/freebsd-14-stable/tools/tools/nanobsd/embedded/
HDcommon641 …MK_AUTO_OBJ=no TARGET=${NANO_TARGET} TARGET_ARCH=${NANO_ARCH} -f Makefile.inc1 buildenv -V TMPPATH)