Home
last modified time | relevance | path

Searched refs:numchildren (Results 76 – 100 of 409) sorted by relevance

12345678910>>...17

/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLLogElt.cpp85 const int numchildren = cc_xml_elt_get_num_children(xmlelt); in read() local
86 for (int c = 0; c < numchildren; ++c) { in read()
H A DScXMLOnExitElt.cpp87 const int numchildren = cc_xml_elt_get_num_children(xmlelt); in read() local
88 for (int c = 0; c < numchildren; ++c) { in read()
H A DScXMLOnEntryElt.cpp87 const int numchildren = cc_xml_elt_get_num_children(xmlelt); in read() local
88 for (int c = 0; c < numchildren; ++c) { in read()
H A DScXMLInvokeElt.cpp105 const int numchildren = cc_xml_elt_get_num_children(xmlelt); in read() local
106 for (int c = 0; c < numchildren; ++c) { in read()
/dports/devel/tcllib/tcllib-1.20/modules/grammar_me/
H A Dme_util.test115 if {[$ta numchildren $na] != [$tb numchildren $nb]} {
116 puts "#c $na / $nb: [$ta numchildren $na] != [$tb numchildren $nb]"
/dports/devel/tcllibc/tcllib-1.20/modules/grammar_me/
H A Dme_util.test115 if {[$ta numchildren $na] != [$tb numchildren $nb]} {
116 puts "#c $na / $nb: [$ta numchildren $na] != [$tb numchildren $nb]"
/dports/textproc/xmlppm/xmlppm-0.98.3/src/
H A DDecodeSax.cpp306 model->numchildren = 0; in createEmptyModel()
351 model->numchildren = contentLen; in decodeMixedModel()
373 model->numchildren = ++contentLen; /* at least 1 child */ in decodeSeqModel()
394 model->numchildren = ++contentLen; /* at least 1 child */ in decodeChoiceModel()
H A Dxmlunppm.cpp311 model->numchildren = 0; in createEmptyModel()
356 model->numchildren = contentLen; in expandMixedModel()
380 model->numchildren = ++contentLen; /* at least 1 child */ in expandSeqModel()
401 model->numchildren = ++contentLen; /* at least 1 child */ in expandChoiceModel()
/dports/graphics/Coin/coin-Coin-4.0.0/examples/dynloadextensions/
H A DSwitchboardOperator.cpp66 SwitchboardOperator::SwitchboardOperator(int numchildren) in SwitchboardOperator() argument
67 : inherited(numchildren) in SwitchboardOperator()
H A DSwitchboard.h57 Switchboard(int numchildren);
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/hfs/
H A Dhfs_vnops.c883 uint32_t numchildren; in hfs_vop_readdir() local
892 numchildren = 0; in hfs_vop_readdir()
916 &children, &childnames, &numchildren, &cbargs) != 0) { in hfs_vop_readdir()
922 DPRINTF(("numchildren = %u\n", numchildren)); in hfs_vop_readdir()
923 for (curchild = 0; curchild < numchildren && uio->uio_resid > 0; in hfs_vop_readdir()
994 if (numchildren > 0) { in hfs_vop_readdir()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dsignal.sh426 integer pid=$$ p i numchildren=64
432 for (( p=0; p < numchildren; p++ ))
461 expect=$(( numchildren * 8 ))
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLCollision.h52 SoVRMLCollision(int numchildren);
H A DSoVRMLBillboard.h53 SoVRMLBillboard( int numchildren );
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoSwitch.cpp171 SoSwitch::SoSwitch(int numchildren) in SoSwitch() argument
172 : inherited(numchildren) in SoSwitch()
H A DSoLOD.cpp169 SoLOD::SoLOD(int numchildren) in SoLOD() argument
170 : inherited(numchildren) in SoLOD()
H A DSoGroup.cpp353 unsigned int numchildren = 0; // used by binary format import in readChildren() local
354 if (in->isBinary() && !in->read(numchildren)) { in readChildren()
359 for (unsigned int i=0; !in->isBinary() || (i < numchildren); i++) { in readChildren()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoLevelOfDetail.h51 SoLevelOfDetail(int numchildren);
H A DSoPathSwitch.h49 SoPathSwitch(int numchildren);
H A DSoLOD.h50 SoLOD(int numchildren);
H A DSoSwitch.h54 SoSwitch(int numchildren);
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmodel_psk.h76 int numchildren; member
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmodel_psk.h76 int numchildren; member
/dports/games/darkplaces/darkplaces/
H A Dmodel_psk.h76 int numchildren; member
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_tsfb.h173 int numchildren; member

12345678910>>...17