Home
last modified time | relevance | path

Searched defs:total (Results 1 – 9 of 9) sorted by relevance

/lib/
Dshow_mem.c14 unsigned long total = 0, reserved = 0, highmem = 0; in show_mem() local
Dtest_memcat_p.c25 int err = -ENOMEM, i, r, total = 0; in test_memcat_p_init() local
Dtest_rhashtable.c177 unsigned int total = 0, chain_len = 0; in test_bucket_stats() local
Dscatterlist.c71 u64 total; in sg_nents_for_len() local
/lib/842/
D842_decompress.c165 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index() local
282 u64 op, rep, tmp, bytes, total; in sw842_decompress() local
D842_compress.c482 u64 last, next, pad, total; in sw842_compress() local
/lib/zstd/
Dentropy_common.c225 U32 const total = 1 << tableLog; in HUF_readStats_wksp() local
Dfse_compress.c168 unsigned total = 0; in FSE_buildCTable_wksp() local
519 static size_t FSE_normalizeM2(short *norm, U32 tableLog, const unsigned *count, size_t total, U32 m… in FSE_normalizeM2()
608 …t(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_t total, unsigned maxSy… in FSE_normalizeCount()
/lib/zlib_inflate/
Dinflate.h80 unsigned long total; /* protected copy of output count */ member