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

  /external/openfst/src/include/fst/extensions/far/
extract.h 47 string okey; local
55 if (key == okey)
60 okey = key;
print-strings.h 73 string okey; local
79 if (okey == key)
83 okey = key;
  /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);
  /external/libxml2/
dict.c 98 unsigned long okey; member in struct:_xmlDictEntry
560 unsigned long key, okey; local
607 okey = olddict[i].okey;
609 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len);
610 key = okey % dict->size;
615 dict->dict[key].okey = okey;
623 entry->okey = okey;
758 unsigned long key, okey, nbi = 0; local
891 unsigned long key, okey, nbi = 0; local
993 unsigned long okey, key, nbi = 0; local
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 411 ParenState<A> okey(paren_id, open_dest);
412 open_paren_set_.erase(open_paren_set_.find(okey));
413 for (typename CloseParenMap::iterator cit = close_paren_map_.find(okey);
414 cit != close_paren_map_.end() && cit->first == okey;) {
424 close_source_map_[okey] = close_source_sets_.FindId(close_sources);
467 ParenState<A> okey = sit->first; local
468 StateId open_dest = okey.state_id;
469 Label paren_id = okey.paren_id;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 142 String okey, ckey; local
144 assertTrue("Key comparison failed", (okey = (String) org
146 assertTrue("Value comparison failed", ((String) htfull.get(okey))
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 178 String okey, ckey; local
180 assertTrue("Key comparison failed", (okey = (String) org
182 assertTrue("Value comparison failed", ((String) htfull.get(okey))

Completed in 663 milliseconds