Searched defs:total (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | show_mem.c | 14 unsigned long total = 0, reserved = 0, highmem = 0; in show_mem() local
|
D | test_memcat_p.c | 25 int err = -ENOMEM, i, r, total = 0; in test_memcat_p_init() local
|
D | test_rhashtable.c | 177 unsigned int total = 0, chain_len = 0; in test_bucket_stats() local
|
D | scatterlist.c | 71 u64 total; in sg_nents_for_len() local
|
/lib/842/ |
D | 842_decompress.c | 165 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
|
D | 842_compress.c | 482 u64 last, next, pad, total; in sw842_compress() local
|
/lib/zstd/ |
D | entropy_common.c | 225 U32 const total = 1 << tableLog; in HUF_readStats_wksp() local
|
D | fse_compress.c | 168 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/ |
D | inflate.h | 80 unsigned long total; /* protected copy of output count */ member
|