Searched refs:Operand1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexmisc.c162 * Operand1 - Second source object
175 ACPI_OPERAND_OBJECT *Operand1,
209 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag);
215 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
231 * EndTag descriptor is copied from Operand1.
235 ACPI_MEMCPY (NewBuf + Length0, Operand1->Buffer.Pointer, Length1);
254 * Operand1 - Second source object
267 ACPI_OPERAND_OBJECT *Operand1,
271 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1;
290 Status = AcpiExConvertToInteger (Operand1,
173 AcpiExConcatTemplate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
265 AcpiExDoConcatenate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
613 AcpiExDoLogicalOp( UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { argument
85 Instructions.back().Ops.push_back(Operand1);
88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { argument
90 Instructions.back().Ops.push_back(Operand1);
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacinterp.h245 ACPI_OPERAND_OBJECT *Operand1,
252 UINT64 Operand1);

Completed in 134 milliseconds