Searched defs:HISTORY_SIZE (Results 1 – 4 of 4) sorted by relevance
173 static const uint32_t HISTORY_SIZE = 20; variable248 static const uint32_t HISTORY_SIZE = 20; variable285 static constexpr size_t HISTORY_SIZE = 20; variable
37 static final int HISTORY_SIZE = 64; field in SignalController
91 #define HISTORY_SIZE 100 macro
4528 private static final int HISTORY_SIZE = 5; field in Editor.HandleView