Searched refs:copyBuffer (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dzbufftest.c266 BYTE* copyBuffer; local
287 copyBuffer= (BYTE*)malloc (copyBufferSize);
291 !copyBuffer || !dstBuffer || !cBuffer || !zc || !zd,
300 memset(copyBuffer, 0x65, copyBufferSize); /* make copyBuffer considered initialized */
374 memcpy(copyBuffer+totalTestSize, srcBuffer+srcStart, readChunkSize);
417 if (crcDest!=crcOrig) findDiff(copyBuffer, dstBuffer, totalTestSize);
455 free(copyBuffer);
H A Dzstreamtest.c975 BYTE* const copyBuffer = (BYTE*)malloc (copyBufferSize); local
999 !copyBuffer || !dstBuffer || !cBuffer || !zc || !zd || !zd_noise ,
1008 memset(copyBuffer, 0x65, copyBufferSize); /* make copyBuffer considered initialized */
1112 memcpy(copyBuffer+totalTestSize, srcBuffer+srcStart, inBuff.pos);
1155 findDiff(copyBuffer, dstBuffer, totalTestSize);
1165 if (crcDest!=crcOrig) findDiff(copyBuffer, dstBuffer, totalTestSize);
1208 free(copyBuffer);
1227 BYTE* const copyBuffer = (BYTE*)malloc (copyBufferSize); local
1252 !copyBuffer || !dstBuffe
1511 BYTE* const copyBuffer = (BYTE*)malloc (copyBufferSize); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h45 /// instance: GsymReader::openFile(...) and GsymReader::copyBuffer(...).
88 static llvm::Expected<GsymReader> copyBuffer(StringRef Bytes);
217 /// Called by both openFile() and copyBuffer(), this function does all of the
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp44 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { function in class:GsymReader
203 // GsymReader::copyBuffer() and the header must be valid and initialized to

Completed in 146 milliseconds