Searched refs:outsz (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Decofflink.c984 bfd_size_type outsz, insz;
992 outsz = external_pdr_size;
997 sz = fdr.cpd * outsz;
1007 for (; in < end; in += insz, out += outsz)
1016 outsz = external_opt_size;
1021 sz = fdr.copt * outsz;
1031 for (; in < end; in += insz, out += outsz)
981 bfd_size_type outsz, insz; local
/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c2550 size_t outsz; local
2566 outsz = sizeof(uint64_t);
2574 outsz = sizeof(uint64_t);
2581 outsz = sizeof(uint32_t);
2588 outsz = sizeof(uint16_t);
2595 outsz = sizeof(uint8_t);
2605 outp = ((char *)be) + sizeof(umv) - outsz;
2607 error = SYSCTL_OUT(req, outp, outsz);

Completed in 183 milliseconds