Searched refs:unit1 (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | frv.opc | 384 /* 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/ |
| H A D | frv.opc | 433 /* 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/ |
| H A D | editor.c | 1977 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/ |
| H A D | frv-opc.c | 393 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/ |
| H A D | frv-opc.c | 343 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/ |
| H A D | dev.c | 2238 char *str1, int unit1, int maxval, int val) in ctlslot_new() 2268 c->node1.unit = unit1; 2485 ctl_new(int scope,void * arg0,void * arg1,int type,char * display,char * gstr,char * str0,int unit0,char * func,char * str1,int unit1,int maxval,int val) ctl_new() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genautomata.c | 8639 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/ |
| H A D | genautomata.c | 8291 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()
|