Searched refs:sc_form_2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h146 static const unsigned int sc_form_2[] = { variable
273 #define N_SC_FORM2 (sizeof (sc_form_2) / sizeof (unsigned int))
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1);
464 sc[i] = sc_form_2[code - (N_SC_FORM0 + N_SC_FORM1)]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h146 static const unsigned int sc_form_2[] = { variable
273 #define N_SC_FORM2 (sizeof (sc_form_2) / sizeof (unsigned int))
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1);
464 sc[i] = sc_form_2[code - (N_SC_FORM0 + N_SC_FORM1)]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h146 static const unsigned int sc_form_2[] = { variable
273 #define N_SC_FORM2 (sizeof (sc_form_2) / sizeof (unsigned int))
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1);
464 sc[i] = sc_form_2[code - (N_SC_FORM0 + N_SC_FORM1)]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h146 static const unsigned int sc_form_2[] = { variable
273 #define N_SC_FORM2 (sizeof (sc_form_2) / sizeof (unsigned int))
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1);
464 sc[i] = sc_form_2[code - (N_SC_FORM0 + N_SC_FORM1)]

Completed in 92 milliseconds