Searched refs:copy_ct (Results 1 – 2 of 2) sorted by relevance
1888 s32 copy_ct ; in KPADiRead() local1958 copy_ct = (s32)bufCount ; in KPADiRead()2006 } while ( --copy_ct > 0 ) ; in KPADiRead()2012 copy_ct = (s32)( bufCount - 1 ) ; in KPADiRead()2014 copy_ct = 1 ; in KPADiRead()2017 return_ct = copy_ct ; in KPADiRead()2019 tp += copy_ct ; in KPADiRead()2021 idx = (s32)( kp->bufIdx - copy_ct - 1 ) ; in KPADiRead()2039 } while ( --copy_ct > 0 ) ; in KPADiRead()2079 copy_ct = return_ct ; in KPADiRead()[all …]
1876 s32 sample_ct, copy_ct ; in KPADRead() local1937 copy_ct = sample_ct ; in KPADRead()1939 copy_ct = (s32)length ; in KPADRead()1945 sp = &samplingBufs[ copy_ct ] ; // Start saving old items, beginning at the end in KPADRead()1965 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()1985 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()2005 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()2029 idx = copy_ct ; in KPADRead()2045 return ( copy_ct ) ; in KPADRead()