Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc69 unsigned int ncpy; in alloc() local
149 ncpy = (cnt < size) ? (unsigned int)cnt : in alloc()
154 getid(), ncpy)); in alloc()
155 (void) memcpy(bufaddr, tmpbuf, ncpy); in alloc()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c753 size_t ncpy = num_ent - (start_ndx + cnt); in elfedit_array_elts_delete() local
756 data + (start_ndx * entsize), ncpy * entsize); in elfedit_array_elts_delete()
757 if (ncpy == 1) { in elfedit_array_elts_delete()
765 EC_WORD(start_ndx + cnt + ncpy - 1), in elfedit_array_elts_delete()
767 EC_WORD(start_ndx + ncpy - 1)); in elfedit_array_elts_delete()