Home
last modified time | relevance | path

Searched refs:total (Results 1 – 5 of 5) sorted by relevance

/external/platform/pico/common/pico_sync/
A Dmutex.c54 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
56 assert(total); // check for overflow in __time_critical_func()
100 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
101 assert(total); // check for overflow in __time_critical_func()
158 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
160 assert(total); // check for overflow in __time_critical_func()
/external/lib/miniz/
A Dminiz.c742 …mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r-… in tinfl_decompress() local
744 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() local
1093 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()
/external/lib/heap/dlmalloc/
A Ddlmalloc.c3510 size_t total; in do_check_malloc_state() local
3531 total = traverse_and_check(m); in do_check_malloc_state()
3532 assert(total <= m->footprint); in do_check_malloc_state()
/external/platform/nrfx/
A DCHANGELOG.md165 …ns in the NVMC driver for getting the flash page size, the count of pages and the total flash size.
/external/platform/nrfx/doc/
A Dnrfx.doxyfile2304 # but if the number exceeds 15, the total amount of fields shown is limited to

Completed in 31 milliseconds