Lines Matching refs:copy_ct
1740 u32 copy_ct ; in KPADRead() local
1790 copy_ct = length ; in KPADRead()
1792 copy_ct = bufCount ; in KPADRead()
1795 return_ct = copy_ct ; in KPADRead()
1797 tp += copy_ct ; // Start saving old items, beginning at the end in KPADRead()
1799 idx = (s32)( kp->bufIdx - copy_ct ) ; in KPADRead()
1805 while ( --copy_ct ) { in KPADRead()
1853 copy_ct = return_ct ; in KPADRead()
1856 tp = (KPADTmpStatus *)samplingBufs + copy_ct ; in KPADRead()
1860 uwp = ( copy_ct > 1 ) ? &tp->w : &uwStatus ; in KPADRead()
1882 } while ( --copy_ct ) ; in KPADRead()
1903 copy_ct = return_ct ; in KPADRead()
1904 tp = (KPADTmpStatus *)samplingBufs + copy_ct ; in KPADRead()
1909 uwp = ( copy_ct > 1 ) ? &tp->w : &uwStatus ; in KPADRead()
1938 } while ( --copy_ct ) ; in KPADRead()