Lines Matching defs:indx
204 { int count, total = 0, indx = 0 ;
206 while (indx < len)
208 { memset (&(ptr [indx]), 0, (len - indx) * sizeof (short)) ;
216 count = (len - indx > count) ? count : len - indx ;
218 memcpy (&(ptr [indx]), &(pg72x->samples [pg72x->sample_curr]), count * sizeof (short)) ;
219 indx += count ;
221 total = indx ;
449 { int count, total = 0, indx = 0 ;
451 while (indx < len)
454 if (count > len - indx)
455 count = len - indx ;
457 memcpy (&(pg72x->samples [pg72x->sample_curr]), &(ptr [indx]), count * sizeof (short)) ;
458 indx += count ;
460 total = indx ;