Home
last modified time | relevance | path

Searched refs:step2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dopt-m-include-dir.mk10 # To set up this scenario, the file step2.mk is created deep in a hierarchy
16 # target "step2" that is needed by "step2.mk".
29 _!= cp ${MAKEFILE} ${TEST_DIR}/step2.mk
35 @${.MAKE} -C ${TEST_DIR} -f step2.mk step2
40 .elif ${.PARSEFILE:T} == "step2.mk"
57 # This file is included by step2.mk.
60 step2:
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h119 const word step2 = b_lo * a_hi; // no overflow;
127 lo_digit = add_with_carry<word>(lo_digit, shiftl(step2), no_carry, carry);
128 hi_digit = add_with_carry<word>(hi_digit, shiftr(step2), carry, _);
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c4451 ATF_TC(step2);
4452 ATF_TC_HEAD(step2, tc) in ATF_TC_HEAD() argument
4458 ATF_TC_BODY(step2, tc) in ATF_TC_BODY() argument
6667 ATF_TP_ADD_TC_PT_STEP(tp, step2); in ATF_TP_ADD_TCS()