Searched refs:OP_UNEQUAL (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp54 OP_UNEQUAL, enumerator in enum:ops
280 fOp = OP_UNEQUAL;
326 if (fOp == OP_EQUAL || fOp == OP_UNEQUAL) {
476 int8 complementOp[] = {OP_UNEQUAL, OP_EQUAL, OP_LESS_THAN_OR_EQUAL,
494 // Special case for OP_UNEQUAL - it will always operate through the whole
496 if (status != B_OK || fOp == OP_UNEQUAL) {
530 // is either OP_EQUAL or OP_UNEQUAL
694 if (fOp == OP_UNEQUAL || index.SetTo(fAttribute) < B_OK) {
857 // OP_UNEQUAL
875 case OP_UNEQUAL
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h100 OP_UNEQUAL, enumerator in enum:QueryParser::ops
444 Term<QueryPolicy>::fOp = OP_UNEQUAL;
491 || Term<QueryPolicy>::fOp == OP_UNEQUAL) {
641 // OP_UNEQUAL
653 case OP_UNEQUAL:
678 int8 complementOp[] = {OP_UNEQUAL, OP_EQUAL, OP_LESS_THAN_OR_EQUAL,
693 // TODO: Should we do this only for OP_UNEQUAL?
771 if (Term<QueryPolicy>::fOp == OP_UNEQUAL
810 // Special case for OP_UNEQUAL - it will always operate through the whole
812 if (status != B_OK || Term<QueryPolicy>::fOp == OP_UNEQUAL) {
[all...]

Completed in 61 milliseconds