Lines Matching refs:bytesread
402 uint32_t chunk_size = 0, FORMsize, SSNDsize, bytesread, mark_count = 0 ;
792 bytesread = psf_binheader_readf (psf, "E2", &n) ;
805 psf_binheader_readf (psf, "j", chunk_size - bytesread) ;
816 for (n = 0 ; n < mark_count && bytesread < chunk_size ; n++)
820 bytesread += psf_binheader_readf (psf, "E241", &mark_id, &position, &ch) ;
833 { bytesread += psf_binheader_readf (psf, "b", ubuf.scbuf, pstr_len) ;
838 bytesread += psf_binheader_readf (psf, "bj", ubuf.scbuf, read_len, pstr_len - read_len) ;
857 psf_binheader_readf (psf, "j", chunk_size - bytesread) ;
1760 unsigned channel_bitmap, channel_decriptions, bytesread ;
1763 bytesread = psf_binheader_readf (psf, "444", &layout_tag, &channel_bitmap, &channel_decriptions) ;
1772 if (bytesread < dword)
1773 psf_binheader_readf (psf, "j", dword - bytesread) ;