| /freebsd/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistp384-ppc64.pl | 29 my ($xlate, $dir); 31 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 32 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 35 open OUT,"| \"$^X\" $xlate $flavour $output";
|
| H A D | ecp_nistp521-ppc64.pl | 27 my ($xlate, $dir); 29 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 30 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 33 open OUT,"| \"$^X\" $xlate $flavour $output";
|
| /freebsd/crypto/openssl/crypto/md5/asm/ |
| H A D | md5-aarch64.pl | 21 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 22 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 23 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 26 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 27 or die "can't call $xlate: $1";
|
| H A D | md5-x86_64.pl | 128 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 129 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 130 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 133 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"" 134 or die "can't call $xlate: $!";
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | armv4cpuid.pl | 16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or 20 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 21 or die "can't call $xlate: $!";
|
| H A D | arm64cpuid.pl | 16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or 20 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 21 or die "can't call $xlate: $!";
|
| H A D | ppccpuid.pl | 16 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 17 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or 20 open STDOUT,"| $^X $xlate $flavour \"$output\"" 21 or die "can't call $xlate: $!";
|
| H A D | x86_64cpuid.pl | 18 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 19 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or 22 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"" 23 or die "can't call $xlate: $!";
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | sched.d | 51 xlate <cpuinfo_t> (D->disp_cpu).cpu_id; 53 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset; 55 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip; 57 xlate <cpuinfo_t> (D->disp_cpu).cpu_lgrp; 60 (processor_info_t)xlate <cpuinfo_t> (D->disp_cpu).cpu_info; 63 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->t_cpu);
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.CircularTransDecl.d | 73 forwardi = xlate < struct output_struct > (f1).myi; 74 forwardc = xlate < struct output_struct > (f1).myc; 75 backwardi = xlate < struct input_struct > (f2).i; 76 backwardc = xlate < struct input_struct > (f2).c;
|
| H A D | tst.TransOutputPointer.d | 64 realmyi = xlate < struct myoutput_struct *> (f)->myi; 65 realmyc = xlate < struct myoutput_struct *> (f)->myc;
|
| H A D | tst.TransNonPointer.d | 63 realmyi = xlate < struct myoutput_struct > (f).myi; 64 realmyc = xlate < struct myoutput_struct > (f).myc;
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600p8-ppc.pl | 50 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 54 open STDOUT,"| $^X $xlate $flavour \"$output\"" 55 or die "can't call $xlate: $!";
|
| H A D | sha1-armv8.pl | 42 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 43 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 46 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 47 or die "can't call $xlate: $1";
|
| H A D | sha1-ppc.pl | 55 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 56 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 59 open STDOUT,"| $^X $xlate $flavour \"$output\"" 60 or die "can't call $xlate: $!";
|
| H A D | sha512p8-ppc.pl | 65 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 66 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 69 open STDOUT,"| $^X $xlate $flavour \"$output\"" 70 or die "can't call $xlate: $!";
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | armv4-gf2m.pl | 49 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 50 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 53 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\"" 54 or die "can't call $xlate: $1";
|
| H A D | ppc64-mont-fixed.pl | 42 my ($flavour, $output, $dir, $xlate); 50 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 54 open STDOUT,"| $^X $xlate $flavour \"$output\"" 55 or die "can't call $xlate: $!";
|
| H A D | x86_64-gf2m.pl | 38 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 39 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 42 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"" 43 or die "can't call $xlate: $!";
|
| /freebsd/crypto/openssl/crypto/sm3/asm/ |
| H A D | sm3-armv8.pl | 17 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 18 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 21 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 22 or die "can't call $xlate: $!";
|
| /freebsd/crypto/openssl/crypto/whrlpool/asm/ |
| H A D | wp-x86_64.pl | 47 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 48 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 49 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 52 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"" 53 or die "can't call $xlate: $!";
|
| /freebsd/crypto/openssl/engines/asm/ |
| H A D | e_padlock-x86_64.pl | 30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 31 ( $xlate="${dir}../../crypto/perlasm/x86_64-xlate.pl" and -f $xlate) or 34 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"" 35 or die "can't call $xlate: $!";
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/ |
| H A D | tst.InlineKinds.d | 49 inline struct s i3 = xlate < struct s > (i0); /* translator */ 51 inline int i5[int x] = (xlate < struct s > (x)).s_x; /* array by xlate */
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-armv4.pl | 88 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 89 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 92 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\"" 93 or die "can't call $xlate: $!";
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/print/ |
| H A D | Makefile | 22 tst.xlate.d \ 23 tst.xlate.d.out \
|