Searched refs:doOr (Results 1 – 9 of 9) sorted by relevance
/dports/devel/ragel/ragel-6.10/ragel/ |
H A D | fsmgraph.cpp | 394 void FsmAp::doOr( FsmAp *other ) in doOr() function in FsmAp 443 doOr( other ); in unionOp() 462 doOr( other ); in intersectOp() 487 doOr( other ); in subtractOp()
|
H A D | fsmgraph.h | 1393 void doOr( FsmAp *other );
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/ |
H A D | Atomic.h | 72 static ValueRef doOr(const Optional<ValueRef>& existingValueOptional, const ValueRef& otherOperand,… in doOr() function
|
H A D | WriteMap.h | 429 … return RYWMutation(doOr(existingEntry.value, newEntry.value.get(), arena), MutationRef::SetValue); in coalesce() 431 return RYWMutation(doOr(existingEntry.value, newEntry.value.get(), arena), MutationRef::Or); in coalesce()
|
/dports/lang/polyml/polyml-5.8.2/libpolyml/ |
H A D | arb.cpp | 1434 static unsigned doOr(unsigned i, unsigned j) in doOr() function 1469 return logical_long(taskData, x, y, doOr); in or_longc()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/uic/cpp/ |
H A D | cppwriteinitialization.cpp | 2865 bool doOr = false; in generateMultiDirectiveBegin() local 2867 if (doOr) in generateMultiDirectiveBegin() 2870 doOr = true; in generateMultiDirectiveBegin()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/ |
H A D | WriteDuringRead.actor.cpp | 559 return doOr(existingValue, value, arena); in applyAtomicOp()
|
/dports/lang/sketchy/sketchy-20070218/ |
H A D | sketchy.c | 211 static int doOr(int n, int *pcf, int *pmode, int *pcbn); 3493 static int doOr(int n, int *pcf, int *pmode, int *pcbn) { in doOr() function 4516 Specials[SF_OR] = &doOr; in init2()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/ |
H A D | storageserver.actor.cpp | 1619 m.param2 = doOr(oldVal, m.param2, ar); in expandMutation()
|