Searched refs:test_parse_sizeof (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libtraceevent/utest/ |
H A D | traceevent-utest.c | 331 static void test_parse_sizeof(int long_size, int value, const char *system, in test_parse_sizeof() function 368 test_parse_sizeof(8, 3, "sizeof8", SIZEOF_LONG8_FMT); in test_parse_sizeof8() 373 test_parse_sizeof(4, 4, "sizeof4", SIZEOF_LONG4_FMT); in test_parse_sizeof4() 378 test_parse_sizeof(0, 5, "sizeof_undef", SIZEOF_LONG0_FMT); in test_parse_sizeof_undef()
|