Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c989 float *floatptr ; in psf_binheader_readf() local
1084 floatptr = va_arg (argptr, float *) ; in psf_binheader_readf()
1085 *floatptr = 0.0 ; in psf_binheader_readf()
1086 byte_count += header_read (psf, floatptr, sizeof (float)) ; in psf_binheader_readf()
1088 *floatptr = float32_be_read ((unsigned char*) floatptr) ; in psf_binheader_readf()
1090 *floatptr = float32_le_read ((unsigned char*) floatptr) ; in psf_binheader_readf()