Home
last modified time | relevance | path

Searched refs:unit1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.opc384 /* Return 1 if unit1 is a match for unit2.
389 CGEN_ATTR_VALUE_TYPE unit1, CGEN_ATTR_VALUE_TYPE unit2)
392 unit1 = vliw->unit_mapping[unit1];
394 if (unit1 == unit2)
396 if (unit1 < unit2)
399 switch (unit1)
406 if (unit1 - unit2 <= 2)
413 if (unit1 - unit2 <= 5)
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dfrv.opc433 /* Return TRUE if unit1 is a match for unit2.
438 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2)
441 unit1 = vliw->unit_mapping[unit1];
443 if (unit1 == unit2)
445 if (unit1 < unit2)
448 switch (unit1)
455 if (unit1 - unit2 <= 2)
462 if (unit1 - unit2 <= 5)
/openbsd/src/sbin/disklabel/
Deditor.c1977 char *p, *unit1 = NULL, *unit2 = NULL; in parse_sizerange() local
1991 if (parse_sizespec(buf, &val1, &unit1) == -1) in parse_sizerange()
2000 if (unit1 == NULL && (unit1 = unit2) == NULL) in parse_sizerange()
2002 if (apply_unit(val1, unit1[0], min) == -1) in parse_sizerange()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dfrv-opc.c393 CGEN_ATTR_VALUE_ENUM_TYPE unit1, CGEN_ATTR_VALUE_ENUM_TYPE unit2) in match_unit() argument
396 unit1 = vliw->unit_mapping[unit1]; in match_unit()
398 if (unit1 == unit2) in match_unit()
400 if (unit1 < unit2) in match_unit()
403 switch (unit1) in match_unit()
410 if (unit1 - unit2 <= 2) in match_unit()
417 if (unit1 - unit2 <= 5) in match_unit()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dfrv-opc.c343 CGEN_ATTR_VALUE_TYPE unit1, CGEN_ATTR_VALUE_TYPE unit2) in match_unit() argument
346 unit1 = vliw->unit_mapping[unit1]; in match_unit()
348 if (unit1 == unit2) in match_unit()
350 if (unit1 < unit2) in match_unit()
353 switch (unit1) in match_unit()
360 if (unit1 - unit2 <= 2) in match_unit()
367 if (unit1 - unit2 <= 5) in match_unit()
/openbsd/src/usr.bin/sndiod/
Ddev.c2238 char *str1, int unit1, int maxval, int val) in ctl_new() argument
2268 c->node1.unit = unit1; in ctl_new()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgenautomata.c8639 units_cmp (unit1, unit2) in units_cmp() argument
8640 const void *unit1, *unit2; in units_cmp()
8642 const unit_decl_t u1 = *(unit_decl_t *) unit1;
/openbsd/src/gnu/gcc/gcc/
Dgenautomata.c8291 units_cmp (const void *unit1, const void *unit2) in units_cmp() argument
8293 const unit_decl_t u1 = *(unit_decl_t *) unit1; in units_cmp()