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

/external/oprofile/libop/
H A Dop_config_24.h54 #define OP_MAX_NOTE_TABLE_SIZE 1048576 macro
/external/oprofile/gui/
H A Doprof_start.cpp179 iv = new QIntValidator(OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE, note_table_size_edit);
668 if (temp < OP_MIN_NOTE_TABLE_SIZE || temp > OP_MAX_NOTE_TABLE_SIZE) {
673 << OP_MAX_NOTE_TABLE_SIZE << "]"; local

Completed in 88 milliseconds