Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/bus/acpi/acpica/dispatcher/
H A Ddswexec.c397 UINT32 OpType; in AcpiDsExecEndOp() local
410 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp()
482 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp()
526 switch (OpType) in AcpiDsExecEndOp()
755 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
/reactos/drivers/bus/acpi/acpica/parser/
H A Dpsopinfo.c204 UINT32 OpType) in AcpiPsGetArgumentCount() argument
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount()
209 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
/reactos/base/shell/cmd/
H A Dparser.c645 IN COMMAND_TYPE OpType);
1296 IN COMMAND_TYPE OpType) in ParseCommandBinaryOp() argument
1300 if (OpType == C_OP_LOWEST) // i.e. CP_MULTI in ParseCommandBinaryOp()
1395 if (OpType == C_OP_HIGHEST) in ParseCommandBinaryOp()
1398 Cmd = ParseCommandBinaryOp(OpType + 1); in ParseCommandBinaryOp()
1400 if (Cmd && !_tcscmp(CurrentToken, OpString[OpType - C_OP_LOWEST])) in ParseCommandBinaryOp()
1405 Right = ParseCommandOp(OpType); in ParseCommandBinaryOp()
1414 if (!bParseError && (OpType != C_MULTI)) in ParseCommandBinaryOp()
1427 Cmd = AllocCommand(OpType, NULL, NULL); in ParseCommandBinaryOp()
1448 IN COMMAND_TYPE OpType) in ParseCommandOp() argument
[all …]
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dsimd.h237 } OpType; typedef
/reactos/drivers/bus/acpi/acpica/include/
H A Dacdebug.h102 UINT32 OpType))
H A Dacparser.h184 UINT32 OpType);