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

  /src/sys/external/bsd/gnu-efi/dist/lib/
boxdraw.c 25 CHAR8 Ascii;
32 // ASCII. The ASCII mapping we just made up.
108 OUT CHAR8 *Ascii OPTIONAL
122 Asci - Optional pointer to return Ascii equivalent of Graphic.
145 if (Ascii) {
146 *Ascii = Table->Ascii;
156 IN CHAR16 Ascii
159 if ((Ascii >= 0x20) && (Ascii <= 0x7f))
    [all...]
print.c 57 BOOLEAN Ascii;
226 ps.fmt.Ascii = TRUE;
798 ps.fmt.Ascii = TRUE;
824 function that takes an ascii format string
828 fmt - ascii format string
858 Prints a formatted ascii string to a buffer using a va_list
877 // Use UnicodeVSPrint() and convert back to ASCII
895 // The strings are ASCII so just do a plain Unicode conversion
967 c = p->Ascii ? p->pc[p->Index] : p->pw[p->Index];
1057 a - ascii strin
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 216 char Signature[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* ASCII table signature */
220 char OemId[ACPI_OEM_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM identification */
221 char OemTableId[ACPI_OEM_TABLE_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM table identification */
223 char AslCompilerId[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* ASCII ASL compiler vendor ID */
328 char Signature[4]; /* ASCII table signature */
502 char Ascii[4];

Completed in 12 milliseconds