Home
last modified time | relevance | path

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

/acpica-latest/generate/msvc2017/
DAcpiSubsystem.dsp59 # End Special Build Tool
90 # End Special Build Tool
107 # End Source File
111 # End Source File
115 # End Source File
119 # End Source File
123 # End Source File
127 # End Source File
131 # End Source File
135 # End Source File
[all …]
DAcpiExec.dsp62 # End Special Build Tool
95 # End Special Build Tool
112 # End Source File
116 # End Source File
120 # End Source File
124 # End Source File
128 # End Source File
132 # End Source File
136 # End Source File
140 # End Source File
[all …]
DAslCompiler.dsp65 # End Special Build Tool
99 # End Special Build Tool
116 # End Source File
120 # End Source File
124 # End Source File
128 # End Source File
132 # End Source File
136 # End Source File
140 # End Source File
144 # End Source File
[all …]
DExamples.dsp60 # End Special Build Tool
91 # End Special Build Tool
108 # End Source File
112 # End Source File
116 # End Source File
121 # End Source File
122 # End Group
129 # End Source File
133 # End Source File
137 # End Source File
[all …]
DAcpiDump.dsp62 # End Special Build Tool
95 # End Special Build Tool
112 # End Source File
116 # End Source File
120 # End Source File
124 # End Source File
125 # End Group
132 # End Source File
136 # End Source File
140 # End Source File
[all …]
DAcpiBin.dsp62 # End Special Build Tool
95 # End Special Build Tool
112 # End Source File
116 # End Source File
117 # End Group
124 # End Source File
128 # End Source File
132 # End Source File
133 # End Group
140 # End Source File
[all …]
DAcpiHelp.dsp62 # End Special Build Tool
95 # End Special Build Tool
112 # End Source File
116 # End Source File
120 # End Source File
124 # End Source File
128 # End Source File
132 # End Source File
136 # End Source File
137 # End Group
[all …]
DAcpiSrc.dsp62 # End Special Build Tool
95 # End Special Build Tool
112 # End Source File
116 # End Source File
120 # End Source File
124 # End Source File
128 # End Source File
132 # End Source File
136 # End Source File
137 # End Group
[all …]
DAcpiXtract.dsp62 # End Special Build Tool
95 # End Special Build Tool
123 # End Source File
127 # End Source File
131 # End Source File
132 # End Group
139 # End Source File
143 # End Source File
144 # End Group
151 # End Source File
[all …]
/acpica-latest/source/components/utilities/
Dutprint.c178 const char *End,
184 char *End,
248 const char *End, in AcpiUtBoundStringOutput() argument
252 if (String < End) in AcpiUtBoundStringOutput()
400 char *End, in AcpiUtFormatNumber() argument
483 String = AcpiUtBoundStringOutput (String, End, ' '); in AcpiUtFormatNumber()
488 String = AcpiUtBoundStringOutput (String, End, Sign); in AcpiUtFormatNumber()
492 String = AcpiUtBoundStringOutput (String, End, '0'); in AcpiUtFormatNumber()
496 String, End, Upper ? 'X' : 'x'); in AcpiUtFormatNumber()
503 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
[all …]
Dutcksum.c326 UINT8 *End = Buffer + Length; in AcpiUtChecksum() local
329 while (Buffer < End) in AcpiUtChecksum()
/acpica-latest/source/compiler/
Ddtio.c228 char *End; in DtTrim() local
244 End = String + strlen (String) - 1; in DtTrim()
248 while ((Start <= End) && ((*Start == ' ') || (*Start == '\t'))) in DtTrim()
255 while (End >= Start) in DtTrim()
257 if (*End == '\n') in DtTrim()
259 End--; in DtTrim()
263 if (*End != ' ') in DtTrim()
268 End--; in DtTrim()
277 if (*End == '\"') in DtTrim()
279 End--; in DtTrim()
[all …]
Dprscan.c562 char *End; in PrDoDirective() local
807 End = Token2; in PrDoDirective()
808 while (*End != '\n') in PrDoDirective()
810 End++; in PrDoDirective()
813 *End = 0; in PrDoDirective()
Ddttemplate.c237 char *End; in DtCreateTemplates() local
270 TableCount = strtoul (Signature, &End, 0); in DtCreateTemplates()
271 if (Signature != End) in DtCreateTemplates()
/acpica-latest/source/components/parser/
Dpsargs.c284 UINT8 *End = ParserState->Aml; in AcpiPsGetNextNamestring() local
292 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
293 ACPI_IS_PARENT_PREFIX (*End)) in AcpiPsGetNextNamestring()
295 End++; in AcpiPsGetNextNamestring()
300 switch (*End) in AcpiPsGetNextNamestring()
306 if (End == Start) in AcpiPsGetNextNamestring()
310 End++; in AcpiPsGetNextNamestring()
317 End += 1 + (2 * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring()
324 End += 2 + (*(End + 1) * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring()
331 End += ACPI_NAMESEG_SIZE; in AcpiPsGetNextNamestring()
[all …]
/acpica-latest/source/components/hardware/
Dhwvalid.c283 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End) in AcpiHwValidateIoRequest()
301 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest()
310 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest()
318 if (LastAddress <= PortInfo->End) in AcpiHwValidateIoRequest()
/acpica-latest/source/os_specific/efi/
Doseficlib.c201 CHAR16 *End,
673 CHAR16 *End, in AcpiEfiFlushFile() argument
684 if (FlushAll || Pos >= (End - 1)) in AcpiEfiFlushFile()
721 CHAR16 *End; in fwrite() local
736 End = String + ACPI_EFI_PRINT_LENGTH - 1; in fwrite()
748 End, Pos, FALSE); in fwrite()
753 End, Pos, FALSE); in fwrite()
756 Pos = AcpiEfiFlushFile (File, String, End, Pos, TRUE); in fwrite()
/acpica-latest/tests/aslts/src/runtime/collections/functional/descriptor/
Ddependentfn.asl31 * Start/End Dependent Function Resource Descriptor Macro
230 6.4.2.4 End Dependent Functions Descriptor
231 End Dependent Functions Descriptor layout:
417 … THDR (__METHOD__, "Start/End DependentFunction Resource Descriptor Macro", "dependentfn.asl")
Dresourcetemplate.asl3107 6.4.2.8 End Tag
3109 The End tag identifies an end of resource data.
3112 Table 6-31 End Tag Definition
3117 The End Tag is automatically generated by the ASL compiler at the end of the ResourceTemplate
/acpica-latest/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/
Ddobmisc.asl68 /* End of all sub-tests */
/acpica-latest/tests/aslts/bin/bugstate/
DHOW_TO_USE76 <End>.
/acpica-latest/tests/misc/
Dgrammar.asl2647 } // End Method TEST
5840 // End Packages **********************************************************
5856 // End Strings **********************************************************
5866 // End Buffers **********************************************************
6267 } // End Method TEST
6316 } // End Method TEST
6706 BYTZ, 8, // End with a BYTE for a total of 32 bits
6772 } // End Else DWRD zeroed out
9244 } // End Field RAM1
9249 } // End 2nd Field RAM1
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/
DGrInvest.asl112 Store("----------------------------- End.", Debug)
293 Store("----------------------------- End.", Debug)
312 Store("----------------------------- End.", Debug)
/acpica-latest/source/include/
Daclocal.h1397 UINT16 End; member
/acpica-latest/documents/
Dchanges.txt901 String + Size will wrap, meaning End < Start, and
14925 End-Of-File is now allowed within a "//"-style comment. A parse error no
15644 Check for End-Of-Buffer failure case in the WalkResources interface.