Searched refs:unit1 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Denviron.c449 mark_range (int unit1, int unit2) argument
453 unit_count += abs (unit2 - unit1) + 1;
456 if (unit2 < unit1)
457 for (i=unit2; i<=unit1; i++)
460 for (i=unit1; i<=unit2; i++)
474 int unit1; local
596 unit1 = unit_num;
606 mark_range (unit1, unit_num);
617 mark_single (unit1);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Denviron.c471 mark_range (int unit1, int unit2) argument
475 unit_count += abs (unit2 - unit1) + 1;
478 if (unit2 < unit1)
479 for (i=unit2; i<=unit1; i++)
482 for (i=unit1; i<=unit2; i++)
496 int unit1; local
643 unit1 = unit_num;
653 mark_range (unit1, unit_num);
664 mark_single (unit1);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c4175 is_same_data_unit (enum metag_unit unit1, enum metag_unit unit2) argument
4177 if (unit1 == unit2)
4180 switch (unit1)
4894 units_need_o2r (enum metag_unit unit1, enum metag_unit unit2) argument
4896 if (unit1 == unit2)
4899 if (unit1 == UNIT_D0 || unit1 == UNIT_ACC_D0 || unit1 == UNIT_RAM_D0)
4916 if (unit1 == UNIT_D1 || unit1
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c4173 is_same_data_unit (enum metag_unit unit1, enum metag_unit unit2) argument
4175 if (unit1 == unit2)
4178 switch (unit1)
4892 units_need_o2r (enum metag_unit unit1, enum metag_unit unit2) argument
4894 if (unit1 == unit2)
4897 if (unit1 == UNIT_D0 || unit1 == UNIT_ACC_D0 || unit1 == UNIT_RAM_D0)
4914 if (unit1 == UNIT_D1 || unit1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c4175 is_same_data_unit (enum metag_unit unit1, enum metag_unit unit2) argument
4177 if (unit1 == unit2)
4180 switch (unit1)
4894 units_need_o2r (enum metag_unit unit1, enum metag_unit unit2) argument
4896 if (unit1 == unit2)
4899 if (unit1 == UNIT_D0 || unit1 == UNIT_ACC_D0 || unit1 == UNIT_RAM_D0)
4916 if (unit1 == UNIT_D1 || unit1
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dfrv-opc.c393 /* Return TRUE if unit1 is a match for unit2.
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
401 unit1 = vliw->unit_mapping[unit1];
403 if (unit1 == unit2)
405 if (unit1 < unit2)
408 switch (unit1)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
397 match_unit(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2) argument
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dfrv-opc.c393 /* Return TRUE if unit1 is a match for unit2.
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
401 unit1 = vliw->unit_mapping[unit1];
403 if (unit1 == unit2)
405 if (unit1 < unit2)
408 switch (unit1)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
397 match_unit(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2) argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dfrv-opc.c393 /* Return TRUE if unit1 is a match for unit2.
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
401 unit1 = vliw->unit_mapping[unit1];
403 if (unit1 == unit2)
405 if (unit1 < unit2)
408 switch (unit1)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
397 match_unit(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2) argument
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dfrv-opc.c393 /* Return TRUE if unit1 is a match for unit2.
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
401 unit1 = vliw->unit_mapping[unit1];
403 if (unit1 == unit2)
405 if (unit1 < unit2)
408 switch (unit1)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
397 match_unit(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c8602 units_cmp (const void *unit1, const void *unit2)
8604 const_unit_decl_t const u1 = *(const_unit_decl_t const*) unit1;
8574 units_cmp(const void *unit1, const void *unit2) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc8602 units_cmp (const void *unit1, const void *unit2)
8604 const_unit_decl_t const u1 = *(const_unit_decl_t const*) unit1;

Completed in 622 milliseconds