Searched refs:looking_for (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dh8300-dis.c89 op_type looking_for,
96 switch (looking_for & SIZE)
103 if ((looking_for & MODE) == DISP)
148 if ((looking_for & SIZE) == L_16)
370 op_type looking_for = *nib; local
375 opnr = ((looking_for & OP3) == OP3 ? 2
376 : (looking_for & DST) == DST ? 1 : 0);
378 if (looking_for < 16 && looking_for >= 0)
380 if (looking_for !
88 extract_immediate(FILE *stream, op_type looking_for, int thisnib, unsigned char *data, int *cst, int *len, const struct h8_opcode *q) argument
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dh8300-dis.c77 op_type looking_for,
84 switch (looking_for & SIZE)
91 if ((looking_for & MODE) == DISP)
136 if ((looking_for & SIZE) == L_16)
358 op_type looking_for = *nib; local
363 opnr = ((looking_for & OP3) == OP3 ? 2
364 : (looking_for & DST) == DST ? 1 : 0);
366 if (looking_for < 16 && looking_for >= 0)
368 if (looking_for !
76 extract_immediate(FILE *stream, op_type looking_for, int thisnib, unsigned char *data, int *cst, int *len, const struct h8_opcode *q) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dlex.c1005 register int looking_for = 0;
1039 if ((c == '\n' && looking_for == 0)
1042 if (looking_for != 0)
1055 if (looking_for)
1057 if (looking_for == c && !char_escaped)
1058 looking_for = 0; /* Found terminator... stop looking. */
1062 looking_for = c; /* Don't stop buffering until we see another
1004 register int looking_for = 0; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-common.c2840 register int looking_for = 0; local
2874 if (c == '\n' && looking_for == 0)
2886 if (looking_for)
2888 if (looking_for == c && !char_escaped)
2889 looking_for = 0; /* Found terminator... stop looking. */
2893 looking_for = c; /* Don't stop buffering until we see another
2922 register int looking_for = 0; local
2956 if (looking_for == 0
2969 if (looking_for)
2971 if (looking_for
[all...]
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c995 mep_bit_position_p (rtx x, bool looking_for)
1003 return looking_for;
1006 return !looking_for;
992 mep_bit_position_p(rtx x, bool looking_for) argument

Completed in 131 milliseconds