Lines Matching refs:operations
91 , operations ((Operation)0)
101 Operation operations;
140 if (m_spec.operations & OPERATION_INC)
143 if (m_spec.operations & OPERATION_DEC)
146 if (m_spec.operations == OPERATION_GET)
148 else if (m_spec.operations & OPERATION_GET)
241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
244 if ((spec.operations & OPERATION_INC) != 0)
247 if ((spec.operations & OPERATION_DEC) != 0)
250 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
253 if (spec.operations == OPERATION_GET)
437 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
440 if (spec.useBranches && ((spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_DEC)))
456 if ((spec.operations & OPERATION_INC) != 0)
475 if ((spec.operations & OPERATION_DEC) != 0)
495 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
498 if ((spec.operations == OPERATION_GET) != 0)
536 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) == 0)
539 if ((m_spec.operations & OPERATION_INC) == 0 && (m_spec.operations & OPERATION_DEC) != 0)
542 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) != 0)
545 if ((m_spec.operations & OPERATION_INC) == 0 && (m_spec.operations & OPERATION_DEC) == 0)
573 if (m_spec.operations == OPERATION_GET)
575 else if (m_spec.operations == OPERATION_INC)
577 else if (m_spec.operations == OPERATION_DEC)
579 else if (m_spec.operations == (OPERATION_GET|OPERATION_INC))
585 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC))
591 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC|OPERATION_INC))
598 else if (m_spec.operations == (OPERATION_DEC|OPERATION_INC))
824 if (m_spec.operations == OPERATION_GET)
845 else if ((m_spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_DEC))
856 else if ((m_spec.operations & OPERATION_INC) != 0)
870 if (isOk && ((m_spec.operations & OPERATION_GET) != 0))
883 else if ((m_spec.operations & OPERATION_DEC) != 0)
897 if (isOk && ((m_spec.operations & OPERATION_GET) != 0))
1069 if ((spec.operations & AtomicCounterTest::OPERATION_GET) != 0)
1075 if ((spec.operations & AtomicCounterTest::OPERATION_INC) != 0)
1084 if ((spec.operations & AtomicCounterTest::OPERATION_DEC) != 0)
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch)
1108 if ((operations & AtomicCounterTest::OPERATION_GET) != 0)
1114 if ((operations & AtomicCounterTest::OPERATION_INC) != 0)
1123 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0)
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch)
1146 if ((operations & AtomicCounterTest::OPERATION_GET) != 0)
1152 if ((operations & AtomicCounterTest::OPERATION_INC) != 0)
1161 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0)
1318 const AtomicCounterTest::Operation operations[] =
1331 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++)
1333 const AtomicCounterTest::Operation operation = operations[operationNdx];
1362 spec.operations = operation;
1386 const AtomicCounterTest::Operation operations[] =
1407 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++)
1409 const AtomicCounterTest::Operation operation = operations[operationNdx];
1440 spec.operations = operation;
1463 spec.operations = AtomicCounterTest::OPERATION_INC;
1477 spec.operations = AtomicCounterTest::OPERATION_INC;
1491 spec.operations = AtomicCounterTest::OPERATION_INC;
1505 spec.operations = AtomicCounterTest::OPERATION_INC;
1519 spec.operations = AtomicCounterTest::OPERATION_INC;