Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferHeap.h120 typedef std::vector<uint8_t> buffer_t; ///< Buffer type typedef
121 buffer_t m_data; ///< The heap based buffer where data is stored
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c92 } buffer_t; typedef
94 static const buffer_t g_nullBuffer = { NULL, 0 };
102 buffer_t bTable[1]; /* variable size */
206 { buffer_t buffer; in ZSTDMT_getBuffer()
225 static buffer_t ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buffer) in ZSTDMT_resizeBuffer()
230 buffer_t newBuffer; in ZSTDMT_resizeBuffer()
292 static buffer_t seqToBuffer(rawSeqStore_t seq) in seqToBuffer()
294 buffer_t buffer; in seqToBuffer()
673 buffer_t dstBuff = job->dstBuff; in ZSTDMT_compressionJob()
797 buffer_t buffer;
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp67 buffer_t empty; in Clear()