| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.h | 186 size_t tableSize; /* nb of fileNames */ member
|
| H A D | util.c | 407 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2() 419 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable() 432 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 71 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local 205 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local 503 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 577 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 708 #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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 389 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 405 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 620 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v03.c | 1098 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1106 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1321 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v04.c | 1074 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1082 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1300 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v02.c | 1097 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1105 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1320 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v06.c | 1205 #define FSEv06_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument 1469 U32 const tableSize = 1 << tableLog; in FSEv06_buildDTable() local 1551 const unsigned tableSize = 1 << nbBits; in FSEv06_buildDTable_raw() local
|
| H A D | zstd_v05.c | 1198 static U32 FSEv05_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSEv05_tableStep() 1218 const U32 tableSize = 1 << tableLog; in FSEv05_buildDTable() local 1408 const unsigned tableSize = 1 << nbBits; in FSEv05_buildDTable_raw() local
|
| H A D | zstd_v07.c | 969 #define FSEv07_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument 1489 U32 const tableSize = 1 << tableLog; in FSEv07_buildDTable() local 1571 const unsigned tableSize = 1 << nbBits; in FSEv07_buildDTable_raw() local
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 412 const U32 tableSize = table->pos; in ZDICT_tryMerge() local
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 375 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2020 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 2148 #define FSE_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument 2829 U32 const tableSize = 1 << tableLog; in FSE_buildDTable() local 2909 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local 7549 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local 7680 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local 7979 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local 26770 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable() local
|