Lines Matching refs:cbuf
132 memset (ubuf.cbuf, 0, sizeof (ubuf.cbuf)) ; in txw_read_header()
133 psf_binheader_readf (psf, "pb", 0, ubuf.cbuf, 16) ; in txw_read_header()
135 if (memcmp (ubuf.cbuf, "LM8953\0\0\0\0\0\0\0\0\0\0", 16) != 0) in txw_read_header()
245 bufferlen = sizeof (ubuf.cbuf) / 3 ; in txw_read_s()
249 count = psf_fread (ubuf.cbuf, 3, readcount, psf) ; in txw_read_s()
275 bufferlen = sizeof (ubuf.cbuf) / 3 ; in txw_read_i()
279 count = psf_fread (ubuf.cbuf, 3, readcount, psf) ; in txw_read_i()
311 bufferlen = sizeof (ubuf.cbuf) / 3 ; in txw_read_f()
315 count = psf_fread (ubuf.cbuf, 3, readcount, psf) ; in txw_read_f()
347 bufferlen = sizeof (ubuf.cbuf) / 3 ; in txw_read_d()
351 count = psf_fread (ubuf.cbuf, 3, readcount, psf) ; in txw_read_d()