OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IBS_FETCH_BASE
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_macro.h
111
#define
IBS_FETCH_BASE
0xf000
113
#define IBS_FETCH_MAX (IBS_FETCH_END -
IBS_FETCH_BASE
+ 1)
114
#define IS_IBS_FETCH(x) (
IBS_FETCH_BASE
<= x && x <= IBS_FETCH_END)
115
#define IBS_FETCH_OFFSET(x) (x -
IBS_FETCH_BASE
)
opd_ibs.c
331
ret = (x -
IBS_FETCH_BASE
);
Completed in 380 milliseconds