Searched refs:sample_ct (Results 1 – 1 of 1) sorted by relevance
1876 s32 sample_ct, copy_ct ; in KPADRead() local1928 sample_ct = idx_now - idx_old ; in KPADRead()1929 if ( sample_ct == 0 ) { in KPADRead()1931 } else if ( sample_ct < 0 ) { in KPADRead()1932 sample_ct += KPAD_RING_BUFS ; in KPADRead()1936 if ( sample_ct < length ) { in KPADRead()1937 copy_ct = sample_ct ; in KPADRead()1965 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()1969 } while ( ++ kp->work_ct < sample_ct ) ; in KPADRead()1985 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()[all …]