HomeSort by: relevance | last modified time | path
    Searched refs:unit2 (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
environ.c 471 mark_range (int unit1, int unit2)
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++)
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
environ.c 471 mark_range (int unit1, int unit2)
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++)
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 4170 /* Return TRUE if UNIT1 and UNIT2 are equivalent units. */
4172 is_same_data_unit (enum metag_unit unit1, enum metag_unit unit2)
4174 if (unit1 == unit2)
4180 if (unit2 == UNIT_ACC_D0 || unit2 == UNIT_RAM_D0)
4184 if (unit2 == UNIT_ACC_D1 || unit2 == UNIT_RAM_D1)
4188 if (unit2 == UNIT_D0 || unit2 == UNIT_RAM_D0)
4192 if (unit2 == UNIT_D1 || unit2 == UNIT_RAM_D1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 4170 /* Return TRUE if UNIT1 and UNIT2 are equivalent units. */
4172 is_same_data_unit (enum metag_unit unit1, enum metag_unit unit2)
4174 if (unit1 == unit2)
4180 if (unit2 == UNIT_ACC_D0 || unit2 == UNIT_RAM_D0)
4184 if (unit2 == UNIT_ACC_D1 || unit2 == UNIT_RAM_D1)
4188 if (unit2 == UNIT_D0 || unit2 == UNIT_RAM_D0)
4192 if (unit2 == UNIT_D1 || unit2 == UNIT_RAM_D1
    [all...]
  /src/external/gpl3/binutils/dist/cpu/
frv.opc 441 /* Return TRUE if unit1 is a match for unit2.
442 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
446 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
451 if (unit1 == unit2)
453 if (unit1 < unit2)
463 if (unit1 - unit2 <= 2)
470 if (unit1 - unit2 <= 5)
  /src/external/gpl3/binutils.old/dist/cpu/
frv.opc 441 /* Return TRUE if unit1 is a match for unit2.
442 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
446 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
451 if (unit1 == unit2)
453 if (unit1 < unit2)
463 if (unit1 - unit2 <= 2)
470 if (unit1 - unit2 <= 5)
  /src/external/gpl3/gdb/dist/cpu/
frv.opc 441 /* Return TRUE if unit1 is a match for unit2.
442 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
446 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
451 if (unit1 == unit2)
453 if (unit1 < unit2)
463 if (unit1 - unit2 <= 2)
470 if (unit1 - unit2 <= 5)
  /src/external/gpl3/gdb.old/dist/cpu/
frv.opc 441 /* Return TRUE if unit1 is a match for unit2.
442 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
446 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
451 if (unit1 == unit2)
453 if (unit1 < unit2)
463 if (unit1 - unit2 <= 2)
470 if (unit1 - unit2 <= 5)
  /src/sys/rump/net/lib/libshmif/
if_shmem.c 379 vmem_addr_t unit2; local
389 VM_SLEEP | VM_INSTANTFIT, &unit2);
390 KASSERT(rc == 0 && unit2-1 == unit);
  /src/etc/
MAKEDEV.tmpl 2175 unit2=$((unit + 128))
2178 mkdev dri/renderD${unit2} c %drm_chr% ${unit2} 660
  /src/external/gpl3/binutils/dist/opcodes/
frv-opc.c 393 /* Return TRUE if unit1 is a match for unit2.
394 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
403 if (unit1 == unit2)
405 if (unit1 < unit2)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
  /src/external/gpl3/binutils.old/dist/opcodes/
frv-opc.c 393 /* Return TRUE if unit1 is a match for unit2.
394 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
403 if (unit1 == unit2)
405 if (unit1 < unit2)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
  /src/external/gpl3/gdb.old/dist/opcodes/
frv-opc.c 393 /* Return TRUE if unit1 is a match for unit2.
394 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
403 if (unit1 == unit2)
405 if (unit1 < unit2)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
  /src/external/gpl3/gdb/dist/opcodes/
frv-opc.c 393 /* Return TRUE if unit1 is a match for unit2.
394 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the
398 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
403 if (unit1 == unit2)
405 if (unit1 < unit2)
415 if (unit1 - unit2 <= 2)
422 if (unit1 - unit2 <= 5)
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 8600 units_cmp (const void *unit1, const void *unit2)
8603 const_unit_decl_t const u2 = *(const_unit_decl_t const*) unit2;
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 8603 units_cmp (const void *unit1, const void *unit2)
8606 const_unit_decl_t const u2 = *(const_unit_decl_t const*) unit2;

Completed in 143 milliseconds