Home | History | Annotate | Download | only in disassembler

Lines Matching refs:Ascii

262         /* Dump the ASCII equivalents within a comment */
453 * DESCRIPTION: Dump a buffer containing a UUID as a standard ASCII string.
563 * For each word, 1st byte must be printable ascii, and the
591 * RETURN: TRUE if buffer contains a ASCII string, FALSE otherwise
593 * DESCRIPTION: Determine if a buffer Op contains a ASCII string
648 /* Check all bytes for ASCII */
653 * TBD: allow some escapes (non-ascii chars).
657 /* Not a string if not printable ascii */
760 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, METHOD_NAME__PLD))
794 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, METHOD_NAME__PLD))
971 * DESCRIPTION: Dump Unicode string as a standard ASCII string. (Remove
991 /* Write every other byte as an ASCII character */
1060 /* Create the 3 leading ASCII letters */
1066 /* Verify that all 3 are ascii and alpha */
1172 * DESCRIPTION: Convert an encoded EISAID back to the original ASCII String