HomeSort by: relevance | last modified time | path
    Searched defs:Format (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslprintf.c 245 * Op->Child - Format string
246 * Op->Next - Format string arguments
255 char *Format;
265 /* Get format string */
267 Format = ACPI_CAST_PTR (char, Op->Asl.Child->Asl.Value.String);
276 for (; *Format; ++Format)
278 if (*Format != '%')
284 StartPosition = Format;
311 ++Format;
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmextern.c 1752 char *Format;
1767 Format = Type ? Pad : NoPad;
1777 Format, (AcpiGbl_NumExternalMethods != 1 ? "were" : "was"),
1779 Format, AcpiGbl_ResolvedExternalMethods,
1782 Format, Format, Format, Format, Format);
1791 Format, Format, Format, Format, Format, Format)
    [all...]
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 624 char Format[32];
627 snprintf (Format, 32, "%s=%s", Keyword, "%llx");
631 if (sscanf (Buffer, Format, &Address) == 1)
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c 483 struct Format {
491 const struct Format formats[] =
493 /* In Y format we must always have something in Y2, since it has
500 /* Y format has three instructions. */
508 /* X format has only two instructions. */
541 const struct Format* compute_format()
548 const struct Format* match = NULL;
549 const struct Format *b = NULL;
573 const struct Format* match = compute_format();
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 1040 /* Global interrupt format */
2831 ACPI_NHLT_WAVE_FORMATEXT Format;
4080 UINT16 Format;

Completed in 19 milliseconds