Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c221 uint32_t count_incomp = 0, count_normal = 0, count_single = 0; variable
235 count_single++;
240 …l:%u (avg=%llu) sv:%u", name, count_incomp, count_normal, sum_normal / count_normal, count_single);