Searched defs:not_equal (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural-exp.h55 not_equal, /* Comparison for inequality. */ enumerator in enum:expression::operator
/external/openfst/src/include/fst/
H A Dtuple-weight.h257 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 75 milliseconds