Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1888 s32 copy_ct ; in KPADiRead() local
1958 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 …]
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c1876 s32 sample_ct, copy_ct ; in KPADRead() local
1937 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()