Home
last modified time | relevance | path

Searched refs:numCommands (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkWrapTclInit.c29 int numCommands, char **commands, in CreateInitFile() argument
36 char **capcommands = (char **)malloc(numCommands*sizeof(char *)); in CreateInitFile()
39 for (i = 0; i < numCommands; i++) in CreateInitFile()
82 for (i = 0; i < numCommands; i++) in CreateInitFile()
140 for (i = 0; i < numCommands; i++) in CreateInitFile()
165 for ( i = 0; i < numCommands; i++ ) in CreateInitFile()
179 int numCommands = 0; in main() local
228 commands[numCommands] = strdup(tmpVal); in main()
229 numCommands++; in main()
250 CreateInitFile(libName, numClasses, classes, numCommands, commands, version, fout); in main()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/
H A Denqueue_media_kernel_gen11.cpp88 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN11TEST_F() local
89 EXPECT_EQ(1u, numCommands); in GEN11TEST_F()
103 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN11TEST_F() local
104 EXPECT_EQ(1u, numCommands); in GEN11TEST_F()
117 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN11TEST_F() local
118 EXPECT_EQ(1u, numCommands); in GEN11TEST_F()
124 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN11TEST_F() local
125 EXPECT_EQ(1u, numCommands); in GEN11TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_media_kernel_xehp_and_later.cpp101 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
124 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
147 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
162 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
285 auto numCommands = getCommandCount<PIPELINE_SELECT>(); in HWCMDTEST_F() local
286 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
309 auto numCommands = getCommandCount<PIPELINE_SELECT>(); in HWCMDTEST_F() local
310 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
341 auto numCommands = getCommandCount<PIPELINE_SELECT>(); in HWCMDTEST_F() local
342 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
[all …]
H A Denqueue_media_kernel.cpp23 auto numCommands = getCommandsList<typename FamilyType::PIPELINE_SELECT>().size(); in HWTEST_F() local
24 EXPECT_EQ(1u, numCommands); in HWTEST_F()
29 auto numCommands = getCommandsList<typename FamilyType::PIPELINE_SELECT>().size(); in HWTEST_F() local
30 EXPECT_EQ(1u, numCommands); in HWTEST_F()
H A Denqueue_kernel_two_walker_ooq_tests.cpp29 int numCommands = getNumberOfPipelineSelectsThatEnablePipelineSelect<FamilyType>(); in HWTEST_F() local
30 EXPECT_EQ(1, numCommands); in HWTEST_F()
36 auto numCommands = getCommandsList<typename FamilyType::MEDIA_VFE_STATE>().size(); in HWCMDTEST_F() local
37 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
H A Denqueue_kernel_two_walker_ioq_tests.cpp27 int numCommands = getNumberOfPipelineSelectsThatEnablePipelineSelect<FamilyType>(); in HWTEST_F() local
28 EXPECT_EQ(1, numCommands); in HWTEST_F()
34 auto numCommands = getCommandsList<typename FamilyType::MEDIA_VFE_STATE>().size(); in HWCMDTEST_F() local
35 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
H A Denqueue_kernel_two_ioq_tests.cpp107 int numCommands = getNumberOfPipelineSelectsThatEnablePipelineSelect<FamilyType>(); in HWTEST_F() local
108 EXPECT_EQ(1, numCommands); in HWTEST_F()
114 auto numCommands = getCommandsList<typename FamilyType::MEDIA_VFE_STATE>().size(); in HWCMDTEST_F() local
115 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
H A Denqueue_kernel_two_ooq_tests.cpp132 int numCommands = getNumberOfPipelineSelectsThatEnablePipelineSelect<FamilyType>(); in HWTEST_F() local
133 EXPECT_EQ(1, numCommands); in HWTEST_F()
141 auto numCommands = commandsList.size(); in HWCMDTEST_F() local
142 EXPECT_EQ(1u, numCommands); in HWCMDTEST_F()
146 if (numCommands > 1) { in HWCMDTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/
H A Denqueue_media_kernel_gen9.cpp89 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN9TEST_F() local
90 EXPECT_EQ(1u, numCommands); in GEN9TEST_F()
104 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN9TEST_F() local
105 EXPECT_EQ(1u, numCommands); in GEN9TEST_F()
118 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN9TEST_F() local
119 EXPECT_EQ(1u, numCommands); in GEN9TEST_F()
125 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); in GEN9TEST_F() local
126 EXPECT_EQ(1u, numCommands); in GEN9TEST_F()
/dports/games/q2pro/q2pro/source/
H A Dprompt.c32 static int numCommands; variable
52 numCommands = 0; in Prompt_FreeMatches()
74 numCommands = numMatches; in Prompt_GenerateMatches()
78 numCvars = numMatches - numCommands; in Prompt_GenerateMatches()
82 numAliases = numMatches - numCvars - numCommands; in Prompt_GenerateMatches()
139 if( numCommands ) { in Prompt_ShowIndividualMatches()
140 qsort( matches + offset, numCommands, in Prompt_ShowIndividualMatches()
144 numCommands, ( numCommands % 10 ) != 1 ? "s" : "" ); in Prompt_ShowIndividualMatches()
146 Prompt_ShowMatches( prompt, matches, offset, offset + numCommands ); in Prompt_ShowIndividualMatches()
147 offset += numCommands; in Prompt_ShowIndividualMatches()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/
H A Denqueue_media_kernel_gen12lp.inl87 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); local
88 EXPECT_EQ(1u, numCommands);
102 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); local
103 EXPECT_EQ(1u, numCommands);
116 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); local
117 EXPECT_EQ(1u, numCommands);
123 auto numCommands = getCommandsList<PIPELINE_SELECT>().size(); local
124 EXPECT_EQ(1u, numCommands);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtls/tests/
H A Ddcmtk_ca.pl30 $numCommands = 0;
38 $command[$numCommands++] = $_;
42 if ($numCommands < 1) { &usageAndExit(); }
46 if ($numCommands != 2)
55 if ($numCommands != 4)
/dports/games/spring/spring_98.0/rts/Game/Players/
H A DTeamController.h55 : numCommands(0) in TeamControllerStatistics()
58 int numCommands; member
68 swabDWordInPlace(numCommands); in swab()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/commands/
H A Dn8_cb_pk_ops.c117 unsigned int numCommands = N8_CB_PK_OP_NUMCMDS; /* set to maximum and in cb_pk_op() local
142 numCommands--; in cb_pk_op()
156 numCommands--; in cb_pk_op()
191 numCommands); in cb_pk_op()
/dports/cad/magic/magic-8.3.245/windows/
H A DwindMain.c450 int cidx, numCommands = 0; local
460 while (commandTable[numCommands] != NULL) numCommands++;
461 numCommands++;
463 newcmdTable = (char **)mallocMagic((numCommands + 1) * sizeof(char *));
464 newfnTable = (void (**)())mallocMagic((numCommands + 1) * sizeof(void (*)()));
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/
H A Dn8_packet_IPSec.c276 int numCommands; in N8_IPSecEncryptAuthenticate() local
307 numCommands = N8_CB_EA_IPSECENCRYPTAUTHENTICATE_NUMCMDS; in N8_IPSecEncryptAuthenticate()
310 numCommands += packetObject_p->ctxLoadCmds; in N8_IPSecEncryptAuthenticate()
330 numCommands, in N8_IPSecEncryptAuthenticate()
520 int numCommands; in N8_IPSecDecryptVerify() local
557 numCommands = N8_CB_EA_IPSECDECRYPTVERIFY_NUMCMDS; in N8_IPSecDecryptVerify()
560 numCommands += packetObject_p->ctxLoadCmds; in N8_IPSecDecryptVerify()
574 numCommands, in N8_IPSecDecryptVerify()
H A Dn8_ssltls.c215 unsigned int numCommands = 0; in N8_SSLTLSEncryptAuthenticateMemory() local
261 numCommands = packetObj_p->encCommands; in N8_SSLTLSEncryptAuthenticateMemory()
264 numCommands += packetObj_p->ctxLoadCmds; in N8_SSLTLSEncryptAuthenticateMemory()
286 numCommands, in N8_SSLTLSEncryptAuthenticateMemory()
308 numCommands, in N8_SSLTLSEncryptAuthenticateMemory()
519 unsigned int numCommands = 0; in N8_SSLTLSDecryptVerifyMemory() local
566 numCommands = packetObj_p->decCommands; in N8_SSLTLSDecryptVerifyMemory()
569 numCommands += packetObj_p->ctxLoadCmds; in N8_SSLTLSDecryptVerifyMemory()
587 numCommands, in N8_SSLTLSDecryptVerifyMemory()
613 numCommands, in N8_SSLTLSDecryptVerifyMemory()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DPathGL.cpp23 gl::Error PathGL::setCommands(GLsizei numCommands, in setCommands() argument
29 mFunctions->pathCommandsNV(mPathID, numCommands, commands, numCoords, coordType, coords); in setCommands()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DPath.cpp35 Error Path::setCommands(GLsizei numCommands, in setCommands() argument
41 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()

12345678910>>...36