Home
last modified time | relevance | path

Searched defs:tableSize (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c66 U32 const tableSize = 1 << tableLog; in FSE_buildDTable() local
146 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dfse.h552 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
680 #define FSE_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument
/freebsd/sys/contrib/zstd/programs/
H A Dutil.h213 size_t tableSize; /* nb of fileNames */ member
H A Dutil.c477 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2()
489 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable()
502 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c70 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
201 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
500 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c71 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
241 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
539 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h578 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
709 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
H A Dfse_decompress.c79 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
211 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp932 uint32_t tableSize = 0; member
1091 size_t tableSize = 0; in mergeTypesWithGHash() local
H A DDLL.cpp652 size_t tableSize) in ExportOrdinalChunk()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1354 uint8_t tableSize; member
1395 uint8_t tableSize; member
1404 uint8_t tableSize; member
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c385 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep()
401 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local
616 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dzstd_v03.c1094 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep()
1102 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local
1317 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dzstd_v02.c1093 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep()
1101 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local
1316 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dzstd_v04.c1070 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep()
1078 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local
1296 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dzstd_v05.c1194 static U32 FSEv05_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSEv05_tableStep()
1214 const U32 tableSize = 1 << tableLog; in FSEv05_buildDTable() local
1404 const unsigned tableSize = 1 << nbBits; in FSEv05_buildDTable_raw() local
H A Dzstd_v06.c1201 #define FSEv06_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument
1465 U32 const tableSize = 1 << tableLog; in FSEv06_buildDTable() local
1547 const unsigned tableSize = 1 << nbBits; in FSEv06_buildDTable_raw() local
H A Dzstd_v07.c965 #define FSEv07_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument
1485 U32 const tableSize = 1 << tableLog; in FSEv07_buildDTable() local
1567 const unsigned tableSize = 1 << nbBits; in FSEv07_buildDTable_raw() local
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c437 const U32 tableSize = table->pos; in ZDICT_tryMerge() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c377 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable() local
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c308 ASN1_INTEGER *tableSize; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h507 uint16_t tableSize; member
H A Dfm_manip.c128 uint8_t localDataSize, remain, tableSize = 0, dataSize = 0; in CalculateTableSize() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c451 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local