Home
last modified time | relevance | path

Searched refs:step4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h121 const word step4 = b_hi * a_hi; // no overflow;
123 word hi_digit = step4;
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c4587 ATF_TC(step4);
4588 ATF_TC_HEAD(step4, tc) in ATF_TC_HEAD() argument
4594 ATF_TC_BODY(step4, tc) in ATF_TC_BODY() argument
6669 ATF_TP_ADD_TC_PT_STEP(tp, step4); in ATF_TP_ADD_TCS()