Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/utilities/
A Dutprint.c70 const char *End,
76 char *End,
146 const char *End, in AcpiUtBoundStringOutput() argument
150 if (String < End) in AcpiUtBoundStringOutput()
298 char *End, in AcpiUtFormatNumber() argument
394 String, End, Upper ? 'X' : 'x'); in AcpiUtFormatNumber()
411 String = AcpiUtBoundStringOutput (String, End, in AcpiUtFormatNumber()
452 char *End; in AcpiUtVsnprintf() local
461 End = String + Size; in AcpiUtVsnprintf()
706 if (Pos < End) in AcpiUtVsnprintf()
[all …]
/third_party/lib/acpica/source/compiler/
A Ddtio.c154 if (*End == '\r' || *End == '\n') in DtTrim()
156 End--; in DtTrim()
165 End--; in DtTrim()
176 End--; in DtTrim()
285 End = Colon; in DtParseLine()
321 while (*End) in DtParseLine()
327 End++; in DtParseLine()
335 while (*End && (*End != '"')) in DtParseLine()
340 End++; in DtParseLine()
354 End--; in DtParseLine()
[all …]
A Ddttemplate.c130 char *End; in DtCreateTemplates() local
162 TableCount = strtoul (Signature, &End, 0); in DtCreateTemplates()
163 if (Signature != End) in DtCreateTemplates()
A Dprscan.c456 char *End; in PrDoDirective() local
698 End = Token2; in PrDoDirective()
699 while (*End != '\n') in PrDoDirective()
701 End++; in PrDoDirective()
704 *End = 0; in PrDoDirective()
/third_party/lib/acpica/source/components/parser/
A Dpsargs.c175 UINT8 *End = ParserState->Aml; in AcpiPsGetNextNamestring() local
183 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
184 ACPI_IS_PARENT_PREFIX (*End)) in AcpiPsGetNextNamestring()
186 End++; in AcpiPsGetNextNamestring()
191 switch (*End) in AcpiPsGetNextNamestring()
197 if (End == Start) in AcpiPsGetNextNamestring()
201 End++; in AcpiPsGetNextNamestring()
208 End += 1 + (2 * ACPI_NAME_SIZE); in AcpiPsGetNextNamestring()
215 End += 2 + (*(End + 1) * ACPI_NAME_SIZE); in AcpiPsGetNextNamestring()
222 End += ACPI_NAME_SIZE; in AcpiPsGetNextNamestring()
[all …]
/third_party/lib/acpica/source/tools/acpixtract/
A Daxutils.c156 char *End; in AxConvertLine() local
164 End = strstr (InputLine + 2, " "); in AxConvertLine()
165 if (!End) in AxConvertLine()
169 *End = 0; in AxConvertLine()
/third_party/lib/acpica/source/components/hardware/
A Dhwvalid.c174 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End) in AcpiHwValidateIoRequest()
192 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest()
201 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest()
209 if (LastAddress <= PortInfo->End) in AcpiHwValidateIoRequest()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosefixf.c86 CHAR16 *End,
565 CHAR16 *End, in AcpiEfiFlushFile() argument
570 if (FlushAll || Pos >= (End - 1)) in AcpiEfiFlushFile()
606 CHAR16 *End; in AcpiOsWriteFile() local
618 End = String + ACPI_EFI_PRINT_LENGTH - 1; in AcpiOsWriteFile()
630 End, Pos, FALSE); in AcpiOsWriteFile()
635 End, Pos, FALSE); in AcpiOsWriteFile()
638 Pos = AcpiEfiFlushFile (File, String, End, Pos, TRUE); in AcpiOsWriteFile()
/third_party/lib/acpica/source/components/tables/
A Dtbprint.c263 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
266 while (Buffer < End) in AcpiTbChecksum()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h1190 UINT16 End; member
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl2646 } // End Method TEST
6266 } // End Method TEST
6315 } // End Method TEST
9243 } // End Field RAM1
9248 } // End 2nd Field RAM1
9270 } // End Device MBIT
9278 } // End Device MWRD
9288 } // End Device MBYT
9300 } // End Field RAM1
9321 } // End SMIX
[all …]
/third_party/uapp/dash/src/
A DTOUR151 CTLENDVAR End of variable substitution
/third_party/lib/acpica/
A Dchanges.txt11439 End-Of-File is now allowed within a "//"-style comment. A parse error no
12158 Check for End-Of-Buffer failure case in the WalkResources interface.

Completed in 58 milliseconds