HomeSort by: relevance | last modified time | path
    Searched refs:r_str (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
z80-dis.c 61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7])
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
z80-dis.c 61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7])
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
z80-dis.c 61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7])
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
z80-dis.c 61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 2108 char r_str[27]; local
2116 " %26s %*[^\n]\n", &index, &id, r_str);
2122 if (strcmp (lto_resolution_str[j], r_str) == 0)
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 2113 char r_str[27]; local
2120 " %26s %*[^\n]\n", &index, &id, r_str);
2126 if (strcmp (lto_resolution_str[j], r_str) == 0)
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 419 static const char *r_str[2] = { " <- ", " <= " }; local
446 str = r_str[strcmp(p, "syscall") == 0];

Completed in 53 milliseconds