Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 30) sorted by relevance

12

/acpica-latest/source/include/
Dacmacros.h379 #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 …]
Damlresrc.h251 #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/
DMakefile.switch10 @r=0; set -e; for d in ${MDIRS}; do \
19 r=1; \
23 if [ $$r -ne 0 ]; then \
24 exit $r; \
DHOW_TO_USE153 "(r):"
182 (r): - usually, the following value is a received one
DREADME34 (option -r of ASL compiler) as well both normal and slack
/acpica-latest/source/os_specific/efi/
Dosefixf.c205 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/
DDECL.asl40 * should be 2, but run ASL compiler with "-r 1" option.
42 * with "-r 1 -oa" options.
/acpica-latest/source/compiler/
Ddtparser.l169 WhiteSpace [ \t\v\r]+
Dprparser.l180 WhiteSpace [ \t\v\r]+
Ddtcompilerparser.l185 WhiteSpace [ \t\v\r]+
Daslcompiler.l219 [\r] { count (0); } /* termination on both Unix and Windows */
/acpica-latest/tests/aslts/src/runtime/collections/functional/manipulation/
Dunicode.asl70 /* 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/
DDECL.asl39 * but run ASL compiler with �-r 1� option.
/acpica-latest/tests/aslts/bin/bugstate/
DERROR_OPCODES23 r: FAIL-state bug is not filed into bugzilla
Dbdemostabs592 LerrSTAT=r
593 KerrSTAT=r
/acpica-latest/tests/aslts/doc/docs/
DTestOfOperands406 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/
DAcpiXtract.dsp105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DAcpiBin.dsp105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DAcpiSrc.dsp105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DAcpiDump.dsp105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DAcpiHelp.dsp105 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DExamples.dsp101 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
DAcpiSubsystem.dsp100 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
Dmutex.asl1338 * (start mux and synclevels are ordered: Acquire: left->r,
1339 * Release: r->l)
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/common/
Docommon.asl260 …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…

12