Lines Matching refs:value

198  * a void*. The argument @prev is the previously returned value, which should be
199 * used to derive the next value; @prev is set to NULL on the initial generator
284 /* param_value is the current parameter value for a test case. */
672 * correctly and the printed out value usually makes sense without
674 * value.
818 KUNIT_INIT_ASSERT(.text = #ptr, .value = __ptr), \
953 * Sets an expectation that the value that @left evaluates to is less than the
954 * value that @right evaluates to. This is semantically equivalent to
974 * Sets an expectation that the value that @left evaluates to is less than or
975 * equal to the value that @right evaluates to. Semantically this is equivalent
995 * Sets an expectation that the value that @left evaluates to is greater than
996 * the value that @right evaluates to. This is semantically equivalent to
1016 * Sets an expectation that the value that @left evaluates to is greater than
1017 * the value that @right evaluates to. This is semantically equivalent to
1132 * Sets an expectation that the value that @ptr evaluates to is null. This is
1153 * Sets an expectation that the value that @ptr evaluates to is not null. This
1174 * Sets an expectation that the value that @ptr evaluates to is not null and not
1218 * Sets an assertion that the value that @condition evaluates to is false. This
1318 * Sets an assertion that the value that @left evaluates to is less than the
1319 * value that @right evaluates to. This is the same as KUNIT_EXPECT_LT(), except
1338 * Sets an assertion that the value that @left evaluates to is less than or
1339 * equal to the value that @right evaluates to. This is the same as
1359 * Sets an assertion that the value that @left evaluates to is greater than the
1360 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GT(), except
1380 * Sets an assertion that the value that @left evaluates to is greater than the
1381 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GE(), except
1483 * Sets an assertion that the value that @ptr evaluates to is not null and not