Lines Matching refs:TEST_FILE_SIZE
53 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20) macro
88 .offset = TEST_FILE_SIZE - 10,
94 .offset = TEST_FILE_SIZE - 10,
100 .offset = TEST_FILE_SIZE - 3,
121 char *file = test_file(TEST_FILE_SIZE); in test__dso_data()
154 buf = malloc(TEST_FILE_SIZE); in test__dso_data()
159 memset(buf, 0, TEST_FILE_SIZE); in test__dso_data()
161 buf, TEST_FILE_SIZE); in test__dso_data()
164 size == (TEST_FILE_SIZE - 10)); in test__dso_data()
267 !dsos__create(dso_cnt, TEST_FILE_SIZE, &machine.dsos)); in test__dso_data_cache()
348 !dsos__create(3, TEST_FILE_SIZE, &machine.dsos)); in test__dso_data_reopen()