/acpica-latest/source/include/ |
D | acmacros.h | 379 #define __ACPI_FIND_LAST_BIT_2(a, r) ((((UINT8) (a)) & 0x02) ? (r)+1 : (r)) argument 380 #define __ACPI_FIND_LAST_BIT_4(a, r) ((((UINT8) (a)) & 0x0C) ? \ argument 381 __ACPI_FIND_LAST_BIT_2 ((a)>>2, (r)+2) : \ 382 __ACPI_FIND_LAST_BIT_2 ((a), (r))) 383 #define __ACPI_FIND_LAST_BIT_8(a, r) ((((UINT8) (a)) & 0xF0) ? \ argument 384 __ACPI_FIND_LAST_BIT_4 ((a)>>4, (r)+4) : \ 385 __ACPI_FIND_LAST_BIT_4 ((a), (r))) 386 #define __ACPI_FIND_LAST_BIT_16(a, r) ((((UINT16) (a)) & 0xFF00) ? \ argument 387 __ACPI_FIND_LAST_BIT_8 ((a)>>8, (r)+8) : \ 388 __ACPI_FIND_LAST_BIT_8 ((a), (r))) [all …]
|
D | amlresrc.h | 251 #define ACPI_AML_SIZE_LARGE(r) (sizeof (r) - sizeof (AML_RESOURCE_LARGE_HEADER)) argument 252 #define ACPI_AML_SIZE_SMALL(r) (sizeof (r) - sizeof (AML_RESOURCE_SMALL_HEADER)) argument
|
/acpica-latest/tests/aslts/ |
D | Makefile.switch | 10 @r=0; set -e; for d in ${MDIRS}; do \ 19 r=1; \ 23 if [ $$r -ne 0 ]; then \ 24 exit $r; \
|
D | HOW_TO_USE | 153 "(r):" 182 (r): - usually, the following value is a received one
|
D | README | 34 (option -r of ASL compiler) as well both normal and slack
|
/acpica-latest/source/os_specific/efi/ |
D | osefixf.c | 205 INT32 r; in AcpiEfiCompareGuid() local 211 r = g1[0] - g2[0]; in AcpiEfiCompareGuid() 212 r |= g1[1] - g2[1]; in AcpiEfiCompareGuid() 213 r |= g1[2] - g2[2]; in AcpiEfiCompareGuid() 214 r |= g1[3] - g2[3]; in AcpiEfiCompareGuid() 216 return (r ? FALSE : TRUE); in AcpiEfiCompareGuid()
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0171_ACTION_REQUIRED/ |
D | DECL.asl | 40 * should be 2, but run ASL compiler with "-r 1" option. 42 * with "-r 1 -oa" options.
|
/acpica-latest/source/compiler/ |
D | dtparser.l | 169 WhiteSpace [ \t\v\r]+
|
D | prparser.l | 180 WhiteSpace [ \t\v\r]+
|
D | dtcompilerparser.l | 185 WhiteSpace [ \t\v\r]+
|
D | aslcompiler.l | 219 [\r] { count (0); } /* termination on both Unix and Windows */
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/manipulation/ |
D | unicode.asl | 70 /* 00E0 */ 0x71, 0x00, 0x72, 0x00, 0x73, 0x00, 0x74, 0x00, // q.r.s.t. 116 /* 00E0 */ 0x71, 0x00, 0x72, 0x00, 0x73, 0x00, 0x74, 0x00, // q.r.s.t.
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0074/ |
D | DECL.asl | 39 * but run ASL compiler with �-r 1� option.
|
/acpica-latest/tests/aslts/bin/bugstate/ |
D | ERROR_OPCODES | 23 r: FAIL-state bug is not filed into bugzilla
|
D | bdemostabs | 592 LerrSTAT=r 593 KerrSTAT=r
|
/acpica-latest/tests/aslts/doc/docs/ |
D | TestOfOperands | 406 r | i9| 0xABCDEF | | | | 418 r | s9| "9876543210" | 64:s11(exc) | | | 450 r | b20| B(67){b0,...,b66} | | | | 474 r | bf6| CF(:65) | | 32:bf10(exc) | |
|
/acpica-latest/generate/msvc2017/ |
D | AcpiXtract.dsp | 105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | AcpiBin.dsp | 105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | AcpiSrc.dsp | 105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | AcpiDump.dsp | 105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | AcpiHelp.dsp | 105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | Examples.dsp | 101 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | AcpiSubsystem.dsp | 100 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | mutex.asl | 1338 * (start mux and synclevels are ordered: Acquire: left->r, 1339 * Release: r->l)
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/common/ |
D | ocommon.asl | 260 …Name (S60F, "\x01\x02\x03\x04\x05\x06\a\b\t\n\v\f\r\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x1… 294 …"\x01\x02\x03\x04\x05\x06\a\b\t\n\v\f\r\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1… 2823 …M600 (Arg0, 0x2E, DerefOf (PS60 [0x0F]), "\x01\x02\x03\x04\x05\x06\a\b\t\n\v\f\r\x0E\x0F\x10\x11\x… 2856 …M600 (Arg0, 0x4A, S60F, "\x01\x02\x03\x04\x05\x06\a\b\t\n\v\f\r\x0E\x0F\x10\x11\x12\x13\x14\x15\x1…
|