Home
last modified time | relevance | path

Searched refs:final_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c203 unsigned long final_count = 0; in dwarf_get_macro_details() local
373 for (final_count = 0; !done && final_count < count; ++final_count) { in dwarf_get_macro_details()
377 (final_count * sizeof (Dwarf_Macro_Details))); in dwarf_get_macro_details()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c361 uint_t n = 0, cnt = 0, final_count = 0; in crypto_get_soft_list() local
379 final_count = 0; in crypto_get_soft_list()
394 final_count++; in crypto_get_soft_list()
411 *count = final_count; in crypto_get_soft_list()