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

  /external/e2fsprogs/intl/
plural-exp.h 55 not_equal, /* Comparison for inequality. */ enumerator in enum:expression::operator
  /external/openfst/src/include/fst/
tuple-weight.h 257 bool not_equal = false; local
258 for (size_t i = 0; (i < n) && !not_equal; ++i)
259 not_equal = not_equal || (w1.Value(i) != w2.Value(i));
260 return not_equal;

Completed in 408 milliseconds