Lines Matching defs:comparison
304 * @param [in] expected_value Expected value for comparison.
1328 /** @brief Do comparison (a == b).
1335 * @return Result of the comparison.
1343 /** @brief Do comparison (a < b).
1350 * @return Result of the comparison.
1420 * Then buffer is mapped and the result is compared with expected_value using comparison function.
1428 * @param [in] comparison Comparison function pointer.
1433 * @return True if comparison succeeded, false otherwise.
1437 bool (*comparison)(T, T))
1454 if (!comparison(expected_value, *value))