Home
last modified time | relevance | path

Searched refs:MAX_ITEMS (Results 76 – 100 of 413) sorted by relevance

12345678910>>...17

/dports/games/openxcom/OpenXcom-1.0/src/Interface/
H A DComboBox.cpp34 const int ComboBox::MAX_ITEMS = 10; member in OpenXcom::ComboBox
53 _window = new Window(state, width, MAX_ITEMS * 8 + VERTICAL_MARGIN * 2, x, y + height); in ComboBox()
57 MAX_ITEMS * TEXT_HEIGHT - 2, in ComboBox()
258 int items = std::min(options, MAX_ITEMS); in setDropdown()
/dports/games/quetoo/quetoo-0.6.1/src/qmass/
H A Dg_cmds.c39 for(i = 1; i <= MAX_ITEMS; i++){ in SelectNextItem()
40 index =(cl->pers.selected_item + i) % MAX_ITEMS; in SelectNextItem()
69 for(i = 1; i <= MAX_ITEMS; i++){ in SelectPrevItem()
70 index =(cl->pers.selected_item + MAX_ITEMS - i) % MAX_ITEMS; in SelectPrevItem()
387 for(i = 0; i < MAX_ITEMS; i++){ in Cmd_Inven_f()
431 for(i = 1; i <= MAX_ITEMS; i++){ in Cmd_WeapPrev_f()
432 index =(selected_weapon + i) % MAX_ITEMS; in Cmd_WeapPrev_f()
463 for(i = 1; i <= MAX_ITEMS; i++){ in Cmd_WeapNext_f()
464 index =(selected_weapon + MAX_ITEMS - i) % MAX_ITEMS; in Cmd_WeapNext_f()
/dports/net-mgmt/cnagios/cnagios-0.33/
H A Dreadv23.c16 extern char *host_list[MAX_ITEMS][STATUS_LIST_ENTRY_SIZE];
18 extern int host_idx_to_level[MAX_ITEMS];
20 extern char *service_list[MAX_ITEMS][STATUS_LIST_ENTRY_SIZE];
22 extern int service_idx_to_level[MAX_ITEMS];
287 if ( host_list_size > MAX_ITEMS ) { in read_v23_status()
504 if ( service_list_size > MAX_ITEMS ) { in read_v23_status()
H A Ddraw.c31 extern char *host_list[MAX_ITEMS][STATUS_LIST_ENTRY_SIZE];
32 extern int host_idx_to_level[MAX_ITEMS];
35 extern char *service_list[MAX_ITEMS][STATUS_LIST_ENTRY_SIZE];
37 extern int service_idx_to_level[MAX_ITEMS];
/dports/mail/dspam/dspam-3.10.2/src/tools/
H A Ddspam_notify.in26 $MAX_ITEMS = 200;
248 if ($J >= $MAX_ITEMS) {
249 …und-color:" . @Q_ROW_COLOR[$QROW_COLOR] . ";'>To display more then " . $MAX_ITEMS . " messages, pl…
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_speechnorm.c41 #define MAX_ITEMS 882000 macro
53 PeriodItem pi[MAX_ITEMS];
156 if (start >= MAX_ITEMS) in get_pi_samples()
221 if (start >= MAX_ITEMS) in next_pi()
244 if (idx >= MAX_ITEMS) in min_gain()
273 if (cc->pi_end >= MAX_ITEMS) \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_speechnorm.c41 #define MAX_ITEMS 882000 macro
53 PeriodItem pi[MAX_ITEMS];
156 if (start >= MAX_ITEMS) in get_pi_samples()
221 if (start >= MAX_ITEMS) in next_pi()
244 if (idx >= MAX_ITEMS) in min_gain()
273 if (cc->pi_end >= MAX_ITEMS) \
/dports/textproc/kf5-sonnet/sonnet-5.89.0/src/core/
H A Dlanguagefilter.cpp19 #define MAX_ITEMS 5 macro
27 gl.setLimits(MAX_ITEMS, MIN_RELIABILITY); in LanguageFilterPrivate()
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dai_main.h41 #define MAX_ITEMS 256 macro
112 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dai_main.h41 #define MAX_ITEMS 256 macro
112 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.h257 short inventory[MAX_ITEMS];
291 extern int DM2_ReadInventory(block_t *block, short p[MAX_ITEMS]);
292 extern int DM2_WriteInventory(block_t *block, const short p[MAX_ITEMS]);
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/
H A Devry_plug_aggregator.c5 #define MAX_ITEMS 100 macro
224 if ((!top_level) && (eina_list_count(items) < MAX_ITEMS)) in _fetch()
261 if (cnt++ > MAX_ITEMS) in _fetch()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dstack.cc564 const size_t MAX_ITEMS=20; variable
572 if (theStack.size() > MAX_ITEMS) { in draw()
573 left = theStack.end()-MAX_ITEMS; in draw()
598 for (size_t i = 0; i < MAX_ITEMS && i < v->size(); i++) { in draw()
615 if (v->size() > MAX_ITEMS) in draw()
/dports/math/asymptote/asymptote-2.67/
H A Dstack.cc572 const size_t MAX_ITEMS=20; variable
580 if (theStack.size() > MAX_ITEMS) { in draw()
581 left = theStack.end()-MAX_ITEMS; in draw()
606 for (size_t i = 0; i < MAX_ITEMS && i < v->size(); i++) { in draw()
623 if (v->size() > MAX_ITEMS) in draw()
/dports/www/bolt/bolt-2.2.24/src/
H A DStack.php18 const MAX_ITEMS = 10; define in Bolt\\Stack
214 $this->items = array_slice($this->items, 0, self::MAX_ITEMS);
/dports/shells/ibsh/ibsh-0.3e/
H A Dmain.c43 Strng commands[MAX_ITEMS]; /* permitted commands */
44 Strng extensions[MAX_ITEMS]; /* permitted extensions */
/dports/games/quake2-relay/relay-0.4/replay/
H A Drp_local.h146 short oldinventory[MAX_ITEMS];
147 short inventory[MAX_ITEMS];
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dkmymoneycompletion.cpp113 …m).height() * (count > KMyMoneyCompletionPrivate::MAX_ITEMS - 1 ? KMyMoneyCompletionPrivate::MAX_I… in adjustSize()
135 …reeWidget()->visualItemRect(item).height() * KMyMoneyCompletionPrivate::MAX_ITEMS) > screenSize.bo… in adjustSize()
H A Dkmymoneycompletion_p.h56 static const int MAX_ITEMS = 16; variable
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dai_main.h36 #define MAX_ITEMS 256 macro
141 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dai_main.h36 #define MAX_ITEMS 256 macro
141 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dai_main.h36 #define MAX_ITEMS 256 macro
141 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/evq3/evq3/code/game/
H A Dai_main.h36 #define MAX_ITEMS 256 macro
141 int inventory[MAX_ITEMS]; //string with items amounts the bot has
/dports/games/hllib/HLExtract/
H A DMain.c83 #define MAX_ITEMS 1024 macro
100 hlChar *lpExtractItems[MAX_ITEMS]; in main()
102 hlChar *lpValidateItems[MAX_ITEMS]; in main()
114 hlChar *lpConsoleCommands[MAX_ITEMS]; in main()
172 if(uiExtractItems == MAX_ITEMS) in main()
189 if(uiValidateItems == MAX_ITEMS) in main()
259 if(uiConsoleCommands == MAX_ITEMS) in main()
/dports/archivers/hlextract/HLExtract/
H A DMain.c83 #define MAX_ITEMS 1024 macro
100 hlChar *lpExtractItems[MAX_ITEMS]; in main()
102 hlChar *lpValidateItems[MAX_ITEMS]; in main()
114 hlChar *lpConsoleCommands[MAX_ITEMS]; in main()
172 if(uiExtractItems == MAX_ITEMS) in main()
189 if(uiValidateItems == MAX_ITEMS) in main()
259 if(uiConsoleCommands == MAX_ITEMS) in main()

12345678910>>...17