Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/programs/
H A Dutil.h186 size_t tableSize; /* nb of fileNames */ member
H A Dutil.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()
/dflybsd-src/contrib/zstd/lib/compress/
H A Dfse_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
/dflybsd-src/contrib/zstd/lib/common/
H A Dfse_decompress.c79 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_internal() local
211 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dfse.h577 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local
708 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Dzdict.c412 const U32 tableSize = table->pos; in ZDICT_tryMerge() local
/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c375 U32 const tableSize = 1 << tableLog; in ZSTD_buildFSETable_body() local
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c307 ASN1_INTEGER *tableSize; member