Searched refs:total (Results 1 – 5 of 5) sorted by relevance
54 uint __unused total = ++mtx->enter_count; in __time_critical_func() local56 assert(total); // check for overflow in __time_critical_func()100 uint __unused total = ++mtx->enter_count; in __time_critical_func() local101 assert(total); // check for overflow in __time_critical_func()158 uint __unused total = ++mtx->enter_count; in __time_critical_func() local160 assert(total); // check for overflow in __time_critical_func()
742 …mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r-… in tinfl_decompress() local744 used_syms = 0, total = 0; next_code[0] = next_code[1] = 0; in tinfl_decompress()745 …for (i = 1; i <= 15; ++i) { used_syms += total_syms[i]; next_code[i + 1] = (total = ((total + tota… in tinfl_decompress()746 if ((65536 != total) && (used_syms > 1)) in tinfl_decompress()1091 int i; mz_uint32 total = 0; if (code_list_len <= 1) return; in tdefl_huffman_enforce_max_code_size() local1093 for (i = max_code_size; i > 0; i--) total += (((mz_uint32)pNum_codes[i]) << (max_code_size - i)); in tdefl_huffman_enforce_max_code_size()1094 while (total != (1UL << max_code_size)) in tdefl_huffman_enforce_max_code_size()1098 total--; in tdefl_huffman_enforce_max_code_size()
3510 size_t total; in do_check_malloc_state() local3531 total = traverse_and_check(m); in do_check_malloc_state()3532 assert(total <= m->footprint); in do_check_malloc_state()
165 …ns in the NVMC driver for getting the flash page size, the count of pages and the total flash size.
2304 # but if the number exceeds 15, the total amount of fields shown is limited to
Completed in 31 milliseconds