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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c1081 long double total_hits_dbl = PROF_CNT_TO_LDOUBLE(total_hits);
1086 100.0L * (total_hits_dbl / total));
1094 100.0L * (PROF_CNT_TO_LDOUBLE(stats->cache_hits[i]) / total_hits_dbl),
1071 long double total_hits_dbl = PROF_CNT_TO_LDOUBLE(total_hits); local

Completed in 10 milliseconds