/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse_decompress.c | 66 U32 const tableSize = 1 << tableLog; in FSE_buildDTable() local 146 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
H A D | fse.h | 552 { 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 D | util.h | 213 size_t tableSize; /* nb of fileNames */ member
|
H A D | util.c | 477 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 D | fse_compress.c | 70 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 D | fse_compress.c | 71 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 D | fse.h | 578 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 709 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
|
H A D | fse_decompress.c | 79 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 D | DebugTypes.cpp | 932 uint32_t tableSize = 0; member 1091 size_t tableSize = 0; in mergeTypesWithGHash() local
|
H A D | DLL.cpp | 652 size_t tableSize) in ExportOrdinalChunk()
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_port_ext.h | 1354 uint8_t tableSize; member 1395 uint8_t tableSize; member 1404 uint8_t tableSize; member
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 385 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 D | zstd_v03.c | 1094 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 D | zstd_v02.c | 1093 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 D | zstd_v04.c | 1070 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 D | zstd_v05.c | 1194 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 D | zstd_v06.c | 1201 #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 D | zstd_v07.c | 965 #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 D | zdict.c | 437 const U32 tableSize = table->pos; in ZDICT_tryMerge() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 377 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable() local
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 308 ASN1_INTEGER *tableSize; member
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_manip.h | 507 uint16_t tableSize; member
|
H A D | fm_manip.c | 128 uint8_t localDataSize, remain, tableSize = 0, dataSize = 0; in CalculateTableSize() local
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 451 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
|