Home
last modified time | relevance | path

Searched refs:xlate (Results 1 – 25 of 34) sorted by relevance

12

/external/boringssl/src/crypto/
Dcpu-x86_64-asm.pl10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or
14 open OUT,"| \"$^X\" $xlate $flavour $output";
DCMakeLists.txt46 ${PROJECT_SOURCE_DIR}/crypto/perlasm/arm-xlate.pl
47 ${PROJECT_SOURCE_DIR}/crypto/perlasm/x86_64-xlate.pl
/external/boringssl/src/crypto/rand/asm/
Drdrand-x86_64.pl8 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
11 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/boringssl/src/crypto/md5/asm/
Dmd5-x86_64.pl118 $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
123 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/boringssl/src/crypto/modes/asm/
Dghashv8-armx.pl38 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
39 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
42 open OUT,"| \"$^X\" $xlate $flavour $output";
Dghash-armv4.pl80 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
81 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
84 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Daesni-gcm-x86_64.pl40 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
63 open OUT,"| \"$^X\" $xlate $flavour $output";
Dghash-x86_64.pl89 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
90 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
112 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/e2fsprogs/lib/ext2fs/
Ddir_iterate.c134 struct xlate { struct
148 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
164 struct xlate xl; in ext2fs_dir_iterate()
Dblock.c612 struct xlate { struct
628 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
643 struct xlate xl; in ext2fs_block_iterate()
/external/boringssl/src/crypto/sha/asm/
Dsha1-armv8.pl30 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
31 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
34 open OUT,"| \"$^X\" $xlate $flavour $output";
Dsha512-armv8.pl40 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
44 open OUT,"| \"$^X\" $xlate $flavour $output";
Dsha1-armv4-large.pl77 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
78 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
81 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dsha512-armv4.pl59 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
60 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
63 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dsha256-armv4.pl46 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
47 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
50 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dsha1-x86_64.pl91 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
92 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
117 open OUT,"| \"$^X\" $xlate $flavour $output";
Dsha512-x86_64.pl108 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
109 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
134 open OUT,"| \"$^X\" $xlate $flavour";
/external/boringssl/src/crypto/rc4/asm/
Drc4-x86_64.pl111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
115 open OUT,"| \"$^X\" $xlate $flavour $output";
Drc4-md5-x86_64.pl49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
54 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/boringssl/src/crypto/bn/asm/
Darmv4-mont.pl47 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
48 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
51 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dx86_64-mont.pl49 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
53 open OUT,"| \"$^X\" $xlate $flavour $output";
Drsaz-x86_64.pl94 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
95 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
98 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/boringssl/src/crypto/aes/asm/
Dvpaes-x86_64.pl56 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
57 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
60 open OUT,"| \"$^X\" $xlate $flavour $output";
Daesv8-armx.pl38 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
39 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
42 open OUT,"| \"$^X\" $xlate $flavour $output";
Daes-armv4.pl41 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
42 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
45 open STDOUT,"| \"$^X\" $xlate $flavour $output";

12