Searched refs:MAX_HISTORY_SIZE (Results 1 – 5 of 5) sorted by relevance
29 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in Reset()57 for (int i = (MAX_HISTORY_SIZE - 2); i >= 0; i--) { in UpdateMaxHistory()77 for (int i = 0; i < MAX_HISTORY_SIZE; i++) { in ProcessHistory()81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) { in ProcessHistory()
20 #define MAX_HISTORY_SIZE 10 macro52 VCMShortMaxSample _history[MAX_HISTORY_SIZE];
91 #define MAX_HISTORY_SIZE 32 macro97 char history[MAX_HISTORY_SIZE+1][MAX_LINE_SIZE];
808 for (int i = 1; i <= MAX_HISTORY_SIZE; i++) { in print_history()927 future_history_pos = MAX_HISTORY_SIZE; in start_cli_mode()960 if (future_history_pos == MAX_HISTORY_SIZE) { in start_cli_mode()1030 if (hdt_cli.history_pos > MAX_HISTORY_SIZE) { in start_cli_mode()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...