HomeSort by relevance Sort by last modified time
    Searched refs:ascii (Results 51 - 75 of 499) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vboot_reference/firmware/lib/include/
bmpblk_font.h 51 uint32_t ascii; /* What to show. Could even be UTF? */ member in struct:FontArrayEntryHeader
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 50 private static byte[] ascii = new byte[255]; field in class:Base64
56 ascii[idx] = INVALID;
61 ascii[base64[idx]] = (byte) idx;
64 ascii[0x09] = WHITESPACE;
65 ascii[0x0A] = WHITESPACE;
66 ascii[0x0D] = WHITESPACE;
67 ascii[0x20] = WHITESPACE;
70 ascii[0x3d] = EQUAL;
114 // Do 3-byte to 4-byte conversion + 0-63 to ascii printable conversion
188 // Do ascii printable to 0-63 conversion
    [all...]
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 386 add r8,r8,#0x30 @ convert to ascii
438 ver_string: .ascii " Version \0"
439 compiled_string: .ascii ", Compiled \0"
440 processor: .ascii " Processor, \0"
441 ram_comma: .ascii "M RAM, \0"
442 bogo_total: .ascii " Bogomips Total\n\0"
444 default_colors: .ascii "\033[0m\n\n\0"
445 escape: .ascii "\033[\0"
446 C: .ascii "C\0"
448 one: .ascii "One \0
    [all...]
  /external/syslinux/gpxe/src/arch/i386/prefix/
nbiprefix.S 38 .ascii "ADDL"
42 .ascii "ADDL"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapmisc.s 7 .ascii "abcd"
45 .ascii "abc"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /external/llvm/test/MC/ELF/
subsection.s 26 .ascii "test"
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
data.s 8 ASCII: .ascii "This is a very long text","This is another"
  /external/llvm/test/MC/COFF/
cv-empty-linetable.s 34 .ascii "fn1"
39 .ascii "??__Fa@?1??fn1@@YAXXZ@YAXXZ"
44 .ascii "vector::~vector"
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 380 # ebx is 4-char ascii string to look for
539 add $0x30, %al # convert to ASCII
549 ver_string: .ascii " Version \0"
550 compiled_string: .ascii ", Compiled \0"
551 processor: .ascii " Processor\0"
552 s_comma: .ascii "s, \0"
553 ram_comma: .ascii "M RAM, \0"
554 bogo_total: .ascii " Bogomips Total\n\0"
556 default_colors: .ascii "\033[0m\n\n\0"
558 cpuinfo: .ascii "/proc/cpuinfo\0
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dw2-1.S 50 .ascii "file1.txt\0" /* DW_AT_name */
51 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
59 .ascii "func_cu1\0" /* DW_AT_name */
68 .ascii "int\0" /* DW_AT_name */
111 .ascii "file1.txt\0"
dw2-2.S 47 .ascii "file1.txt\0" /* DW_AT_name */
48 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
56 .ascii "func_cu2\0" /* DW_AT_name */
65 .ascii "int\0" /* DW_AT_name */
108 .ascii "file1.txt\0"
dw2-compressed.S 54 .ascii "file1.txt\0" /* DW_AT_name */
55 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
63 .ascii "func_cu1\0" /* DW_AT_name */
72 .ascii "int\0" /* DW_AT_name */
115 .ascii "file1.txt\0"
149 .ascii "ZLIB"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.s 51 .ascii "file1.txt\0" /* DW_AT_name */
52 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
60 .ascii "func_cu1\0" /* DW_AT_name */
69 .ascii "int\0" /* DW_AT_name */
112 .ascii "file1.txt\0"
ehopt0.s 13 .ascii "z\0"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.s 51 .ascii "file1.txt\0" /* DW_AT_name */
52 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
60 .ascii "func_cu1\0" /* DW_AT_name */
69 .ascii "int\0" /* DW_AT_name */
170 .ascii "file1.txt\0"
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
string.cpp 10 wstring __ASCIIToWide(const char *ascii) {
11 size_t size = strlen(ascii);
13 mbstowcs(buff, ascii, size);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
string.cpp 10 wstring __ASCIIToWide(const char *ascii) {
11 size_t size = strlen(ascii);
13 mbstowcs(buff, ascii, size);
  /external/ltp/testcases/network/
Makefile 33 INSTALL_TARGETS := $(addprefix $(DIR)/ascii.,sm med lg jmb)
  /external/syslinux/diag/mbr/
handoff.S 63 .ascii \s
168 .ascii "DL: \0"
172 .ascii " DS: \0"
179 .ascii " SI: \0"
192 .ascii "ES: \0"
198 .ascii " DI: \0"
217 .ascii " =$PnP\0"
243 .ascii "$PnP-\0"
258 .ascii "INT 1Eh: \0"
302 .ascii "\r\n\0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapmisc.s 7 .ascii "abcd"

Completed in 2356 milliseconds

1 23 4 5 6 7 8 91011>>