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

  /external/oprofile/module/x86/
op_model_athlon.c 22 #define CTR_OVERFLOWED(n) (!((n) & (1U << 31)))
94 if (CTR_OVERFLOWED(low)) {
op_model_ppro.c 22 #define CTR_OVERFLOWED(n) (!((n) & (1U << 31)))
89 if (CTR_OVERFLOWED(low)) {

Completed in 35 milliseconds