Home
last modified time | relevance | path

Searched refs:MAX_HISTORY_SIZE (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/main/source/
H A Dcodec_timer.cc43 for (int i=0; i < MAX_HISTORY_SIZE; i++) in Reset()
86 for(int i = (MAX_HISTORY_SIZE - 2); i >= 0 ; i--) in UpdateMaxHistory()
111 for (int i=0; i < MAX_HISTORY_SIZE; i++) in ProcessHistory()
117 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) in ProcessHistory()
H A Dcodec_timer.h21 #define MAX_HISTORY_SIZE 10 macro
56 VCMShortMaxSample _history[MAX_HISTORY_SIZE];
/dports/net-p2p/uhub/uhub-a8ee6e7/src/plugins/
H A Dmod_chat_history_sqlite.c29 #define MAX_HISTORY_SIZE 16384 macro
43 char message[MAX_HISTORY_SIZE];
52 static char out[MAX_HISTORY_SIZE]; in sql_escape_string()
68 char query[MAX_HISTORY_SIZE]; in sql_execute()
129 strncpy(line->message, argv[i], MAX_HISTORY_SIZE); in get_messages_callback()
149 buf = cbuf_create(MAX_HISTORY_SIZE); in user_login()
173 struct cbuffer* buf = cbuf_create(MAX_HISTORY_SIZE); in command_history()
H A Dmod_chat_history.c28 #define MAX_HISTORY_SIZE 16384 macro
100 buf = cbuf_create(MAX_HISTORY_SIZE); in user_login()
139 buf = cbuf_create(MAX_HISTORY_SIZE); in command_history()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/editor/action/
H A DEditorHistory.java40 private static final int MAX_HISTORY_SIZE = 100; field in EditorHistory
64 if (history.size() == MAX_HISTORY_SIZE) { in addAction()
/dports/net/liferea/liferea-1.12.7/src/
H A Ditem_history.c27 #define MAX_HISTORY_SIZE 250 macro
54 if (g_list_length (itemHistory->items) > MAX_HISTORY_SIZE) in item_history_add()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/
H A DRefactoringLocationControl.java47 protected final int MAX_HISTORY_SIZE= 5; field in RefactoringLocationControl
140 for (int index= 0; index < size - MAX_HISTORY_SIZE; index++) in saveHistory()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/
H A DRefactoringLocationControl.java49 protected final int MAX_HISTORY_SIZE= 5; field in RefactoringLocationControl
142 for (int index= 0; index < size - MAX_HISTORY_SIZE; index++) in saveHistory()
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli.h91 #define MAX_HISTORY_SIZE 32 macro
97 char history[MAX_HISTORY_SIZE+1][MAX_LINE_SIZE];
/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dpy-command-line.c19 #define MAX_HISTORY_SIZE 100 macro
65 if (cline->history_size == MAX_HISTORY_SIZE) { in gnm_py_command_line_keypress()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/
H A DJavaVariablesDetailPane.java68 private static final int MAX_HISTORY_SIZE = 20; field in JavaVariablesDetailPane
229 count = Math.min(count, MAX_HISTORY_SIZE); in readExpressionHistory()
247 final int length = Math.min(uniqueExpressions.size(), MAX_HISTORY_SIZE); in storeExpressionHistory()
/dports/databases/fastdb/fastdb/inc/
H A Dsubsql.h141 #define MAX_HISTORY_SIZE 16 macro
174 char* queryHistory[MAX_HISTORY_SIZE];
/dports/databases/gigabase/gigabase/
H A Dsubsql.h147 #define MAX_HISTORY_SIZE 16 macro
183 char* queryHistory[MAX_HISTORY_SIZE];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/
H A DHistory.java74 private static final int MAX_HISTORY_SIZE= 60; field in History
91 return size() > MAX_HISTORY_SIZE; in History()
97 fPositions= new Hashtable<>(MAX_HISTORY_SIZE); in History()
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dconfig.h107 #define MAX_HISTORY_SIZE 100 macro
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dconf.h108 #define MAX_HISTORY_SIZE 100 macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell/src/
H A Dopendialog.cpp38 static int const MAX_HISTORY_SIZE = 10; variable
219 while (d->history.size() > MAX_HISTORY_SIZE) in saveState()
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Ddefs.h130 #define MAX_HISTORY_SIZE 16 macro
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/navigators/
H A DNonlinearTrackNavigator.h61 …static const int MAX_HISTORY_SIZE = 1000; // This is probably enough for even the most crazed u… variable
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/common/
H A Ddefs.h152 #define MAX_HISTORY_SIZE 32 macro

1234