Searched refs:MATCH (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon1543
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1121 state->mode = MATCH;
1122 case MATCH:
1495 (state->mode == MATCH ? state->was - state->length : 0));
/haiku-buildtools/binutils/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon1165
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1122 state->mode = MATCH;
1123 case MATCH:
1511 (state->mode == MATCH ? state->was - state->length : 0));
/haiku-buildtools/gcc/gcc/
H A Dopts.c48 #define MATCH( prefix, string ) \ macro
68 if (MATCH (dfn_lbl, spec))
70 else if (MATCH (dir_lbl, spec))
72 else if (MATCH (ind_lbl, spec))
76 if (MATCH (ord_lbl, spec))
78 else if (MATCH (gen_lbl, spec))
82 if (MATCH (none_lbl, spec))
84 else if (MATCH (any_lbl, spec))
86 else if (MATCH (sys_lbl, spec))
88 else if (MATCH (base_lb
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.c2242 #define MATCH(overlap, given, template) \
2310 if (!MATCH (overlap0, i.types[0], t->operand_types[0]))
2316 if (!MATCH (overlap0, i.types[0], t->operand_types[0])
2317 || !MATCH (overlap1, i.types[1], t->operand_types[1])
2335 if (!MATCH (overlap0, i.types[0], t->operand_types[1])
2336 || !MATCH (overlap1, i.types[1], t->operand_types[0])
2357 if (!MATCH (overlap2, i.types[2], t->operand_types[2])
2238 #define MATCH macro
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c13478 #define MATCH(opcode, insn) ((opcode & insn.mask) == insn.match)
13486 if (MATCH (opcode, insn[indx]))
13507 if (MATCH (opcode, jalr_insn_16_bd32) != 0)
13510 else if (MATCH (opcode, jalr_insn_16_bd16) != 0
13555 if (MATCH (opcode, b_insn_16)
13557 || (MATCH (opcode, jr_insn_16) && reg != JR16_REG (opcode))
13559 || (MATCH (opcode, bz_insn_16) && reg != BZ16_REG (opcode))
13561 || (MATCH (opcode, jalr_insn_16_bd32)
13578 if (MATCH (opcode, j_insn_32)
13580 || MATCH (opcod
13435 #define MATCH macro
[all...]

Completed in 205 milliseconds