Home
last modified time | relevance | path

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

12345

/external/bcc/tests/python/
Dtest_xlate1.py39 self.xlate = b.get_table("xlate")
42 key1 = self.xlate.Key(IPAddress("172.16.1.2").value, IPAddress("172.16.1.1").value)
43 … leaf1 = self.xlate.Leaf(IPAddress("192.168.1.2").value, IPAddress("192.168.1.1").value, 0, 0)
44 self.xlate[key1] = leaf1
45 key2 = self.xlate.Key(IPAddress("192.168.1.1").value, IPAddress("192.168.1.2").value)
46 leaf2 = self.xlate.Leaf(IPAddress("172.16.1.1").value, IPAddress("172.16.1.2").value, 0, 0)
47 self.xlate[key2] = leaf2
49 leaf = self.xlate[key1]
52 leaf = self.xlate[key2]
Dtest_xlate1.c14 BPF_HASH(xlate, struct IPKey, struct IPLeaf, 1024);
47 struct IPLeaf *xleafp = xlate.lookup(&key); in on_packet()
62 struct IPLeaf *xleafp = xlate.lookup(&key); in on_packet()
Dtest_xlate1.b16 Table<IPKey, IPLeaf, FIXED_MATCH, NONE> xlate(1024);
41 xlate.lookup(key, xleaf) {};
/external/boringssl/src/crypto/test/asm/
Dtrampoline-armv4.pl40 my $xlate;
41 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
42 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
45 open OUT, "| \"$^X\" \"$xlate\" $flavour \"$output\"";
Dtrampoline-armv8.pl38 my $xlate;
39 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
43 open OUT, "| \"$^X\" \"$xlate\" $flavour \"$output\"";
Dtrampoline-x86_64.pl41 my $xlate;
42 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
43 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
46 open OUT, "| \"$^X\" \"$xlate\" $flavour \"$output\"";
/external/boringssl/src/crypto/fipsmodule/rand/asm/
Drdrand-x86_64.pl28 my $xlate;
29 ( $xlate="${dir}../../../perlasm/x86_64-xlate.pl" and -f $xlate) or
32 open OUT,"| \"$^X\" $xlate $flavour $output";
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-ssse3-x86_64.pl82 my $xlate;
83 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
84 ( $xlate="${dir}../../../perlasm/x86_64-xlate.pl" and -f $xlate) or
87 open OUT, "| \"$^X\" \"$xlate\" $flavour \"$output\"";
Dghash-neon-armv8.pl60 my $xlate;
61 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
62 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
65 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dghashv8-armx.pl44 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
45 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
48 open OUT,"| \"$^X\" $xlate $flavour $output";
Dghash-armv4.pl87 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
88 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
91 open STDOUT,"| \"$^X\" $xlate $flavour $output";
Dghashp8-ppc.pl59 ( $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/fipsmodule/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/u-boot/drivers/input/
Dinput.c151 const uchar *xlate; /* Ascii code for each keycode */ member
465 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii()
481 ch = table->xlate[key]; in input_keycodes_to_ascii()
584 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument
596 table->xlate = xlate; in input_add_table()
633 entry->right_keycode, entry->xlate, in input_add_tables()
/external/iptables/iptables/
Dxtables-translate.c68 else if (cs->target->xlate) { in xlate_action()
75 ret = cs->target->xlate(xl, &params); in xlate_action()
103 if (!matchp->match->xlate) in xlate_matches()
106 ret = matchp->match->xlate(xl, &params); 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/fipsmodule/ec/asm/
Dp256_beeu-x86_64-asm.pl27 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
28 ( $xlate="${dir}../../../perlasm/x86_64-xlate.pl" and -f $xlate) or
31 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha1-armv8.pl39 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
43 open OUT,"| \"$^X\" $xlate $flavour $output";
Dsha512-armv8.pl46 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
47 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
50 open OUT,"| \"$^X\" $xlate $flavour $output";
Dsha1-armv4-large.pl84 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
85 ( $xlate="${dir}../../../perlasm/arm-xlate.pl" and -f $xlate) or
88 open STDOUT,"| \"$^X\" $xlate $flavour $output";
/external/e2fsprogs/lib/ext2fs/
Ddir_iterate.c139 struct xlate { struct
153 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
169 struct xlate xl; in ext2fs_dir_iterate()
/external/u-boot/include/
Dinput.h33 const uchar *xlate; /* keycode to ASCII table */ member
109 int right_keycode, const uchar *xlate, int num_entries);
/external/iptables/extensions/
Dlibxt_NFQUEUE.c352 .xlate = NFQUEUE_xlate,
366 .xlate = NFQUEUE_xlate_v1,
380 .xlate = NFQUEUE_xlate_v2,
394 .xlate = NFQUEUE_xlate_v3,
Dlibxt_DSCP.c129 .xlate = DSCP_xlate,
143 .xlate = DSCP_xlate6,
Dlibxt_CLASSIFY.c120 .xlate = CLASSIFY_xlate,
132 .xlate = CLASSIFY_xlate,
Dlibxt_dscp.c135 .xlate = dscp_xlate,
149 .xlate = dscp_xlate6,

12345