Searched refs:ED (Results 1 - 4 of 4) sorted by relevance

/src/bin/ed/test/
H A Dmkscripts.sh7 ED=$1
8 [ ! -x $ED ] && { echo "$ED: cannot execute"; exit 1; }
16 # echo "$ED - <<\EOT"
25 base=`$ED - \!"echo $i" <<-EOF
28 $ED - <<-EOF
31 $ED - <<\EOT
49 # echo "$ED - <<\EOT"
59 base=`$ED - \!"echo $i" <<-EOF
62 $ED
[all...]
H A Dckscripts.sh9 ED=$1
10 [ ! -x $ED ] && { echo "$ED: cannot execute"; exit 1; }
25 base=`$ED - \!"echo $i" <<-EOF
H A DMakefile5 ED?= ../obj/ed macro
17 echo "building test scripts for $(ED) ..."; \
18 ${HOST_SH} ${.CURDIR}/mkscripts.sh $(ED); \
22 @echo testing $(ED) ...
23 @${HOST_SH} ckscripts.sh $(ED)
/src/sys/arch/mips/cavium/dev/
H A Docteon_cop2var.h136 #define __octeon_cop2_aes_ed_16_au_vaddr64(ed, ED, au, AU) \
146 CNASM_MT2(tmp0, CVM_MT_AES_##ED##0, 0) \
147 CNASM_MT2(tmp1, CVM_MT_AES_##ED##1, 0) \
159 #define __octeon_cop2_aes_ed_16_au_ptr(ed, ED, au, AU, ptr) \
166 #define __octeon_cop2_aes_ed_16_au(ed, ED, au, AU) \
167 __octeon_cop2_aes_ed_16_au_vaddr64(ed, ED, au, AU) \
168 __octeon_cop2_aes_ed_16_au_ptr(ed, ED, au, AU, __##au##_t *)
170 #define __octeon_cop2_aes_ed_16(ed, ED) \
171 __octeon_cop2_aes_ed_16_au(ed, ED, aligned, A) \
172 __octeon_cop2_aes_ed_16_au(ed, ED, unaligne
[all...]

Completed in 3 milliseconds