Home
last modified time | relevance | path

Searched refs:MAX_ITEMS (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h173 static constexpr size_t MAX_ITEMS = 4800; member
181 int8_t vertical[MAX_ITEMS]{};
182 int8_t lateral[MAX_ITEMS]{};
183 uint8_t velocity[MAX_ITEMS]{};
184 uint8_t altitude[MAX_ITEMS]{};
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-uniscribe.cc804 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
806 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
809 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
821 MAX_ITEMS, in _hb_uniscribe_shape()
830 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc823 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
825 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
828 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
840 MAX_ITEMS, in _hb_uniscribe_shape()
849 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-uniscribe.cc804 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
806 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
809 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
821 MAX_ITEMS, in _hb_uniscribe_shape()
830 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc822 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
824 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
827 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
839 MAX_ITEMS, in _hb_uniscribe_shape()
848 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-uniscribe.cc804 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
806 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
809 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
821 MAX_ITEMS, in _hb_uniscribe_shape()
830 #undef MAX_ITEMS in _hb_uniscribe_shape()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcorpse.cc75 for (int mitm_index = 0; mitm_index < MAX_ITEMS; ++mitm_index) in rot_corpses()
H A Denv.h33 FixedVector< item_def, MAX_ITEMS > item; // item list
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dgtkmenu.c38 #define MAX_ITEMS 10 macro
137 adds = g_rand_int_range (rand, 0, MAX_ITEMS - (n_items - removes) + 1); in random_menu_change()
/dports/editors/textadept/cdk-5.0-20200923/demos/
H A Drolodex.h61 SPhoneRecord record[MAX_ITEMS];
/dports/textproc/xmlf90/xmlf90-1.5.5/
H A DKNOWN_ISSUES15 * The number of attributes is limited to MAX_ITEMS=64
/dports/devel/cdk/cdk-5.0-20161210/demos/
H A Drolodex.h61 SPhoneRecord record[MAX_ITEMS];
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.c483 int DM2_ReadInventory(block_t *block, short p[MAX_ITEMS]) in DM2_ReadInventory() argument
489 for (i = 0; i < MAX_ITEMS; i++) in DM2_ReadInventory()
493 BlockRead(block, NULL, MAX_ITEMS*2); in DM2_ReadInventory()
498 return MAX_ITEMS*2; in DM2_ReadInventory()
501 int DM2_WriteInventory(block_t *block, const short p[MAX_ITEMS]) in DM2_WriteInventory() argument
505 for (i = 0; i < MAX_ITEMS; i++) in DM2_WriteInventory()
511 return MAX_ITEMS*2; in DM2_WriteInventory()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/quickopen/
H A Dquickopenwidget.cpp151 const int MAX_ITEMS = 10000; in updateTimerInterval() local
152 if (cheapFilterChange && m_model->rowCount(QModelIndex()) < MAX_ITEMS) { in updateTimerInterval()
156 } else if (m_model->unfilteredRowCount() < MAX_ITEMS) { in updateTimerInterval()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc32 static_cast<size_t>(api::storage::sync::MAX_ITEMS)}; in GetSyncQuotaLimits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc32 static_cast<size_t>(api::storage::sync::MAX_ITEMS)}; in GetSyncQuotaLimits()
/dports/shells/ibsh/ibsh-0.3e/
H A Dcommand.c41 extern Strng commands[MAX_ITEMS];
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-metadata-manager.c32 #define MAX_ITEMS 50 macro
509 while (g_hash_table_size (xed_metadata_manager->items) > MAX_ITEMS) in resize_items()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-metadata-manager.c48 #define MAX_ITEMS 50 macro
497 while (g_hash_table_size (pluma_metadata_manager->items) > MAX_ITEMS) in resize_items()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmessagebar.h269 static constexpr int MAX_ITEMS = 100; variable

12345678910>>...17