Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c987 unsigned short *shortptr ; in psf_binheader_readf() local
1041 shortptr = va_arg (argptr, unsigned short*) ; in psf_binheader_readf()
1042 *shortptr = 0 ; in psf_binheader_readf()
1043 ucptr = (unsigned char*) shortptr ; in psf_binheader_readf()
1046 *shortptr = GET_BE_SHORT (ucptr) ; in psf_binheader_readf()
1048 *shortptr = GET_LE_SHORT (ucptr) ; in psf_binheader_readf()