Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 74) sorted by relevance

123

/acpica-3.7.0/source/compiler/
Ddtexpress.c193 UINT64 Result; in DtResolveIntegerExpression() local
201 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression()
202 *ReturnValue = Result; in DtResolveIntegerExpression()
227 UINT64 Result; in DtDoOperator() local
236 Result = ~RightValue; in DtDoOperator()
241 Result = !RightValue; in DtDoOperator()
246 Result = LeftValue * RightValue; in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
[all …]
Dprexpress.c374 UINT64 Result; in PrResolveIntegerExpression() local
387 Result = PrEvaluateExpression (ExpandedLine); in PrResolveIntegerExpression()
390 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Result)); in PrResolveIntegerExpression()
392 *ReturnValue = Result; in PrResolveIntegerExpression()
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/roptional/
Droptional.asl29 * Check Result Object processing in the normal operators
35 /* <Target scale>, <Result scale>, <kind of Source-Target pair>) */
53 - choose a way to obtain some result object (Expr ~ Result Object
55 = CondRefOf (any, Result) => Boolean
56 = FindSetLeftBit (int, Result) => Integer
57 = FindSetRightBit (int, Result) => Integer
58 = Not (int, Result) => Integer
59 = Add (int, int, Result) => Integer
60 = And (int, int, Result) => Integer
61 = Concatenate ({int|str|buf}, {int|str|buf}, Result) => ComputationalData
[all …]
/acpica-3.7.0/source/components/namespace/
Dnsutils.c381 char *Result = NULL; in AcpiNsBuildInternalName() local
396 Result = &InternalName[1]; in AcpiNsBuildInternalName()
401 Result = &InternalName[2]; in AcpiNsBuildInternalName()
407 Result = &InternalName[3]; in AcpiNsBuildInternalName()
427 Result = &InternalName[i]; in AcpiNsBuildInternalName()
432 Result = &InternalName[(ACPI_SIZE) i+1]; in AcpiNsBuildInternalName()
438 Result = &InternalName[(ACPI_SIZE) i+2]; in AcpiNsBuildInternalName()
453 Result[i] = '_'; in AcpiNsBuildInternalName()
459 Result[i] = (char) toupper ((int) *ExternalName); in AcpiNsBuildInternalName()
475 Result += ACPI_NAMESEG_SIZE; in AcpiNsBuildInternalName()
[all …]
/acpica-3.7.0/tests/aslts/doc/docs/
DTestOfOperands172 CondRefOf(Integer, Result)
173 CondRefOf(String, Result)
174 CondRefOf(Buffer, Result)
175 CondRefOf(Package, Result)
180 DerefOf(CondRefOf(Integer, Result))
181 DerefOf(CondRefOf(String, Result))
182 DerefOf(CondRefOf(Buffer, Result))
183 DerefOf(CondRefOf(Package, Result))
578 // 5 - CondRefOf (any, Result) => Boolean
582 // * 11 - FindSetLeftBit (int, Result) => Integer
[all …]
/acpica-3.7.0/source/tools/efihello/
Defihello.c186 char *Result; in main() local
210 Result = fgets (LineBuffer, LINE_SIZE, File); in main()
211 if (!Result) in main()
220 if (strncmp (Result, "exit", 4) == 0) in main()
/acpica-3.7.0/tests/aslts/src/runtime/common/conversion/
Drtest.asl35 /* Implicit Result Object Conversion, complex test */
129 /* Add (int, int, Result) => Integer */
193 /* And (int, int, Result) => Integer */
201 /* Concatenate ({int|str|buf}, {int|str|buf}, Result) => ComputationalData */
212 /* s+s -->> s -->> all combinations of Result and ComputationalData */
213 /* Result 64-bit, 32-bit, ComputationalData 64-bit, 32-bit */
216 /* ============= With Result */
438 /* ============= Result omitted */
717 /* b+b -->> b -->> all combinations of Result and ComputationalData */
718 /* Result 64-bit, 32-bit, ComputationalData 64-bit, 32-bit */
[all …]
Drproc.asl34 /* arg3 - indication of Result */
36 /* arg5 - Result */
46 /* Result */
47 /* Benchmark of Result */
/acpica-3.7.0/source/components/executer/
Dexconvrt.c194 UINT64 Result; in AcpiExConvertToInteger() local
234 Result = 0; in AcpiExConvertToInteger()
252 Result = AcpiUtImplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); in AcpiExConvertToInteger()
256 Result = AcpiUtExplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); in AcpiExConvertToInteger()
287 Result |= (((UINT64) Pointer[i]) << (i * 8)); in AcpiExConvertToInteger()
300 ReturnDesc = AcpiUtCreateIntegerObject (Result); in AcpiExConvertToInteger()
307 ACPI_FORMAT_UINT64 (Result))); in AcpiExConvertToInteger()
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/
Drexplicitconv.asl29 * Check Result Object processing on optional storing
34 /* <Target scale>, <Result scale>, <kind of Source-Target pair>) */
52 - choose a way to obtain some result object (Expr ~ Result Object
457 /* Unexpected Result Type */
577 ElseIf /* Target must accept type of the Result Object */
583 /* Types mismatch Result/Target on storing */
590 /* Types mismatch Result/Target on storing */
1371 /* Benchmark Result object value */
1374 /* Benchmark Result object converted to Target type values */
1448 /* Benchmark Result object value */
[all …]
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/common/
Drcommon.asl489 /* a copy of the Result Object by some storing operator, */
491 /* a column relies to the type group of a Result Object */
650 /* Check Result of operation on equal to Benchmark value */
654 /* <Result>, */
896 /* Result Object Conversion issue */
1975 /* Unexpected Result Type */
1987 /* Mismatch of Source Type against specified Result Type */
2274 /* must accept type of the Result Object */
2279 /* Result object is a reference */
2292 /* Types mismatch Result/Target on storing */
[all …]
/acpica-3.7.0/tests/aslts/bin/bugstate/
Dparsebuglist44 Result=
50 Result="$s2"
71 echo "$ID:$State: Exp $Result:$Component:"
DERROR_OPCODES33 D: the Result field of RESOLVED/CLOSED bug in LBZ is not FIXED
34 E: the Result field in LBZ is {FIXE|CODE|PATC} for FAIL-state bug
37 H: bug in KBZ is RESOLVED/CLOSED but the Result field is not {CODE|PATC}
39 J: the Result field in KBZ is {FIXE|CODE|PATC} for FAIL-state bug
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/
DSPEC1 Result Object Complex test specification
6 rules of specifying, receiving and processing of Result objects
8 of Result objects in target (destination) ones for the next use is
11 of the initial Result object while there are any objects referred to it
20 There are the following main issues in Result object processing:
84 II. The implicit Result conversion rules
86 There are following cases to apply Result conversion:
185 - Result object can be represented immediately by Source Object as:
191 Derefof to be obtained as Result object:
206 be obtained as Result object:
[all …]
/acpica-3.7.0/source/os_specific/service_layers/
Doswintbl.c634 LONG Result; in AcpiOsGetTableByName() local
670 Result = GetSystemFirmwareTable('ACPI', UIntSignature, ReturnTable, DataSize); in AcpiOsGetTableByName()
671 if (Result > (LONG) DataSize) in AcpiOsGetTableByName()
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/
Drcopyobject.asl29 * Check Result Object processing on CopyObject
36 Debug = "TEST: RES1, Result Object processing in CopyObject"
/acpica-3.7.0/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/
Dexc_03_buf.asl174 /* Result of Method invocation */
252 /* Reference to Object as Result of Method invocation */
381 /* Result of Method invocation */
384 /* Reference to Object as Result of Method invocation */
Dexc_01_int.asl261 /* Result of Method invocation */
327 /* Reference to Object as Result of Method invocation */
444 /* Result of Method invocation */
447 /* Reference to Object as Result of Method invocation */
Dexc_02_str.asl256 /* Result of Method invocation */
331 /* Reference to Object as Result of Method invocation */
448 /* Result of Method invocation */
451 /* Reference to Object as Result of Method invocation */
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/
Drindecrement.asl29 * Check Result Object processing on Increment/Decrement
32 /* Test verifying Result Object processing on storing of the resilt */
361 /* Target (Result) type should keep the original type */
1104 /* Enumerate Result types */
1183 M002 (Concatenate ("Result Object processing with ", DerefOf (PAC4 [Arg0])))
1191 Debug = "TEST: RES2, Result Object processing on Increment/Decrement"
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/
DREADME26 Result Object complex test
/acpica-3.7.0/tests/aslts/src/runtime/common/
DREADME8 Objects applicable to Source Operand and Result
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rstore/
Drstore.asl29 * Check Result Object processing (simultaneously verifying
30 * the Implicit Result Object Conversion Rules) in the Store operator
321 /* Store() Result Object to Integer Constant */
785 /* Result Object returned by called Method */
837 /* Result Object returned by any Operator (Op) */
903 /* Store() Result Object to Integer Named Object */
1517 /* Result Object returned by called Method */
1597 /* Result Object returned by any Operator (Op) */
1691 /* Store() Result Object to Integer Method LocalX Object */
2246 /* Result Object returned by called Method */
[all …]
/acpica-3.7.0/tests/aslts/adm/BugState/ARX/0000/
DBugList_AML_KB_SUM010 37 bugs found. ID State Result Category
/acpica-3.7.0/tests/aslts/adm/BugState/ARX/0001/
DBugList_AML_KB_SUM010 37 bugs found. ID State Result Category

123