Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/src/
Drand.c319 ulong inc1, ulong inc2) in bc_rand_seedRNG() argument
322 bc_rand_seedState(&r->inc, inc1, inc2); in bc_rand_seedRNG()
334 ulong state1, state2, inc1, inc2; in bc_rand_fill() local
339 inc1 = fulong(ptr); in bc_rand_fill()
342 bc_rand_seedRNG(r, state1, state2, inc1, inc2); in bc_rand_fill()
488 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed() argument
494 bc_rand_seedState(&rng->inc, inc1, inc2); in bc_rand_seed()
Dnum.c3251 BcRand state1, state2, inc1, inc2; in bc_num_rng() local
3318 inc1 = (BcRand) bc_num_bigdig2(&temp2); in bc_num_rng()
3330 else inc1 = inc2 = 0; in bc_num_rng()
3332 bc_rand_seed(rng, state1, state2, inc1, inc2); in bc_num_rng()
/freebsd-12-stable/release/scripts/
Dmm-mtree.sh74 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
75 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
/freebsd-12-stable/targets/pseudo/bootstrap-tools/
DMakefile68 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
75 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
/freebsd-12-stable/
DMakefile.inc1676 ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
684 ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
717 ${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
845 WMAKE= ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
850 IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
1104 ${_+_}cd ${.CURDIR}; ${LIBCOMPATWMAKE} -f Makefile.inc1 ${CLEANDIR}
1540 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1546 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1553 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
1555 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
[all …]
DMakefile249 _MAKE= PATH=${PATH} MAKE_CMD="${MAKE}" ${SUB_MAKE} -f Makefile.inc1 \
580 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-compiler \
588 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-linker \
DMakefile.libcompat215 ${LIBCOMPATWMAKE} -f Makefile.inc1 -DNO_FSCHG libraries
DObsoleteFiles.inc28 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
36 # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
/freebsd-12-stable/usr.sbin/mergemaster/
Dmergemaster.sh478 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
479 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
486 if [ ! -f ${SOURCEDIR}/Makefile.inc1 ]; then
488 if [ -f ./Makefile.inc1 ]; then
/freebsd-12-stable/contrib/bc/include/
Drand.h482 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd-12-stable/contrib/sendmail/
DFREEBSD-upgrade27 Makefile.inc1
/freebsd-12-stable/release/picobsd/build/
Dpicobsd185 eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
1001 eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
/freebsd-12-stable/contrib/gdtoa/
Dprintf.c0597 goto inc1;
599 goto inc1;
606 goto inc1;
608 goto inc1;
612 inc1:
/freebsd-12-stable/tools/tools/nanobsd/embedded/
Dcommon673 …MK_AUTO_OBJ=no TARGET=${NANO_TARGET} TARGET_ARCH=${NANO_ARCH} -f Makefile.inc1 buildenv -V TMPPATH)