Searched refs:total_hits (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c928 prof_cnt_t total_hits;
1074 PROF_ULONG_TO_CNT(total_hits, 0);
1076 PROF_CNT_LADD(total_hits, stats->cache_hits[i]);
1079 if (PROF_CNT_NE_0(total_hits)) {
1081 long double total_hits_dbl = PROF_CNT_TO_LDOUBLE(total_hits);
1085 PROF_CNT_TO_DECIMAL((char *)0, total_hits),
918 prof_cnt_t total_hits; local

Completed in 22 milliseconds