HomeSort by relevance Sort by last modified time
    Searched refs:BufferSz (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 48 void *File, uint8_t *Buffer, uint32_t BufferSz) {
52 BufferIO->BufferSz = BufferSz;
79 if (Size + BufferIO->CurOffset > BufferIO->BufferSz) {
85 if (Size > BufferIO->BufferSz) {
InstrProfilingInternal.h 65 uint32_t BufferSz;
71 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
InstrProfilingFile.c 102 lprofCreateBufferIOInternal(void *File, uint32_t BufferSz) {
104 DynamicBufferIOBuffer = (uint8_t *)calloc(BufferSz, 1);
105 VPBufferSize = BufferSz;
  /external/compiler-rt/test/profile/
instrprof-bufferio.c 14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);

Completed in 65 milliseconds