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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc71 unsigned int ncpy; local
151 ncpy = (cnt < size) ? (unsigned int)cnt :
156 getid(), ncpy));
157 (void) memcpy(bufaddr, tmpbuf, ncpy);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c754 size_t ncpy = num_ent - (start_ndx + cnt); local
757 data + (start_ndx * entsize), ncpy * entsize);
758 if (ncpy == 1) {
766 EC_WORD(start_ndx + cnt + ncpy - 1),
768 EC_WORD(start_ndx + ncpy - 1));

Completed in 47 milliseconds