Searched defs:Op (Results 1 - 25 of 277) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpswalk.c69 ACPI_PARSE_OBJECT *Op = SubtreeRoot; local
[all...]
H A Dpsopinfo.c128 const ACPI_OPCODE_INFO *Op; local
H A Dpsscope.c158 AcpiPsPushScope( ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *Op, UINT32 RemainingArgs, UINT32 ArgCount) argument
220 AcpiPsPopScope( ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT **Op, UINT32 *ArgList, UINT32 *ArgCount) argument
[all...]
H A Dpstree.c78 AcpiPsGetArg( ACPI_PARSE_OBJECT *Op, UINT32 Argn) argument
140 AcpiPsAppendArg( ACPI_PARSE_OBJECT *Op, ACPI_PARSE_OBJECT *Arg) argument
224 AcpiPsGetDepthNext( ACPI_PARSE_OBJECT *Origin, ACPI_PARSE_OBJECT *Op) argument
305 AcpiPsGetChild( ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Dpsutils.c98 AcpiPsInitOp( ACPI_PARSE_OBJECT *Op, UINT16 Opcode) argument
132 ACPI_PARSE_OBJECT *Op; local
198 AcpiPsFreeOp( ACPI_PARSE_OBJECT *Op) argument
244 AcpiPsGetName( ACPI_PARSE_OBJECT *Op) argument
265 AcpiPsSetName( ACPI_PARSE_OBJECT *Op, UINT32 name) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c72 AcpiDsExecBeginControlOp( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) argument
174 AcpiDsExecEndControlOp( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Ddswload.c136 ACPI_PARSE_OBJECT *Op; local
423 ACPI_PARSE_OBJECT *Op; local
[all...]
H A Ddswload2.c77 ACPI_PARSE_OBJECT *Op; local
390 ACPI_PARSE_OBJECT *Op; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/InstPrinter/
H A DMBlazeInstPrinter.cpp37 const MCOperand &Op = MI->getOperand(OpNo); local
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp36 const MCOperand &Op = MI->getOperand(OpNo); local
48 const MCOperand &Op = MI->getOperand(OpNo); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp50 BinaryOperator::Opcode Op = B->getOpcode(); local
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllength.c88 LnInitLengthsWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
121 LnPackageLengthWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
160 CgGetPackageLenByteCount( ACPI_PARSE_OBJECT *Op, UINT32 PackageLength) argument
212 CgGenerateAmlOpcodeLength( ACPI_PARSE_OBJECT *Op) argument
282 CgGenerateAmlLengths( ACPI_PARSE_OBJECT *Op) argument
441 ACPI_PARSE_OBJECT *Op; local
[all...]
H A Dasllookup.c178 LkGetNameOp( ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Daslnamesp.c165 ACPI_PARSE_OBJECT *Op; local
[all...]
H A Daslrestype2e.c73 RsDoExtendedIoDescriptor( ACPI_PARSE_OBJECT *Op, UINT32 CurrentByteOffset) argument
246 RsDoExtendedMemoryDescriptor( ACPI_PARSE_OBJECT *Op, UINT32 CurrentByteOffset) argument
427 RsDoExtendedSpaceDescriptor( ACPI_PARSE_OBJECT *Op, UINT32 CurrentByteOffset) argument
[all...]
H A Daslbtypes.c370 AnGetBtype( ACPI_PARSE_OBJECT *Op) argument
454 AnMapObjTypeToBtype( ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Daslfold.c94 OpcAmlEvaluationWalk1( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
141 OpcAmlEvaluationWalk2( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
187 OpcAmlCheckForConstant( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
288 OpcAmlConstantWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
523 OpcUpdateIntegerNode( ACPI_PARSE_OBJECT *Op, UINT64 Value) argument
[all...]
H A Dasllisting.c196 LsAmlListingWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
260 LsTreeWriteWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
295 LsWriteNodeToListing( ACPI_PARSE_OBJECT *Op, UINT32 FileId) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c86 AcpiDbStartCommand( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) argument
173 AcpiDbSingleStep( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, UINT32 OpcodeClass) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmdeferred.c82 ACPI_PARSE_OBJECT *Op = Root; local
160 AcpiDmDeferredParse( ACPI_PARSE_OBJECT *Op, UINT8 *Aml, UINT32 AmlLength) argument
[all...]
H A Ddmutils.c249 AcpiDmCommaIfListMember( ACPI_PARSE_OBJECT *Op) argument
311 AcpiDmCommaIfFieldMember( ACPI_PARSE_OBJECT *Op) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h196 Value *Op = *i; local
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.cpp73 const MCOperand &Op = MI->getOperand(OpNo); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp200 Constant *Op = dyn_cast<Constant>(*I); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp156 Value *Op = *OI; local

Completed in 132 milliseconds

1234567891011>>