Searched refs:dcopy (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | sem.c | 383 (void) ioctl(OLDSTD = dcopy(0, FOLDSTD), FIOCLEX, NULL); in execute() 384 (void) ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL); in execute() 385 (void) ioctl(SHERR = dcopy(2, FSHERR), FIOCLEX, NULL); in execute() 539 (void)dcopy(SHIN, 0); in doio() 540 (void)dcopy(SHOUT, 1); in doio() 541 (void)dcopy(SHERR, 2); in doio() 576 (void)dcopy(SHOUT, 1); in doio() 577 (void)dcopy(SHERR, 2); in doio()
|
| H A D | exec.c | 385 saveIN = dcopy(SHIN, -1); in execash() 386 saveOUT = dcopy(SHOUT, -1); in execash() 387 saveDIAG = dcopy(SHERR, -1); in execash() 388 saveSTD = dcopy(OLDSTD, -1); in execash() 395 SHIN = dcopy(0, -1); in execash() 396 SHOUT = dcopy(1, -1); in execash() 397 SHERR = dcopy(2, -1); in execash()
|
| H A D | misc.c | 272 j = dcopy(i, j); in dmove() 279 dcopy(int i, int j) in dcopy() function
|
| H A D | func.c | 1405 saveIN = dcopy(SHIN, -1); in doeval() 1406 saveOUT = dcopy(SHOUT, -1); in doeval() 1407 saveERR = dcopy(SHERR, -1); in doeval() 1414 SHIN = dcopy(0, -1); in doeval() 1415 SHOUT = dcopy(1, -1); in doeval() 1416 SHERR = dcopy(2, -1); in doeval()
|
| H A D | csh.c | 580 (void)ioctl(dcopy(f, FSHTTY), FIOCLEX, NULL); in main() 1384 (void)ioctl(SHIN = dcopy(0, FSHIN), FIOCLEX, NULL); in initdesc() 1385 (void)ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL); in initdesc() 1386 (void)ioctl(SHERR = dcopy(2, FSHERR), FIOCLEX, NULL); in initdesc() 1387 (void)ioctl(OLDSTD = dcopy(SHIN, FOLDSTD), FIOCLEX, NULL); in initdesc()
|
| H A D | extern.h | 215 int dcopy(int, int);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 17289 struct expand_vec_perm_d dcopy; in expand_vec_perm_palignr() local 17339 dcopy = *d; in expand_vec_perm_palignr() 17342 dcopy.op0 = d->op1; in expand_vec_perm_palignr() 17343 dcopy.op1 = d->op0; in expand_vec_perm_palignr() 17345 dcopy.perm[i] ^= nelt; in expand_vec_perm_palignr() 17351 unsigned e = dcopy.perm[i]; in expand_vec_perm_palignr() 17360 dcopy.perm[i] = e; in expand_vec_perm_palignr() 17362 dcopy.one_operand_p = true; in expand_vec_perm_palignr() 17372 dcopy.op1 = dcopy.op0; in expand_vec_perm_palignr() 17373 return expand_vec_perm_1 (&dcopy); in expand_vec_perm_palignr() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 19492 struct expand_vec_perm_d dcopy; in expand_vec_perm_palignr() local 19542 dcopy = *d; in expand_vec_perm_palignr() 19545 dcopy.op0 = d->op1; in expand_vec_perm_palignr() 19546 dcopy.op1 = d->op0; in expand_vec_perm_palignr() 19548 dcopy.perm[i] ^= nelt; in expand_vec_perm_palignr() 19554 unsigned e = dcopy.perm[i]; in expand_vec_perm_palignr() 19563 dcopy.perm[i] = e; in expand_vec_perm_palignr() 19565 dcopy.one_operand_p = true; in expand_vec_perm_palignr() 19575 dcopy.op1 = dcopy.op0; in expand_vec_perm_palignr() 19576 return expand_vec_perm_1 (&dcopy); in expand_vec_perm_palignr() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2014 | 1260 set dcopy.target to a new pseudo.
|