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

/linux-master/lib/kunit/
H A Dkunit-example-test.c164 static int subtract_one(int i) function
189 /* Replace add_one() with subtract_one(). */
190 kunit_activate_static_stub(test, add_one, subtract_one);
213 /* Replace add_one() with subtract_one(). */
214 kunit_activate_static_stub(test, add_one_fn_ptr, subtract_one);

Completed in 81 milliseconds