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

  /src/external/gpl3/binutils/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
h8300-dis.c 180 fprintf_ftype outfn = info->fprintf_func; local
183 outfn (stream, "#0x%x", (unsigned) cst);
185 outfn (stream, "#0x%x", (unsigned) cst);
187 outfn (stream, "#%d", (unsigned) cst);
189 outfn (stream, "#2");
191 outfn (stream, "#4");
193 outfn (stream, "#8");
195 outfn (stream, "#16");
201 outfn (stream, "%s", regnames[rn]);
205 outfn (stream, "%s", wregnames[rn])
327 fprintf_ftype outfn = info->fprintf_func; local
    [all...]
  /src/external/gpl2/xcvs/dist/src/
buffer.c 1290 /* The input translation function. Exactly one of inpfn and outfn
1303 int (*outfn) (void *fnclosure, const char *input, char *output, member in struct:packetizing_buffer
1340 int (*outfn) (void *, const char *, char *,
1352 pb->outfn = outfn;
1644 status = (*pb->outfn) (pb->fnclosure, inbuf, outbuf + 2, size,

Completed in 53 milliseconds