Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c1740 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()
[all …]
/RvlSDK-3.1.4/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()