Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 114) sorted by relevance

12345

/acpica-latest/source/include/
Dacbuffer.h274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument
294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument
299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument
302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument
305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument
[all …]
Dacmacros.h310 #define _ACPI_DIV(value, PowerOf2) ((UINT32) ((value) >> (PowerOf2))) argument
311 #define _ACPI_MUL(value, PowerOf2) ((UINT32) ((value) << (PowerOf2))) argument
312 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1))) argument
347 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
350 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
371 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
373 #define ACPI_IS_MISALIGNED(value) (((ACPI_SIZE) value) & (sizeof(ACPI_SIZE)-1)) argument
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/roptional/
Droptional.asl47 - choose a value of the Object to store into
52 and be initialized with the chosen value (Dst0)
82 - choose a benchmark value according to a storing expression,
83 chosen source objects, the value of the target object and
90 - check that the benchmark value Bval is equal to the updated
484 /* for the computational data types verify its value against */
485 /* the Object-initializer value */
539 /* Check equality of the Source value to the Object-initializer one */
592 /* Check Target Object to have the expected type and value */
671 /* Retrieve the benchmark value */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/
Drexplicitconv.asl46 - choose a value of the Object to store into
51 and be initialized with the chosen value (Dst0)
68 - choose a benchmark value according to a storing expression,
69 chosen source objects, the value of the target object and
76 - check that the benchmark value Bval is equal to the updated
430 /* for the computational data types verify its value against */
431 /* the Object-initializer value */
481 /* Check equality of the Source value to the Object-initializer one */
534 /* Check Target Object to have the expected type and value */
602 /* Retrieve the benchmark value */
[all …]
/acpica-latest/generate/lint/
Doptions.lnt56 -esym( 534, AcpiDmDumpName) // Return value not always used
57 -esym( 534, AcpiDmCommaIfListMember) // Return value not always used
65 -esym( 534, TrWalkParseTree) // Return value not always used
66 -esym( 534, AslCompilerparse) // Return value not always used
67 -esym( 534, OpcSetOptimalIntegerSize) // Return value not always used
68 -esym( 534, AslCompilererror) // Return value not always used
Dco-msc40.lnt60 -emacro(506,assert) // don't warn about constant value Boolean
74 // That is, they may equally-usefully be called for a value
96 -elib(522) //function return value ignored
114 -elib(506) // constant value Boolean
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/common/
Drcommon.asl650 /* Check Result of operation on equal to Benchmark value */
655 /* <Benchmark value>) */
684 /* Return the value of an Auxiliary Source Named Object */
1859 /* for the computational data types verify its value against */
1860 /* the Object-initializer value */
1999 /* Check equality of the Source value to the Object-initializer one */
2073 /* The value is corrupted */
2108 /* The value is corrupted */
2231 /* Check Target Object to have the expected type and value */
2311 /* Retrieve the benchmark value */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/
Dservice.asl33 * Fill the buffer with the same value
37 * arg2 - the value
60 * Fill the region of buffer with the same value
64 * arg2 - the value
69 * arg5 - if non-zero than fill the ground value arg6 into the buffer
71 * arg6 - the value of ground
259 * Put the value into i-th element of the buffer
263 * arg2 - the value
310 * Fill specified elements of buffer with the same value
314 * arg2 - the value
/acpica-latest/source/tools/acpihelp/
Dacpihelp.h178 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
179 type name=value
188 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/
DSPEC15 * - to the Integer value of Expression of Case statement when
31 * - to the Integer value of Expression of Case statement when
63 * - to the String value of Predicate of the Method execution control
65 * - to the String value of Expression of Case statement when
79 * - to the String value of Expression of Case statement when
111 * - to the Buffer value of Predicate of the Method execution control
113 * - to the Buffer value of Expression of Case statement when
125 * - to the Buffer value of Expression of Case statement when
/acpica-latest/tests/misc/
Dbadcode.asl113 // Fallthrough exit path does not return a value
118 // Method MTH2 above does not always return a value
123 // Method MTH4 does not explicitly return a value
162 // and return value validation
189 // Predefined names that should not have a return value
245 // Min and Max not multiples of alignment value
Dgrammar.asl60 Warning 1087 - ^ Not all control paths return a value (RCIV)
84 Warning 1087 - ^ Not all control paths return a value (COND)
2100 // IfOp with NO return value
2107 // IfOp with NO return value
2114 // IfOp with NO return value
2121 // ElseOp with NO return value
2128 // IfOp with return value
2135 // IfOp with return value
2142 // ElseOp with return value
2672 // save Local0 object type value into Local1
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
DSPEC78 Note: the {type,size,value} features of the references to all
92 - pass by the Method call (return value)
146 c08a - the value of the written Integer
223 changed {type,size,value}.
307 passed to Method {type,size,value}.
319 do change of the original objects {type,size,value}.
325 Check that the original objects are changed {type,size,value}.
373 from it, check the original objects {type,size,value}.
427 from it, check the original objects {type,size,value}.
467 from it, check the original objects {value}.
[all …]
Dref00.asl44 /* Check Boolean (CondRefOf) and the type of value */
45 /* arg0 - reference to the value of arbitrary type */
46 /* arg1 - expected type of value */
228 /* arg1 - type of the value referred by arg0 */
234 /* arg5 - the benchmark value of Object for verification */
/acpica-latest/source/include/platform/
Dacenv.h420 #define ACPI_STRUCT_INIT(field, value) value argument
Daclinux.h306 #define ACPI_STRUCT_INIT(field, value) .field = value argument
/acpica-latest/tests/aslts/src/runtime/cntl/
Dcommon.asl696 * arg5 - first value (usually, received value)
697 * arg6 - second value (usually, expected value)
771 /* Format/print the Expected result value */
780 /* Format/print the Actual result value */
933 * arg1 - arg5 of err, "received value"
934 * arg2 - arg6 of err, "expected value"
935 * arg3 - value
948 * arg1 - arg5 of err, "received value"
949 * arg2 - arg6 of err, "expected value"
950 * arg3 - value
[all …]
Dehandle.asl766 * arg3 - arg5 of err, "received value"
767 * arg4 - arg6 of err, "expected value"
789 /* Convert 32/64 bit integer to 16-bit Hex value */
825 * arg5 - arg5 of err, "received value"
826 * arg6 - arg6 of err, "expected value"
1020 * arg4 - arg5 of err, "received value"
1021 * arg5 - arg6 of err, "expected value"
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/
Drindecrement.asl51 - choose a value to initialize Dst0,
52 - choose a benchmark value according to the initialized value - Bval
57 - check that the benchmark value Bval is equal to the updated
349 /* Check Target Object to have the expected type and value */
756 /* Check Target Object to have the expected type and value */
849 /* Check Target Object to have the expected type and value */
955 /* Check Target Object to have the expected type and value */
1067 /* Check Target Object to have the expected type and value */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0047/
DDECL.asl42 * The value resulting from this opcode is 64-bits.
45 * instructions may return the same value. The only guarantee
70 Debug = Concatenate ("Start value of Timer : 0x", Local0)
/acpica-latest/tests/aslts/doc/docs/
DConversionRules73 table header�s Revision field. A Revision field value less than
74 2 indicates that the size of an Integer is 32-bits. A value greater
106 22. The integer is displayed as a hexadecimal value.
167 Each string character is interpreted as a hexadecimal value,
/acpica-latest/source/compiler/
Ddtparser.y188 UINT64 value; member
194 %type <value> Expression
Dprparser.y187 UINT64 value; member
194 %type <value> Expression
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/
DSPEC251 - choose a value of the Object to store into
266 and be initialized or reinitialized with the chosen value (Dst0)
287 - choose a benchmark value according to a storing expression,
288 chosen source objects, the value of the target object and
298 - check that the benchmark value Bval is equal to the updated
444 The integer is initialized to the value zero and the ASCII string
446 is interpreted as a hexadecimal value ('0'-'9', 'A'-'F', 'a'-'f'),
465 Block table header's Revision field. A Revision field value less
466 than 2 indicates that the size of an Integer is 32-bits. A value
/acpica-latest/tests/aslts/src/runtime/collections/functional/name/
Dname.asl33 * Obtain the NamedX objects of all the types and check their {type,size,value}
41 * the initial simplest checkings {type,size,value} of different

12345