Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c1764 s32 sample_ct, copy_ct ; in KPADRead() local
1822 copy_ct = sample_ct ; in KPADRead()
1824 copy_ct = (s32)length ; in KPADRead()
1830 sp = &samplingBufs[ copy_ct ] ; // Continue saving with old data at the rear in KPADRead()
1847 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()
1867 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()
1887 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()
1908 idx = copy_ct ; in KPADRead()
1922 return ( copy_ct ) ; in KPADRead()