Home
last modified time | relevance | path

Searched refs:t25 (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/usr.bin/make/
H A DMakefile5 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 \
111 t25: target
112 touch ${.OBJDIR}/t25.1st
113 rm -f ${.OBJDIR}/t25.2nd
114 …if cd ${.CURDIR} && env -i PATH=${PATH} ${MAKE} -r -f mk24 t25.2nd 2>/dev/null || test $$? -ge 128…
214 t25.1st t25.2nd f26.2nd f26 t27.2nd t27.3rd \
/openbsd/regress/usr.bin/grep/
H A DMakefile4 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28
99 t25: target
100 grep -o [ab] ${.CURDIR}/t25.in | diff - ${.CURDIR}/t25.out
131 .PHONY: t21 t22 t23 t24 t25 t26 t27 t28
/openbsd/regress/usr.bin/dc/
H A DMakefile9 t20 t21 t22 t23 t24 t25 t26 t27 t28
/openbsd/sys/crypto/
H A Daes.c115 uint32_t t20, t21, t22, t23, t24, t25, t26, t27, t28, t29; in aes_ct_bitslice_Sbox() local
185 t25 = t21 ^ t22; in aes_ct_bitslice_Sbox()
188 t28 = t25 & t27; in aes_ct_bitslice_Sbox()
200 t40 = t25 ^ t39; in aes_ct_bitslice_Sbox()