Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c864 header_read (SF_PRIVATE *psf, void *ptr, int bytes) in header_read() function
1017 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf()
1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; in psf_binheader_readf()
1037 byte_count += header_read (psf, charptr, sizeof (char)) ; in psf_binheader_readf()
1044 byte_count += header_read (psf, ucptr, sizeof (short)) ; in psf_binheader_readf()
1054 byte_count += header_read (psf, sixteen_bytes, 3) ; in psf_binheader_readf()
1065 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf()
1075 byte_count += header_read (psf, sixteen_bytes, 8) ; in psf_binheader_readf()
1086 byte_count += header_read (psf, floatptr, sizeof (float)) ; in psf_binheader_readf()
1096 byte_count += header_read (psf, doubleptr, sizeof (double)) ; in psf_binheader_readf()
[all …]