/external/boringssl/src/crypto/rand/asm/ |
D | rdrand-x86_64.pl | 22 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 25 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/iptables/iptables/ |
D | xtables-translate.c | 68 else if (cs->target->xlate) { in xlate_action() 75 ret = cs->target->xlate(xl, ¶ms); in xlate_action() 103 if (!matchp->match->xlate) in xlate_matches() 106 ret = matchp->match->xlate(xl, ¶ms); in xlate_matches() 150 ret = h->ops->xlate(cs, xl); in nft_rule_xlate_add() 158 static int xlate(struct nft_handle *h, struct nft_xt_cmd_parse *p, in xlate() function 237 if (!xlate(h, &p, &cs, &args, true, nft_rule_xlate_add)) { in do_command_xlate() 251 if (!xlate(h, &p, &cs, &args, false, nft_rule_xlate_add)) { in do_command_xlate()
|
/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 | ghashp8-ppc.pl | 59 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 60 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 63 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
/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 | 36 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 37 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 40 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 | 53 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 54 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 57 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
/external/e2fsprogs/lib/ext2fs/ |
D | dir_iterate.c | 139 struct xlate { struct 153 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument 169 struct xlate xl; in ext2fs_dir_iterate()
|
/external/iptables/extensions/ |
D | libxt_DSCP.c | 129 .xlate = DSCP_xlate, 143 .xlate = DSCP_xlate6,
|
D | libxt_CLASSIFY.c | 120 .xlate = CLASSIFY_xlate, 132 .xlate = CLASSIFY_xlate,
|
D | libxt_NFQUEUE.c | 352 .xlate = NFQUEUE_xlate, 366 .xlate = NFQUEUE_xlate_v1, 380 .xlate = NFQUEUE_xlate_v2, 394 .xlate = NFQUEUE_xlate_v3,
|
D | libxt_dscp.c | 135 .xlate = dscp_xlate, 149 .xlate = dscp_xlate6,
|
D | libxt_TEE.c | 142 .xlate = tee_tg_xlate, 156 .xlate = tee_tg6_xlate,
|
D | libxt_cgroup.c | 163 .xlate = cgroup_xlate_v0, 177 .xlate = cgroup_xlate_v1,
|
D | libxt_mark.c | 160 .xlate = mark_xlate, 174 .xlate = mark_mt_xlate,
|
D | libxt_connmark.c | 182 .xlate = connmark_xlate, 196 .xlate = connmark_mt_xlate,
|
D | libxt_TRACE.c | 23 .xlate = trace_xlate,
|
/external/boringssl/src/crypto/ |
D | CMakeLists.txt | 49 ${PROJECT_SOURCE_DIR}/crypto/perlasm/arm-xlate.pl 50 ${PROJECT_SOURCE_DIR}/crypto/perlasm/ppc-xlate.pl 51 ${PROJECT_SOURCE_DIR}/crypto/perlasm/x86_64-xlate.pl
|
/external/boringssl/src/crypto/aes/asm/ |
D | vpaes-x86_64.pl | 57 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 58 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 61 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";
|
/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";
|