Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c19 #define TEST_BUF_SIZE 50 macro
29 const u8 expected[TEST_BUF_SIZE];
34 const u8 expected[TEST_BUF_SIZE];
39 const u16 expected[TEST_BUF_SIZE];
40 const u16 expected_swab[TEST_BUF_SIZE];
45 const u16 expected[TEST_BUF_SIZE];
50 const u16 expected[TEST_BUF_SIZE];
55 const u16 expected[TEST_BUF_SIZE];
60 const u8 expected[TEST_BUF_SIZE];
65 const u32 expected[TEST_BUF_SIZE];
[all …]
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
Dsock.c500 #define TEST_BUF_SIZE 4096 macro
506 char buf[TEST_BUF_SIZE]; in test_server_run()