Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c850 header_read (SF_PRIVATE *psf, void *ptr, int bytes) in header_read() function
989 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf()
997 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; in psf_binheader_readf()
1009 byte_count += header_read (psf, charptr, sizeof (char)) ; in psf_binheader_readf()
1016 byte_count += header_read (psf, ucptr, sizeof (short)) ; in psf_binheader_readf()
1026 byte_count += header_read (psf, sixteen_bytes, 3) ; in psf_binheader_readf()
1037 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf()
1047 byte_count += header_read (psf, sixteen_bytes, 8) ; in psf_binheader_readf()
1058 byte_count += header_read (psf, floatptr, sizeof (float)) ; in psf_binheader_readf()
1068 byte_count += header_read (psf, doubleptr, sizeof (double)) ; in psf_binheader_readf()
[all …]