| /freebsd/sys/contrib/zstd/programs/ |
| H A D | util.h | 249 size_t tableSize; /* nb of fileNames */ member
|
| H A D | util.c | 713 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2() 725 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable() 738 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | fse.h | 493 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 624 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
|
| H A D | fse_decompress.c | 67 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | fse.h | 492 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 623 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
|
| H A D | fse_decompress.c | 66 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | fse_compress.c | 73 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local 243 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 72 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local 242 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
|
| H A D | zstd_compress.c | 2386 static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t tableSize, in ZSTD_copyCDictTableIntoCCtx()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 937 uint32_t tableSize = 0; member 1096 size_t tableSize = 0; in mergeTypesWithGHash() local
|
| H A D | DLL.cpp | 696 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 | 347 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 363 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 578 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v03.c | 1032 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1040 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1255 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v02.c | 1032 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1040 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1255 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v04.c | 1014 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() 1022 const U32 tableSize = 1 << tableLog; in FSE_buildDTable() local 1240 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
|
| H A D | zstd_v05.c | 1142 static U32 FSEv05_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSEv05_tableStep() 1162 const U32 tableSize = 1 << tableLog; in FSEv05_buildDTable() local 1352 const unsigned tableSize = 1 << nbBits; in FSEv05_buildDTable_raw() local
|
| H A D | zstd_v06.c | 1145 #define FSEv06_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument 1409 U32 const tableSize = 1 << tableLog; in FSEv06_buildDTable() local 1491 const unsigned tableSize = 1 << nbBits; in FSEv06_buildDTable_raw() local
|
| H A D | zstd_v07.c | 910 #define FSEv07_TABLESTEP(tableSize) ((tableSize>>1) + (tableSize>>3) + 3) argument 1430 U32 const tableSize = 1 << tableLog; in FSEv07_buildDTable() local 1512 const unsigned tableSize = 1 << nbBits; in FSEv07_buildDTable_raw() local
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 358 const U32 tableSize = table->pos; in ZDICT_tryMerge() 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/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 493 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 492 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
|