Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Drand.c334 * @param inc1 The lower half of the increment.
338 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()
H A Dnum.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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_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/
H A DMakefile.libcompat61 ${MAKE} -f Makefile.inc1 \
77 ${LIB${_LIBCOMPAT}WMAKE} -f Makefile.inc1 -DNO_FSCHG libraries
81 ${LIB${_LIBCOMPAT}IMAKE} -f Makefile.inc1 _lc_${.TARGET:S/${libcompat}$//}
H A DMakefile.inc1789 ${TIME_ENV} ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
797 ${TIME_ENV} ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
832 ${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
965 WMAKE= ${TIME_ENV} ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
970 IMAKE= ${TIME_ENV} ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
1174 ${_+_}cd ${.CURDIR}; ${LIB${LIBCOMPAT}WMAKE} _NO_INCLUDE_COMPILERMK=t -f Makefile.inc1 ${CLEANDIR}
1625 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1631 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1638 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
1640 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
[all …]
H A DMakefile63 # Makefile.inc1. The exceptions are universe, tinderbox and targets.
281 _MAKE= PATH=${PATH:Q} MAKE_CMD="${MAKE}" ${SUB_MAKE} -f Makefile.inc1 \
657 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-compiler \
665 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-linker \
H A DObsoleteFiles.inc41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
49 # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
/freebsd/targets/pseudo/bootstrap-tools/
H A DMakefile67 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
74 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
/freebsd/tools/test/stress2/misc/
H A Dgrowfs.sh48 cp -r /usr/include $mntpoint/inc1
H A Dgrowfs2.sh50 cp -r /usr/include $mntpoint/inc1
/freebsd/contrib/bc/include/
H A Drand.h483 * @param inc1 The first part of the increment.
487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd/contrib/sendmail/
H A DFREEBSD-upgrade25 Makefile.inc1
/freebsd/contrib/gdtoa/
H A Dprintf.c0597 goto inc1;
599 goto inc1;
606 goto inc1;
608 goto inc1;
612 inc1:
/freebsd/release/
H A DMakefile368 .include "${.CURDIR}/Makefile.inc1"
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.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/tools/tools/nanobsd/embedded/
H A Dcommon634 …MK_AUTO_OBJ=no TARGET=${NANO_TARGET} TARGET_ARCH=${NANO_ARCH} -f Makefile.inc1 buildenv -V TMPPATH)