Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h249 size_t tableSize; /* nb of fileNames */ member
H A Dutil.c713 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 Dfse.h493 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
624 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
H A Dfse_decompress.c67 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h492 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
623 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
H A Dfse_decompress.c66 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c73 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 Dfse_compress.c72 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
242 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
H A Dzstd_compress.c2386 static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t tableSize, in ZSTD_copyCDictTableIntoCCtx()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp937 uint32_t tableSize = 0; member
1096 size_t tableSize = 0; in mergeTypesWithGHash() local
H A DDLL.cpp696 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.c347 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 Dzstd_v03.c1032 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 Dzstd_v02.c1032 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 Dzstd_v04.c1014 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 Dzstd_v05.c1142 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 Dzstd_v06.c1145 #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 Dzstd_v07.c910 #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 Dzdict.c358 const U32 tableSize = table->pos; in ZDICT_tryMerge() 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/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c493 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c492 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local

12