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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h97 #define PROF_CNT_LSUB(cnt,val) (PROF_CNT_SUB(cnt,(val).low), (cnt).high -= (val).high) macro
104 #define LPROF_CNT_LSUB(lp,val) PROF_CNT_LSUB(lp,val)
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h198 #define PROF_CNT_LSUB(cnt,val) \ macro
209 #define PROF_CNT_LSUB(cnt,val) (PROF_CNT_SUB(cnt,(val).low), (cnt).high -= (val).high) macro
239 #define LPROF_CNT_LSUB(lp,val) PROF_CNT_LSUB(lp,val)

Completed in 23 milliseconds