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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c336 pv->stats.overhead[type] += len - plist->bytes_free;
1137 len = sprintf (buf, "%lu", (long unsigned)stats->overhead[ac]);
1158 width_overhead, (long unsigned)stats->overhead[ac],
1223 if (old_stats->overhead[i] < new_stats->overhead[i])
1224 old_stats->overhead[i] = new_stats->overhead[i];
H A Dprofile-md.h372 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */ member in struct:profile_stats
H A Dprofile-asm.s558 LCL(overhead) = LCL(wasted)+4*C_max /* # bytes of overhead */
559 LCL(buckets) = LCL(overhead)+4*C_max /* # hash indexes that have n buckets */
657 #define V_overhead LCL(overhead)
791 addl $(M_size-1),%eax /* add in overhead size & subtract 1 */
809 addl $(M_size),%eax /* bump past overhead */
827 addl $(A_size+M_size-1),%eax /* add in overhead size & subtract 1 */
846 addl $(A_size+M_size),%eax /* bump past overhead */
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c110 double overhead; member in struct:_state
126 double overhead; member in struct:__anon1357
615 ts->overhead = 0;
H A Dlmbench_lat_ctx.c93 double overhead; member in struct:__anon1361

Completed in 26 milliseconds