Home
last modified time | relevance | path

Searched refs:buffer_t (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataBufferHeap.h129 typedef std::vector<uint8_t> buffer_t; ///< Buffer type typedef
130 buffer_t m_data; ///< The heap based buffer where data is stored
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c93 } buffer_t; typedef
95 static const buffer_t g_nullBuffer = { NULL, 0 };
103 buffer_t bTable[1]; /* variable size */
190 { buffer_t buffer; in ZSTDMT_getBuffer()
209 static buffer_t ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buffer) in ZSTDMT_resizeBuffer()
214 buffer_t newBuffer; in ZSTDMT_resizeBuffer()
268 static buffer_t seqToBuffer(rawSeqStore_t seq) in seqToBuffer()
270 buffer_t buffer; in seqToBuffer()
603 buffer_t dstBuff = job->dstBuff; in ZSTDMT_compressionJob()
719 buffer_t buffer;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataBufferHeap.cpp85 buffer_t empty; in Clear()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzstreamtest.c122 } buffer_t; typedef
124 static const buffer_t g_nullBuffer = { NULL, 0 , 0 };
126 static buffer_t FUZ_createDictionary(const void* src, size_t srcSize, size_t blockSize, size_t requ… in FUZ_createDictionary()
128 buffer_t dict = { NULL, 0, 0 }; in FUZ_createDictionary()
147 static void FUZ_freeDictionary(buffer_t dict) in FUZ_freeDictionary()
229 buffer_t dictionary = g_nullBuffer; in basicUnitTests()