Home
last modified time | relevance | path

Searched refs:TEST_BUF1_COPY_SIZE (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/app/usercopytest/
Dusercopytest.c43 #define TEST_BUF1_COPY_SIZE (TEST_BUF1_SIZE - TEST_BUF_COPY_START) macro
44 #define TEST_BUF2_COPY_SIZE (TEST_BUF_COPY_SIZE - TEST_BUF1_COPY_SIZE)
236 TEST_BUF1_COPY_SIZE)); in TEST_P()
307 TEST_BUF1_COPY_SIZE)); in TEST_P()
390 TEST_BUF1_COPY_SIZE)); in TEST_P()
482 EXPECT_EQ(MIN(TEST_BUF1_COPY_SIZE, copy_len), dest_len, in usercopy_test_strlcpy_from_user_inner()
520 size_t copy_sizes[] = {0, TEST_BUF1_COPY_SIZE, TEST_BUF_COPY_SIZE}; in TEST_P()