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

  /external/openfst/src/include/fst/
test-properties.h 120 unordered_set<Label> *olabels = 0; local
133 olabels = new unordered_set<Label>;
145 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
191 if (olabels)
192 olabels->insert(arc.olabel);
216 delete olabels;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 118 hash_set<Label> *olabels = 0; local
131 olabels = new hash_set<Label>;
142 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
185 if (olabels)
186 olabels->insert(arc.olabel);
210 delete olabels;
  /external/smack/src/org/xbill/DNS/
Zone.java 333 int olabels; local
344 olabels = origin.labels();
346 for (tlabels = olabels; tlabels <= labels; tlabels++) {
347 boolean isOrigin = (tlabels == olabels);
406 for (int i = 0; i < labels - olabels; i++) {
  /external/srec/srec/include/
srec_context.h 137 wordmap *olabels; /* word labels */ member in struct:srec_context

Completed in 2667 milliseconds