| /src/external/bsd/tmux/dist/ |
| grid.c | 1160 struct grid_line *dstl, *srcl; local 1171 dstl = &dst->linedata[dy]; 1173 memcpy(dstl, srcl, sizeof *dstl); 1175 dstl->celldata = xreallocarray(NULL, 1176 srcl->cellsize, sizeof *dstl->celldata); 1177 memcpy(dstl->celldata, srcl->celldata, 1178 srcl->cellsize * sizeof *dstl->celldata); 1180 dstl->celldata = NULL; 1182 dstl->extdsize = srcl->extdsize [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-isoclns.c | 1253 u_int dstl, snpal, netal; local 1260 dstl = GET_U_1(pptr); 1263 ND_TCHECK_LEN(pptr, dstl); 1264 if (li < dstl) { 1269 pptr += dstl; 1270 li -= dstl; 1271 ND_PRINT("\n\t %s", GET_ISONSAP_STRING(dst, dstl));
|
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha.cc | 3516 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; 3522 dstl = gen_lowpart (QImode, src); 3528 dstl = dsth = const0_rtx; 3533 emit_move_insn (meml, dstl); 3538 dstl = gen_reg_rtx (DImode); 3565 emit_move_insn (dstl, meml); 3595 emit_insn (gen_mskwl (dstl, dstl, addr)); 3598 emit_insn (gen_mskll (dstl, dstl, addr)) 3507 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 3515 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; 3521 dstl = gen_lowpart (QImode, src); 3527 dstl = dsth = const0_rtx; 3532 emit_move_insn (meml, dstl); 3537 dstl = gen_reg_rtx (DImode); 3564 emit_move_insn (dstl, meml); 3594 emit_insn (gen_mskwl (dstl, dstl, addr)); 3597 emit_insn (gen_mskll (dstl, dstl, addr)) 3506 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local [all...] |