Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c959 unsigned short *shortptr ; in psf_binheader_readf() local
1013 shortptr = va_arg (argptr, unsigned short*) ; in psf_binheader_readf()
1014 *shortptr = 0 ; in psf_binheader_readf()
1015 ucptr = (unsigned char*) shortptr ; in psf_binheader_readf()
1018 *shortptr = GET_BE_SHORT (ucptr) ; in psf_binheader_readf()
1020 *shortptr = GET_LE_SHORT (ucptr) ; in psf_binheader_readf()