Searched refs:GCOV_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov-io.c195 new_size = GCOV_BLOCK_SIZE;
226 if (gcov_var.offset >= GCOV_BLOCK_SIZE)
228 gcov_write_block (GCOV_BLOCK_SIZE);
232 memcpy (gcov_var.buffer, gcov_var.buffer + GCOV_BLOCK_SIZE, 4);
333 if (gcov_var.offset >= GCOV_BLOCK_SIZE)
400 excess = GCOV_BLOCK_SIZE;
H A Dgcov-io.h482 #define GCOV_BLOCK_SIZE (1 << 10) macro
495 fit within this buffer and we always can transfer GCOV_BLOCK_SIZE
498 gcov_unsigned_t buffer[GCOV_BLOCK_SIZE + 1];

Completed in 59 milliseconds