HomeSort by relevance Sort by last modified time
    Searched defs:tkey (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/src/
ckh.c 128 const void *key, *data, *tkey, *tdata; local
151 tkey = cell->key; tdata = cell->data;
153 key = tkey; data = tdata;
  /external/iproute2/tc/
m_pedit.c 63 struct m_pedit_key *tkey)
122 int pack_key(struct m_pedit_sel *_sel, struct m_pedit_key *tkey)
131 if (tkey->off % 4) {
136 sel->keys[hwm].val = tkey->val;
137 sel->keys[hwm].mask = tkey->mask;
138 sel->keys[hwm].off = tkey->off;
139 sel->keys[hwm].at = tkey->at;
140 sel->keys[hwm].offmask = tkey->offmask;
141 sel->keys[hwm].shift = tkey->shift;
144 keys_ex[hwm].htype = tkey->htype
515 struct m_pedit_key tkey = {}; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_l4lb.c 330 struct bpf_tunnel_key tkey = {}; local
348 tkey.tunnel_ttl = 64;
433 memcpy(tkey.remote_ipv6, dst->dstv6, 16);
440 tkey.remote_ipv4 = dst->dst;
448 bpf_skb_set_tunnel_key(skb, &tkey, sizeof(tkey), tun_flag);
449 *(u32 *)eth->eth_dest = tkey.remote_ipv4;
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 943 const char *tkey=NULL; local
944 UnicodeString value=tagelement.getNextString(&tkey, status);
945 UnicodeString key(tkey);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 355 milliseconds