Home
last modified time | relevance | path

Searched refs:MAX_MAP_SIZE (Results 1 – 25 of 75) sorted by relevance

123

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/databases/xtrabackup/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/databases/percona57-server/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/databases/percona57-client/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/utils/
H A Dfixed_mapping.hpp40 #ifndef MAX_MAP_SIZE
41 #define MAX_MAP_SIZE 20 macro
89 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
117 #undef MAX_MAP_SIZE
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/test/utils/
H A Dfixed_mapping.hpp39 #ifndef MAX_MAP_SIZE
40 #define MAX_MAP_SIZE 20 macro
88 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
113 #undef MAX_MAP_SIZE
/dports/biology/lamarc/lamarc-2.1.8/boost/test/utils/
H A Dfixed_mapping.hpp40 #ifndef MAX_MAP_SIZE
41 #define MAX_MAP_SIZE 15 macro
89 CONTRUCTORS( BOOST_PP_ADD( MAX_MAP_SIZE, 1 ) )
120 #undef MAX_MAP_SIZE
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/ai/
H A Da_star.gd108 for x in range(self.bag.abstract_map.MAX_MAP_SIZE):
109 for y in range(self.bag.abstract_map.MAX_MAP_SIZE):
162 if pos.x < 0 or pos.x > self.bag.abstract_map.MAX_MAP_SIZE:
164 if pos.y < 0 or pos.y > self.bag.abstract_map.MAX_MAP_SIZE:
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dmap.c519 if (w > MAX_MAP_SIZE) { in Grok_map_size()
521 MAX_MAP_SIZE, MAX_MAP_SIZE / BLOCK_SZ); in Grok_map_size()
529 if (h > MAX_MAP_SIZE) { in Grok_map_size()
531 MAX_MAP_SIZE, MAX_MAP_SIZE / BLOCK_SZ); in Grok_map_size()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dscreenshot.c438 #define MAX_MAP_SIZE NUMBER_OF_ROOMS in save_level_screenshot() macro
439 int map[MAX_MAP_SIZE][MAX_MAP_SIZE] = {{0}}; in save_level_screenshot()
445 if (x>=0 && y>=0 && x<MAX_MAP_SIZE && y<MAX_MAP_SIZE) { in save_level_screenshot()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dscreen_dims.h25 ADD_SCREEN_DIM("1280x960", MAX_MAP_SIZE)
H A Ddimensions.h39 #define MAX_MAP_SIZE 19 macro
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/
H A DRandomDataGenerator.scala52 final val MAX_MAP_SIZE: Int = 128 constant
210 val length = rand.nextInt(MAX_MAP_SIZE)
215 while (keys.size < length && count < MAX_MAP_SIZE) {
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Ddefaults.h36 #define MAX_MAP_SIZE 900 macro
H A Dtools.c607 for ( i=0; i<MAX_MAP_SIZE; i++) in NewMap()
608 for ( j=0; j<MAX_MAP_SIZE; j++) in NewMap()
629 if (( width < 20 ) || ( width > MAX_MAP_SIZE ) ) { in ResizeWidth()
651 if (( height < 20 ) || ( height > MAX_MAP_SIZE ) ) { in ResizeHeight()
983 for (i=0;i<MAX_MAP_SIZE;i++) in CopyMapArea()
984 for (j=0;j<MAX_MAP_SIZE;j++) in CopyMapArea()
1019 for (i=0;i<MAX_MAP_SIZE;i++) in CutMapArea()
1020 for (j=0;j<MAX_MAP_SIZE;j++) in CutMapArea()
H A Dmain.h65 typedef char map_data_t[MAX_MAP_SIZE][MAX_MAP_SIZE];
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Ddefaults.h34 #define MAX_MAP_SIZE 900 macro
H A Dtools.c678 for (i = 0; i < MAX_MAP_SIZE; i++) in NewMap()
679 for (j = 0; j < MAX_MAP_SIZE; j++) in NewMap()
700 if ((width < 20) || (width > MAX_MAP_SIZE)) { in ResizeWidth()
721 if ((height < 20) || (height > MAX_MAP_SIZE)) { in ResizeHeight()
1082 for (i = 0; i < MAX_MAP_SIZE; i++) in CopyMapArea()
1083 for (j = 0; j < MAX_MAP_SIZE; j++) in CopyMapArea()
1119 for (i = 0; i < MAX_MAP_SIZE; i++) in CutMapArea()
1120 for (j = 0; j < MAX_MAP_SIZE; j++) in CutMapArea()
H A Dmain.h43 typedef char map_data_t[MAX_MAP_SIZE][MAX_MAP_SIZE];
/dports/games/openttd/openttd-12.1/src/
H A Dmap_type.h66 static const uint MAX_MAP_SIZE = 1 << MAX_MAP_SIZE_BITS; ///< Maximal map size = 4096 variable
H A Dmap.cpp43 if (!IsInsideMM(size_x, MIN_MAP_SIZE, MAX_MAP_SIZE + 1) || in AllocateMap()
44 !IsInsideMM(size_y, MIN_MAP_SIZE, MAX_MAP_SIZE + 1) || in AllocateMap()
/dports/math/yices/yices-2.6.2/src/model/
H A Dfun_maps.h60 #define MAX_MAP_SIZE (UINT32_MAX/sizeof(map_elem_t)) macro
H A Dfun_maps.c50 if (n >= MAX_MAP_SIZE) { in new_map()
82 if (n >= MAX_MAP_SIZE) { in extend_map()
198 assert(n < MAX_MAP_SIZE); in binary_search_map_array()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fastboot/
H A Dprotocol.cpp195 static constexpr uint32_t MAX_MAP_SIZE = 512 * 1024 * 1024; in _command_send_fd() local
205 size_t len = std::min(remaining, MAX_MAP_SIZE); in _command_send_fd()

123