Searched defs:PROF_CNT_ADD (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h191 #define PROF_CNT_ADD(cnt,val) \ macro
217 #define PROF_CNT_ADD(cnt,val) (((((cnt).low + (val)) < (val)) ? ((cnt).high++) : 0), ((cnt).low += (val))) macro
225 #define PROF_CNT_ADD(cnt,val) (cnt+=val) macro

Completed in 7 milliseconds