Home
last modified time | relevance | path

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

/openbsd/regress/usr.bin/grep/
H A DMakefile4 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28
110 t28: target
111 grep -m 0 -o x.y ${.CURDIR}/t28.in | diff - /dev/null
120 grep -m 0 x.y ${.CURDIR}/t28.in | diff - /dev/null
121 grep -m 1 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_5.out
122 grep -m 2 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_6.out
123 grep -m 3 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_7.out
124 grep -m 4 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_8.out
125 grep -m 5 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_8.out
126 grep -m 6 x.y ${.CURDIR}/t28.in | diff - ${.CURDIR}/t28_8.out
[all …]
/openbsd/regress/usr.bin/dc/
H A DMakefile9 t20 t21 t22 t23 t24 t25 t26 t27 t28
/openbsd/regress/usr.bin/make/
H A DMakefile5 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 \
126 t28: target
/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
188 t28 = t25 & t27; in aes_ct_bitslice_Sbox()
189 t29 = t28 ^ t22; in aes_ct_bitslice_Sbox()