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

  /external/libxml2/
dict.c 76 unsigned long okey; member in struct:_xmlDictEntry
527 unsigned long key, okey; local
574 okey = olddict[i].okey;
576 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len);
577 key = okey % dict->size;
582 dict->dict[key].okey = okey;
590 entry->okey = okey;
726 unsigned long key, okey, nbi = 0; local
859 unsigned long key, okey, nbi = 0; local
961 unsigned long okey, key, nbi = 0; local
    [all...]
  /external/iproute2/ip/
link_gre.c 57 unsigned okey = 0; local
104 okey = *(__u32 *)RTA_DATA(greinfo[IFLA_GRE_OKEY]);
150 ikey = okey = uval;
166 } else if (!matches(*argv, "okey")) {
175 fprintf(stderr, "invalid value of \"okey\"\n");
180 okey = uval;
245 if (!okey && IN_MULTICAST(ntohl(daddr))) {
246 okey = daddr;
255 addattr32(n, 1024, IFLA_GRE_OKEY, okey);
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 226 String okey, ckey; local
228 assertTrue("Key comparison failed", (okey = (String) org
230 assertTrue("Value comparison failed", ((String) htfull.get(okey))
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 190 milliseconds