Searched refs:step3 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | opt-m-include-dir.mk | 11 # of subdirectories. Another file called opt-m-step3.mk is created a few 14 # Next to the canary file, there is opt-m-step3.mk. This file is found 24 ACTUAL_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-step3.mk 53 .include <opt-m-step3.mk> 55 .elif ${.PARSEFILE:T} == "opt-m-step3.mk"
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | big_int.h | 120 const word step3 = b_hi * a_lo; // no overflow; 129 lo_digit = add_with_carry<word>(lo_digit, shiftl(step3), no_carry, carry); 130 hi_digit = add_with_carry<word>(hi_digit, shiftr(step3), carry, _);
|
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | t_ptrace_wait.c | 4519 ATF_TC(step3); 4520 ATF_TC_HEAD(step3, tc) in ATF_TC_HEAD() argument 4526 ATF_TC_BODY(step3, tc) in ATF_TC_BODY() argument 6668 ATF_TP_ADD_TC_PT_STEP(tp, step3); in ATF_TP_ADD_TCS()
|