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

1 2 3 4 5

  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesv8-armx.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 OUT,"| \"$^X\" $xlate $flavour $output";
  /external/iptables/extensions/
libxt_TRACE.c 23 .xlate = trace_xlate,
libxt_CLASSIFY.c 120 .xlate = CLASSIFY_xlate,
132 .xlate = CLASSIFY_xlate,
libxt_DSCP.c 129 .xlate = DSCP_xlate,
143 .xlate = DSCP_xlate6,
libxt_dscp.c 135 .xlate = dscp_xlate,
149 .xlate = dscp_xlate6,
libxt_comment.c 82 .xlate = comment_xlate,
libxt_cpu.c 68 .xlate = cpu_xlate,
libxt_helper.c 73 .xlate = helper_xlate,
libxt_quota.c 76 .xlate = quota_xlate,
libxt_TEE.c 142 .xlate = tee_tg_xlate,
156 .xlate = tee_tg6_xlate,
libxt_cgroup.c 163 .xlate = cgroup_xlate_v0,
177 .xlate = cgroup_xlate_v1,
libxt_connmark.c 182 .xlate = connmark_xlate,
196 .xlate = connmark_mt_xlate,
libxt_mark.c 160 .xlate = mark_xlate,
174 .xlate = mark_mt_xlate,
libxt_NFQUEUE.c 352 .xlate = NFQUEUE_xlate,
366 .xlate = NFQUEUE_xlate_v1,
380 .xlate = NFQUEUE_xlate_v2,
394 .xlate = NFQUEUE_xlate_v3,
libxt_length.c 85 .xlate = length_xlate,
libxt_mac.c 105 .xlate = mac_xlate,
libip6t_hl.c 130 .xlate = hl_xlate,
libipt_ah.c 125 .xlate = ah_xlate,
libipt_ttl.c 158 .xlate = ttl_xlate,
libxt_ecn.c 163 .xlate = ecn_xlate,
libxt_esp.c 119 .xlate = esp_xlate,
libxt_ipcomp.c 126 .xlate = comp_xlate,
  /external/boringssl/src/crypto/fipsmodule/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/iptables/iptables/
xtables-translate.c 68 else if (cs->target->xlate) {
75 ret = cs->target->xlate(xl, &params);
103 if (!matchp->match->xlate)
106 ret = matchp->match->xlate(xl, &params);
150 ret = h->ops->xlate(cs, xl);
158 static int xlate(struct nft_handle *h, struct nft_xt_cmd_parse *p, function
237 if (!xlate(h, &p, &cs, &args, true, nft_rule_xlate_add)) {
251 if (!xlate(h, &p, &cs, &args, false, nft_rule_xlate_add)) {
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 139 struct xlate { struct
153 struct xlate *xl = (struct xlate *) priv_data;
169 struct xlate xl;

Completed in 187 milliseconds

1 2 3 4 5