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

  /src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c 74 int no_ops; variable
81 no_ops = 0;
95 while (no_ops >= max_ops)
120 for (ix = 0; ix < no_ops; ix++)
123 for (k = no_ops; k > ix; k--)
138 no_ops++;
342 for (ix = 0; ix < no_ops; ix++)
356 if (ix < no_ops-1)
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c 74 int no_ops; variable
81 no_ops = 0;
95 while (no_ops >= max_ops)
120 for (ix = 0; ix < no_ops; ix++)
123 for (k = no_ops; k > ix; k--)
138 no_ops++;
342 for (ix = 0; ix < no_ops; ix++)
356 if (ix < no_ops-1)
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c 74 int no_ops; variable
81 no_ops = 0;
95 while (no_ops >= max_ops)
120 for (ix = 0; ix < no_ops; ix++)
123 for (k = no_ops; k > ix; k--)
138 no_ops++;
342 for (ix = 0; ix < no_ops; ix++)
356 if (ix < no_ops-1)
  /src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c 74 int no_ops; variable
81 no_ops = 0;
95 while (no_ops >= max_ops)
120 for (ix = 0; ix < no_ops; ix++)
123 for (k = no_ops; k > ix; k--)
138 no_ops++;
342 for (ix = 0; ix < no_ops; ix++)
356 if (ix < no_ops-1)

Completed in 15 milliseconds