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

/external/oprofile/daemon/
H A Dopd_ibs_macro.h134 #define IBS_OP_BASE 0xf100 macro
136 #define IBS_OP_MAX (IBS_OP_END - IBS_OP_BASE + 1)
137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END)
138 #define IBS_OP_OFFSET(x) (x - IBS_OP_BASE)

Completed in 89 milliseconds