Searched refs:BUFSIZE (Results 1 – 4 of 4) sorted by relevance
15 #define BUFSIZE 8192 macro42 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file()43 u8 buf_out[BUFSIZE]; in lzma_decompress_to_file()
73 #define BUFSIZE 1024 in cpu_map__fprintf() macro74 char buf[BUFSIZE]; in cpu_map__fprintf()78 #undef BUFSIZE in cpu_map__fprintf()
50 #define BUFSIZE 1024 macro54 char buf[BUFSIZE]; \57 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
282 #define BUFSIZE 10 in test__dso_data_cache() macro283 u8 buf[BUFSIZE]; in test__dso_data_cache()286 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE); in test__dso_data_cache()287 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()