Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DGCDAProfiling.c84 #define WRITE_BUFFER_SIZE (128 * 1024) macro
122 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()
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-pump.c30 #define WRITE_BUFFER_SIZE 8192 macro
69 static char write_buffer[WRITE_BUFFER_SIZE];