Searched refs:sourceSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 328 const void* source, size_t sourceSize, in FSE_count_parallel_wksp() argument 332 const BYTE* const iend = ip+sourceSize; in FSE_count_parallel_wksp() 343 if (!sourceSize) { in FSE_count_parallel_wksp() 402 const void* source, size_t sourceSize, in FSE_countFast_wksp() argument 405 if (sourceSize < 1500) /* heuristic threshold */ in FSE_countFast_wksp() 406 return FSE_count_simple(count, maxSymbolValuePtr, source, sourceSize); in FSE_countFast_wksp() 407 return FSE_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, 0, workSpace); in FSE_countFast_wksp() 412 const void* source, size_t sourceSize) in FSE_countFast() argument 415 return FSE_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, tmpCounters); in FSE_countFast() 422 const void* source, size_t sourceSize, unsigned* workSpace) in FSE_count_wksp() argument [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/ |
| H A D | lz4internal.h | 132 LZ4LIB_API int LZ4_compress_default(const char* source, char* dest, int sourceSize, int maxDestSize… 172 LZ4LIB_API int LZ4_compress_fast (const char* source, char* dest, int sourceSize, int maxDestSize, … 433 …efault() instead") int LZ4_compress (const char* source, char* dest, int sourceSize); 434 …") int LZ4_compress_limitedOutput (const char* source, char* dest, int sourceSize, int maxOutputSi…
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 539 uint32_t sourceSize = options.GetSourceSize(); in ReadUTFBufferAndDumpToStream() local 545 if (!sourceSize) { in ReadUTFBufferAndDumpToStream() 546 sourceSize = max_size; in ReadUTFBufferAndDumpToStream() 549 if (sourceSize > max_size) { in ReadUTFBufferAndDumpToStream() 550 sourceSize = max_size; in ReadUTFBufferAndDumpToStream() 555 const int bufferSPSize = sourceSize * type_width; in ReadUTFBufferAndDumpToStream() 583 dump_options.SetSourceSize(sourceSize); in ReadUTFBufferAndDumpToStream()
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | fse.h | 335 const void* source, size_t sourceSize, unsigned* workSpace);
|