HomeSort by relevance Sort by last modified time
    Searched refs:xlate (Results 26 - 50 of 51) sorted by null

12 3

  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 60 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
61 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
62 die "can't locate ppc-xlate.pl";
64 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
sha1-x86_64.pl 71 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
72 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
73 die "can't locate x86_64-xlate.pl";
85 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.pl 49 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
51 die "can't locate x86_64-xlate.pl";
53 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 49 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
51 die "can't locate x86_64-xlate.pl";
53 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 58 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
59 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
60 die "can't locate x86_64-xlate.pl";
72 open OUT,"| \"$^X\" $xlate $flavour $output";
vpaes-x86_64.pl 55 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
56 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
57 die "can't locate x86_64-xlate.pl";
59 open OUT,"| \"$^X\" $xlate $flavour $output";
aes-ppc.pl 49 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
51 die "can't locate ppc-xlate.pl";
53 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
aesni-x86_64.pl 171 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
172 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
173 die "can't locate x86_64-xlate.pl";
175 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
bsaes-x86_64.pl 104 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
105 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
106 die "can't locate x86_64-xlate.pl";
108 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
aes-x86_64.pl 35 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
36 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
37 die "can't locate x86_64-xlate.pl";
39 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
modexp512-x86_64.pl 67 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
68 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
69 die "can't locate x86_64-xlate.pl";
71 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
x86_64-mont5.pl 27 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
28 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
29 die "can't locate x86_64-xlate.pl";
31 open OUT,"| \"$^X\" $xlate $flavour $output";
ppc.pl 155 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
156 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
157 die "can't locate ppc-xlate.pl";
159 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
x86_64-mont.pl 39 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
41 die "can't locate x86_64-xlate.pl";
43 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-x86_64.pl 71 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
72 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
73 die "can't locate x86_64-xlate.pl";
85 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 58 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
59 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
60 die "can't locate x86_64-xlate.pl";
72 open OUT,"| \"$^X\" $xlate $flavour $output";
vpaes-x86_64.pl 55 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
56 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
57 die "can't locate x86_64-xlate.pl";
59 open OUT,"| \"$^X\" $xlate $flavour $output";
aes-ppc.pl 49 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
51 die "can't locate ppc-xlate.pl";
53 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
aesni-x86_64.pl 171 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
172 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
173 die "can't locate x86_64-xlate.pl";
175 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
bsaes-x86_64.pl 104 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
105 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
106 die "can't locate x86_64-xlate.pl";
108 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 67 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
68 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
69 die "can't locate x86_64-xlate.pl";
71 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
x86_64-mont5.pl 27 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
28 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
29 die "can't locate x86_64-xlate.pl";
31 open OUT,"| \"$^X\" $xlate $flavour $output";
ppc.pl 155 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
156 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
157 die "can't locate ppc-xlate.pl";
159 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
x86_64-mont.pl 39 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
41 die "can't locate x86_64-xlate.pl";
43 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /art/runtime/hprof/
hprof.cc 1045 static const HprofHeapTag xlate[] = { local
1063 CHECK_LT(type, sizeof(xlate) / sizeof(HprofHeapTag));
1067 gc_scan_state_ = xlate[type];
    [all...]

Completed in 1416 milliseconds

12 3