Home
last modified time | relevance | path

Searched refs:CTableSize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c645 size_t const CTableSize = FSE_CTABLE_SIZE_U32(tableLog, maxSymbolValue); in FSE_compress_wksp() local
646 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp()
647 size_t const scratchBufferSize = wkspSize - (CTableSize * sizeof(FSE_CTable)); in FSE_compress_wksp()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8120 size_t const CTableSize = FSE_CTABLE_SIZE_U32(tableLog, maxSymbolValue); in FSE_compress_wksp() local
8121 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp()
8122 size_t const scratchBufferSize = wkspSize - (CTableSize * sizeof(FSE_CTable)); in FSE_compress_wksp()