OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IBS_OP_BASE
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_macro.h
134
#define
IBS_OP_BASE
0xf100
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
)
opd_ibs.c
333
ret = (x -
IBS_OP_BASE
+ IBS_FETCH_MAX);
Completed in 2133 milliseconds