HomeSort by relevance Sort by last modified time
    Searched refs:xlate (Results 1 - 25 of 32) sorted by null

1 2

  /external/boringssl/src/crypto/rand/asm/
rdrand-x86_64.pl 22 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
23 die "can't locate x86_64-xlate.pl";
25 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 134 struct xlate { struct
148 struct xlate *xl = (struct xlate *) priv_data;
164 struct xlate xl;
block.c 612 struct xlate { struct
628 struct xlate *xl = (struct xlate *) priv_data;
643 struct xlate xl;
  /external/boringssl/src/crypto/bn/asm/
armv4-mont.pl 47 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
48 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
49 die "can't locate arm-xlate.pl";
51 open STDOUT,"| \"$^X\" $xlate $flavour $output";
armv8-mont.pl 40 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
42 die "can't locate arm-xlate.pl";
44 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
x86_64-mont.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";
rsaz-avx2.pl 78 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
79 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
80 die "can't locate x86_64-xlate.pl";
90 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
rsaz-x86_64.pl 94 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
95 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
96 die "can't locate x86_64-xlate.pl";
98 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 80 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
81 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
82 die "can't locate arm-xlate.pl";
84 open STDOUT,"| \"$^X\" $xlate $flavour $output";
ghashv8-armx.pl 38 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
39 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
40 die "can't locate arm-xlate.pl";
42 open OUT,"| \"$^X\" $xlate $flavour $output";
aesni-gcm-x86_64.pl 40 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
42 die "can't locate x86_64-xlate.pl";
51 open OUT,"| \"$^X\" $xlate $flavour $output";
ghash-x86_64.pl 89 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
90 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
91 die "can't locate x86_64-xlate.pl";
100 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/boringssl/src/crypto/rc4/asm/
rc4-x86_64.pl 111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
113 die "can't locate x86_64-xlate.pl";
115 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/boringssl/src/crypto/sha/asm/
sha1-armv8.pl 30 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
31 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
32 die "can't locate arm-xlate.pl";
34 open OUT,"| \"$^X\" $xlate $flavour $output";
sha512-armv8.pl 40 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
42 die "can't locate arm-xlate.pl";
44 open OUT,"| \"$^X\" $xlate $flavour $output";
sha1-armv4-large.pl 77 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
78 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
79 die "can't locate arm-xlate.pl";
81 open STDOUT,"| \"$^X\" $xlate $flavour $output";
sha256-armv4.pl 46 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
47 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
48 die "can't locate arm-xlate.pl";
50 open STDOUT,"| \"$^X\" $xlate $flavour $output";
sha512-armv4.pl 59 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
60 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
61 die "can't locate arm-xlate.pl";
63 open STDOUT,"| \"$^X\" $xlate $flavour $output";
sha1-x86_64.pl 91 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
92 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
93 die "can't locate x86_64-xlate.pl";
109 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 118 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
119 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
120 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
121 die "can't locate x86_64-xlate.pl";
123 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 38 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
39 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
40 die "can't locate arm-xlate.pl";
42 open OUT,"| \"$^X\" $xlate $flavour $output";
vpaes-x86_64.pl 56 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
57 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
58 die "can't locate x86_64-xlate.pl";
60 open OUT,"| \"$^X\" $xlate $flavour $output";
bsaes-armv7.pl 56 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
57 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
58 die "can't locate arm-xlate.pl";
60 open STDOUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
aes-armv4.pl 41 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
42 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
43 die "can't locate arm-xlate.pl";
45 open STDOUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /art/runtime/hprof/
hprof.cc 1382 static const HprofHeapTag xlate[] = { local
    [all...]

Completed in 2718 milliseconds

1 2