Lines Matching refs:readcount
138 int frames, readcount ;
141 readcount = frames ;
145 while (readcount > 0)
146 { readcount = (int) sf_readf_double (rofile, data, frames) ;
147 sf_writef_double (wfile, data, readcount) ;
156 int frames, readcount ;
159 readcount = frames ;
163 while (readcount > 0)
164 { readcount = (int) sf_readf_int (rofile, data, frames) ;
165 sf_writef_int (wfile, data, readcount) ;