Searched refs:one_len (Results 1 – 1 of 1) sorted by relevance
/linux/lib/tests/ |
H A D | fortify_kunit.c | 1006 volatile size_t one_len = sizeof(one) - 1; in fortify_test_memcmp() local 1009 OPTIMIZER_HIDE_VAR(one_len); in fortify_test_memcmp() 1013 KUNIT_ASSERT_EQ(test, memcmp(one, two, one_len), 0); in fortify_test_memcmp() 1016 KUNIT_ASSERT_LT(test, memcmp(one, two, one_len + 1), 0); in fortify_test_memcmp() 1020 KUNIT_ASSERT_EQ(test, memcmp(one, two, one_len + 2), INT_MIN); in fortify_test_memcmp()
|