Home
last modified time | relevance | path

Searched refs:functionNumber (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/z88dk/z88dk/libsrc/target/msx/asmlib/
H A DUnapiCall.c3 void UnapiCall(unapi_code_block* codeBlock, uint8_t functionNumber, Z80_registers* registers, regis… in UnapiCall() argument
5 registers->Bytes.A = functionNumber; in UnapiCall()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dscript.cpp579 uint16 functionNumber = scriptS->readUint16LE(); in opCcall() local
580 if (functionNumber >= ((_vm->getGameId() == GID_IHNM) ? in opCcall()
582 error("Script::opCcall() Invalid script function number (%d)", functionNumber); in opCcall()
585 …debug(2, "Calling #%d %s argCount=%i", functionNumber, _scriptFunctionsList[functionNumber].script… in opCcall()
586 ScriptFunctionType scriptFunction = _scriptFunctionsList[functionNumber].scriptFunction; in opCcall()
628 uint16 functionNumber = scriptS->readUint16LE(); in opCcallV() local
629 if (functionNumber >= ((_vm->getGameId() == GID_IHNM) ? in opCcallV()
631 error("Script::opCcallV() Invalid script function number (%d)", functionNumber); in opCcallV()
634 …debug(2, "Calling #%d %s argCount=%i", functionNumber, _scriptFunctionsList[functionNumber].script… in opCcallV()
635 ScriptFunctionType scriptFunction = _scriptFunctionsList[functionNumber].scriptFunction; in opCcallV()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dscript.cpp410 uint16 functionNumber = scriptS->readUint16LE(); in opCcall() local
411 if (functionNumber >= ((_vm->getGameId() == GID_IHNM) ? in opCcall()
413 error("Script::opCcall() Invalid script function number (%d)", functionNumber); in opCcall()
416 …debug(2, "Calling #%d %s argCount=%i", functionNumber, _scriptFunctionsList[functionNumber].script… in opCcall()
417 ScriptFunctionType scriptFunction = _scriptFunctionsList[functionNumber].scriptFunction; in opCcall()
459 uint16 functionNumber = scriptS->readUint16LE(); in opCcallV() local
460 if (functionNumber >= ((_vm->getGameId() == GID_IHNM) ? in opCcallV()
462 error("Script::opCcallV() Invalid script function number (%d)", functionNumber); in opCcallV()
465 …debug(2, "Calling #%d %s argCount=%i", functionNumber, _scriptFunctionsList[functionNumber].script… in opCcallV()
466 ScriptFunctionType scriptFunction = _scriptFunctionsList[functionNumber].scriptFunction; in opCcallV()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.h148 unsigned int functionNumber : 3; member
159 unsigned int functionNumber : 3; member
/dports/devel/cppcheck/cppcheck-2.6.3/oss-fuzz/
H A Dtype2.cpp106 static int functionNumber; in functionStart() local
107 return "int f" + std::to_string(++functionNumber) + "()\n" in functionStart()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/oss-fuzz/
H A Dtype2.cpp106 static int functionNumber; in functionStart() local
107 return "int f" + std::to_string(++functionNumber) + "()\n" in functionStart()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.h148 unsigned int functionNumber : 3; member
159 unsigned int functionNumber : 3; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/message/fusion/
H A Dmptctl.h148 unsigned int functionNumber : 3; member
159 unsigned int functionNumber : 3; member
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Doverloaddata.cpp875 s << "f" << functionNumber(func) << " : " in dumpGraph()
905 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
926 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
958 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
969 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
974 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
988 int OverloadData::functionNumber(const AbstractMetaFunction *func) const in functionNumber() function in OverloadData
H A Doverloaddata.h144 int functionNumber(const AbstractMetaFunction *func) const;
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Doverloaddata.cpp875 s << "f" << functionNumber(func) << " : " in dumpGraph()
905 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
926 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
958 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
969 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
974 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
988 int OverloadData::functionNumber(const AbstractMetaFunction *func) const in functionNumber() function in OverloadData
H A Doverloaddata.h144 int functionNumber(const AbstractMetaFunction *func) const;
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Doverloaddata.cpp875 s << "f" << functionNumber(func) << " : " in dumpGraph()
905 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
926 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
958 s << 'f' << functionNumber(func) << ' '; in dumpGraph()
969 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
974 s << "<tr><td bgcolor=\"gray\" align=\"right\">f" << functionNumber(func); in dumpGraph()
988 int OverloadData::functionNumber(const AbstractMetaFunction *func) const in functionNumber() function in OverloadData
H A Doverloaddata.h144 int functionNumber(const AbstractMetaFunction *func) const;
/dports/devel/z88dk/z88dk/include/arch/msx/
H A Dasm.h57 extern void __LIB__ UnapiCall(unapi_code_block* codeBlock, uint8_t functionNumber, Z80_registers* r…
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dbasisinfo.h33 integer functionNumber; /* -1,0,1 for 'p', -2,-1,0,1,2 for 'd', etc */ member
H A Dbasisinfo.c132 switch(currBasisFunc->functionNumber) in get_simple_primitives()
157 switch(currBasisFunc->functionNumber) in get_simple_primitives()
244 switch(currBasisFunc->functionNumber) in get_simple_primitives()
508 basisFuncList[count].functionNumber = j; in get_basis_funcs()
/dports/science/ergo/ergo-3.8/source/basisset/
H A Dbasisinfo.cc123 switch(basisFunc->functionNumber) { in define_basis_func_poly_special_6dfuncs()
158 define_basis_func_poly(currBasisFunc, baseIndex + currBasisFunc->functionNumber, b); in get_simple_primitives()
289 basisFunc.functionNumber = 0; in getShellFactor()
745 basisFunc.functionNumber = j; in normalizeShells()
818 this->basisFuncList[count].functionNumber = j; in get_basis_funcs()
H A Dbasisinfo.h92 int functionNumber; /* -1,0,1 for 'p', -2,-1,0,1,2 for 'd', etc */ member
/dports/math/vtk6/VTK-6.2.0/Common/Misc/
H A DvtkFunctionParser.cxx2142 int functionNumber, constantNumber; in CheckExpression() local
2176 if ((functionNumber = this->GetMathFunctionNumberByCheckingParenthesis(index))) in CheckExpression()
2178 if ((functionNumber == VTK_PARSER_MIN) || in CheckExpression()
2179 (functionNumber == VTK_PARSER_MAX) || in CheckExpression()
2180 (functionNumber == VTK_PARSER_CROSS)) in CheckExpression()
2184 if (functionNumber == VTK_PARSER_IF) in CheckExpression()
2188 index += this->GetMathFunctionStringLength(functionNumber); in CheckExpression()
/dports/math/vtk8/VTK-8.2.0/Common/Misc/
H A DvtkFunctionParser.cxx2016 int functionNumber, constantNumber; in CheckExpression() local
2065 if ((functionNumber = this->GetMathFunctionNumberByCheckingParenthesis(index))) in CheckExpression()
2067 if ((functionNumber == VTK_PARSER_MIN) || in CheckExpression()
2068 (functionNumber == VTK_PARSER_MAX) || in CheckExpression()
2069 (functionNumber == VTK_PARSER_CROSS)) in CheckExpression()
2073 if (functionNumber == VTK_PARSER_IF) in CheckExpression()
2077 index += this->GetMathFunctionStringLength(functionNumber); in CheckExpression()
/dports/math/vtk9/VTK-9.1.0/Common/Misc/
H A DvtkFunctionParser.cxx1929 int functionNumber, constantNumber; in CheckExpression() local
1978 if ((functionNumber = this->GetMathFunctionNumberByCheckingParenthesis(index))) in CheckExpression()
1980 if ((functionNumber == VTK_PARSER_MIN) || (functionNumber == VTK_PARSER_MAX) || in CheckExpression()
1981 (functionNumber == VTK_PARSER_CROSS)) in CheckExpression()
1985 if (functionNumber == VTK_PARSER_IF) in CheckExpression()
1989 index += this->GetMathFunctionStringLength(functionNumber); in CheckExpression()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/
H A Dengine.cpp293 ScriptingFunction functionNumber = _createFunction(code); in createFunction() local
294 _cachedFunctions[code] = functionNumber; in createFunction()
295 return functionNumber; in createFunction()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPath.hpp2270 functionNumber( in functionNumber() function in XALAN_CPP_NAMESPACE::XPath
2288 functionNumber( in functionNumber() function in XALAN_CPP_NAMESPACE::XPath
2314 return DoubleSupport::floor(functionNumber(context, opPos, executionContext)); in functionFloor()
2331 return DoubleSupport::ceiling(functionNumber(context, opPos, executionContext)); in functionCeiling()
2348 return DoubleSupport::round(functionNumber(context, opPos, executionContext)); in functionRound()
/dports/cad/solvespace/solvespace-2.3/extlib/si/
H A Dsi.h311 SPWuint32 functionNumber; /* The Application-specific function number member

123