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

  /src/external/gpl3/gdb.old/dist/sim/m32c/
srcdest.c 99 static const char *the_bits = 0; variable
138 if (!the_bits)
139 the_bits = bits (destcode, 4);
140 printf ("decode: %s (%d) : %s\n", the_bits, destcode, n);
141 the_bits = 0;
221 if (!the_bits)
222 the_bits = bits (destcode, 4);
223 printf ("decode: %s : %s\n", the_bits, n);
224 the_bits = 0;
290 the_bits = bits (destcode, 3)
645 const char *the_bits = bits (destcode, 4); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/m32c/
srcdest.c 99 static const char *the_bits = 0; variable
138 if (!the_bits)
139 the_bits = bits (destcode, 4);
140 printf ("decode: %s (%d) : %s\n", the_bits, destcode, n);
141 the_bits = 0;
221 if (!the_bits)
222 the_bits = bits (destcode, 4);
223 printf ("decode: %s : %s\n", the_bits, n);
224 the_bits = 0;
290 the_bits = bits (destcode, 3)
645 const char *the_bits = bits (destcode, 4); local
    [all...]

Completed in 14 milliseconds