/external/boringssl/src/crypto/ |
D | cpu-x86_64-asm.pl | 10 ( $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";
|
D | CMakeLists.txt | 46 ${PROJECT_SOURCE_DIR}/crypto/perlasm/arm-xlate.pl 47 ${PROJECT_SOURCE_DIR}/crypto/perlasm/x86_64-xlate.pl
|
/external/boringssl/src/crypto/rand/asm/ |
D | rdrand-x86_64.pl | 8 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 11 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/boringssl/src/crypto/md5/asm/ |
D | 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 123 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/boringssl/src/crypto/modes/asm/ |
D | ghashv8-armx.pl | 38 ( $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";
|
D | ghash-armv4.pl | 80 ( $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";
|
D | 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 63 open OUT,"| \"$^X\" $xlate $flavour $output";
|
D | 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 112 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/e2fsprogs/lib/ext2fs/ |
D | dir_iterate.c | 134 struct xlate { struct 148 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument 164 struct xlate xl; in ext2fs_dir_iterate()
|
D | block.c | 612 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/ |
D | sha1-armv8.pl | 30 ( $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";
|
D | sha512-armv8.pl | 40 ( $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";
|
D | 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 81 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
D | sha512-armv4.pl | 59 ( $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";
|
D | sha256-armv4.pl | 46 ( $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";
|
D | 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 117 open OUT,"| \"$^X\" $xlate $flavour $output";
|
D | sha512-x86_64.pl | 108 ( $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/ |
D | 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 115 open OUT,"| \"$^X\" $xlate $flavour $output";
|
D | rc4-md5-x86_64.pl | 49 $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/ |
D | armv4-mont.pl | 47 ( $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";
|
D | 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 53 open OUT,"| \"$^X\" $xlate $flavour $output";
|
D | 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 98 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/boringssl/src/crypto/aes/asm/ |
D | 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 60 open OUT,"| \"$^X\" $xlate $flavour $output";
|
D | aesv8-armx.pl | 38 ( $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";
|
D | aes-armv4.pl | 41 ( $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";
|