Home
last modified time | relevance | path

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

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