Searched refs:WRITE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
84 #define WRITE_BUFFER_SIZE (128 * 1024) macro122 size = (size - 1) / WRITE_BUFFER_SIZE + 1; in resize_write_buffer()123 size *= WRITE_BUFFER_SIZE; in resize_write_buffer()303 resize_write_buffer(WRITE_BUFFER_SIZE); in llvm_gcda_start_file()304 memset(write_buffer, 0, WRITE_BUFFER_SIZE); in llvm_gcda_start_file()311 resize_write_buffer(WRITE_BUFFER_SIZE); in llvm_gcda_start_file()312 memset(write_buffer, 0, WRITE_BUFFER_SIZE); in llvm_gcda_start_file()
30 #define WRITE_BUFFER_SIZE 8192 macro69 static char write_buffer[WRITE_BUFFER_SIZE];