HomeSort by relevance Sort by last modified time
    Searched refs:IBS_OP_NB_END (Results 1 - 2 of 2) sorted by null

  /external/oprofile/daemon/
opd_ibs_macro.h 190 #define IBS_OP_NB_END 0xf24c
191 #define IBS_OP_NB_MAX (IBS_OP_NB_END - IBS_OP_NB_BASE + 1)
192 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END)
opd_ibs_trans.c 461 for (i = IBS_OP_NB_BASE, j =0 ; i <= IBS_OP_NB_END && j < size ; i++, mask = mask << 1) {

Completed in 109 milliseconds