Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
HDutil.h186 size_t tableSize; /* nb of fileNames */ member
HDutil.c407 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()
/dragonfly/contrib/zstd/lib/compress/
HDfse_compress.c71 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
/dragonfly/contrib/zstd/lib/common/
HDfse.h577 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
708 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
HDfse_decompress.c79 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
211 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
/dragonfly/contrib/zstd/lib/dictBuilder/
HDzdict.c412 const U32 tableSize = table->pos; in ZDICT_tryMerge() local
/dragonfly/contrib/zstd/lib/decompress/
HDzstd_decompress_block.c375 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
/dragonfly/contrib/wpa_supplicant/src/utils/
HDhttp_curl.c307 ASN1_INTEGER *tableSize; member