Home
last modified time | relevance | path

Searched refs:NUM_GROUPS (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dgroups.cpp53 #define NUM_GROUPS 10 macro
116 static CUnitGroup Groups[NUM_GROUPS]; /// Number of groups predefined
132 for (int g = 0; g < NUM_GROUPS; ++g) { in SaveGroups()
146 for (int i = 0; i < NUM_GROUPS; ++i) { in CleanGroups()
153 Assert(num < NUM_GROUPS); in IsGroupTainted()
166 Assert(num < NUM_GROUPS); in GetUnitsOfGroup()
177 Assert(num < NUM_GROUPS); in ClearGroup()
197 Assert(num <= NUM_GROUPS); in AddToGroup()
220 Assert(num <= NUM_GROUPS && nunits <= MaxSelectable); in SetGroup()
255 for (int num = 0; num < NUM_GROUPS; ++num) { in RemoveUnitFromNonSingleGroups()
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dgroups.cpp53 #define NUM_GROUPS 10 macro
113 static CUnitGroup Groups[NUM_GROUPS]; /// Number of groups predefined
129 for (int g = 0; g < NUM_GROUPS; ++g) { in SaveGroups()
143 for (int i = 0; i < NUM_GROUPS; ++i) { in CleanGroups()
150 Assert(num < NUM_GROUPS); in IsGroupTainted()
163 Assert(num < NUM_GROUPS); in GetUnitsOfGroup()
174 Assert(num < NUM_GROUPS); in ClearGroup()
194 Assert(num <= NUM_GROUPS); in AddToGroup()
217 Assert(num <= NUM_GROUPS && nunits <= MaxSelectable); in SetGroup()
254 if (NUM_GROUPS <= grpNum) { in CclGroup()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_task_group.cpp563 #define NUM_GROUPS 64 macro
565 #define SKIP_GROUPS (NUM_GROUPS/4)
695 for( unsigned i = 0; i < NUM_GROUPS; ++i ) { in Launch()
710 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in Finish()
712 … ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in Finish()
725 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestManualCancellationWithFunctor()
739 ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in TestManualCancellationWithFunctor()
761 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling1()
770 ASSERT( g_ExceptionCount == NUM_GROUPS, "Not all child groups threw the exception" ); in TestExceptionHandling1()
778 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling2()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_task_group.cpp563 #define NUM_GROUPS 64 macro
565 #define SKIP_GROUPS (NUM_GROUPS/4)
695 for( unsigned i = 0; i < NUM_GROUPS; ++i ) { in Launch()
710 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in Finish()
712 … ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in Finish()
725 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestManualCancellationWithFunctor()
739 ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in TestManualCancellationWithFunctor()
761 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling1()
770 ASSERT( g_ExceptionCount == NUM_GROUPS, "Not all child groups threw the exception" ); in TestExceptionHandling1()
778 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling2()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_task_group.cpp563 #define NUM_GROUPS 64 macro
565 #define SKIP_GROUPS (NUM_GROUPS/4)
695 for( unsigned i = 0; i < NUM_GROUPS; ++i ) { in Launch()
710 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in Finish()
712 … ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in Finish()
725 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestManualCancellationWithFunctor()
739 ASSERT( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken" ); in TestManualCancellationWithFunctor()
761 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling1()
770 ASSERT( g_ExceptionCount == NUM_GROUPS, "Not all child groups threw the exception" ); in TestExceptionHandling1()
778 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling2()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java52 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
152 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
184 if (i < NUM_GROUPS) { in main()
190 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java47 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
147 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
179 if (i < NUM_GROUPS) { in main()
185 groupNo = (group++)%NUM_GROUPS; in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java47 final public static int NUM_GROUPS = 4; field in ForceLogSnapshot
147 ActivationGroupID[] groupIDs = new ActivationGroupID[NUM_GROUPS]; in main()
179 if (i < NUM_GROUPS) { in main()
185 groupNo = (group++)%NUM_GROUPS; in main()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_task_group.cpp416 #define NUM_GROUPS 64 macro
418 #define SKIP_GROUPS (NUM_GROUPS/4)
498 for (unsigned i = 0; i < NUM_GROUPS; ++i) { in TestManualCancellationWithFunctor()
517 …CHECK_MESSAGE( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broke… in TestManualCancellationWithFunctor()
518 …CHECK_MESSAGE( g_TaskCount < NUM_GROUPS * NUM_CHORES, "No tasks were cancelled. Cancellation model… in TestManualCancellationWithFunctor()
527 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling1()
536 CHECK_MESSAGE( g_ExceptionCount == NUM_GROUPS, "Not all child groups threw the exception" ); in TestExceptionHandling1()
544 for( unsigned i = 0; i < NUM_GROUPS; ++i ) { in TestExceptionHandling2()
558 …CHECK_MESSAGE( g_ExceptionCount < NUM_GROUPS - SKIP_GROUPS, "None of the child groups was cancelle… in TestExceptionHandling2()
583 for (unsigned i = 0; i < NUM_GROUPS; ++i) { in Launch()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/texc/
H A Dtexc.cpp45 def_t root[NUM_GROUPS];
258 for (int i = 0; i < NUM_GROUPS; i++) in InitData()
269 for (int i = 0; i < NUM_GROUPS; i++) in CloseData()
315 if (group < 1 || group > NUM_GROUPS) in DoKeyword()
318 NUM_GROUPS); in DoKeyword()
662 for (int i = 0; i < NUM_GROUPS; i++) in WriteLumps()
H A Dtexc.h19 #define NUM_GROUPS 2 macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dzone.c1154 #define NUM_GROUPS 18 macro
1155 static const char *MemoryGroups[NUM_GROUPS+1] =
1182 int GroupCount[NUM_GROUPS+1], GroupSum[NUM_GROUPS+1]; in Memory_Stats_f()
1215 for (counter = 0; counter < NUM_GROUPS; counter++) in Memory_Stats_f()
1224 if (counter >= NUM_GROUPS) in Memory_Stats_f()
1226 GroupCount[NUM_GROUPS]++; in Memory_Stats_f()
1227 GroupSum[NUM_GROUPS] += h->size; in Memory_Stats_f()
1242 for (counter = 0; counter < NUM_GROUPS+1; counter++) in Memory_Stats_f()
/dports/science/axom/axom-0.6.1/src/axom/sidre/tests/
H A Dsidre_view.cpp1103 const int NUM_GROUPS = 4; in TEST() local
1104 int size[NUM_GROUPS] = {3, 3, 3, 5}; in TEST()
1105 int stride[NUM_GROUPS] = {3, 3, 3, 1}; in TEST()
1106 int offset[NUM_GROUPS] = {1, 2, 3, 10}; in TEST()
1107 std::string names[NUM_GROUPS] = {"a", "b", "c", "d"}; in TEST()
1115 for(int i = 0; i < NUM_GROUPS; ++i) in TEST()
1121 for(int i = 0; i < NUM_GROUPS; ++i) in TEST()
1133 for(int i = 0; i < NUM_GROUPS; ++i) in TEST()
1149 for(int i = 0; i < NUM_GROUPS; ++i) in TEST()
1156 for(int i = 0; i < NUM_GROUPS; ++i) in TEST()
[all …]
/dports/emulators/stella/stella-6.6/src/emucore/
H A DGlobalKeyHandler.hxx149 NUM_GROUPS enumerator
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Dlang_items.rs26 const NUM_GROUPS: usize = 1; const
94 pub groups: [Vec<DefId>; NUM_GROUPS],
105 groups: [vec![]; NUM_GROUPS],
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/WIFuncs/
H A DWIFuncsAnalysis.cpp144 implicitArgs.push_back(ImplicitArg::NUM_GROUPS); in runOnFunction()
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Datlantis-internal.h156 #define NUM_GROUPS 6 macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DImplicitArgs.hpp44 NUM_GROUPS, enumerator
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dviewmap.cc389 G_UP, G_DOWN, G_PORTAL, G_OTHER, G_NONE, NUM_GROUPS = G_NONE enumerator
392 vector<cglyph_t> data[NUM_GROUPS];

123