HomeSort by: relevance | last modified time | path
    Searched defs:Ascii (Results 1 - 4 of 4) 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 108 char Signature[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* ASCII table signature */
112 char OemId[ACPI_OEM_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM identification */
113 char OemTableId[ACPI_OEM_TABLE_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM table identification */
115 char AslCompilerId[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* ASCII ASL compiler vendor ID */
220 char Signature[4]; /* ASCII table signature */
394 char Ascii[4];
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1577 Ascii,
1779 enum StringKind { Ascii, Wide, UTF8, UTF16, UTF32 };
1876 bool isAscii() const { return getKind() == Ascii; }

Completed in 85 milliseconds