Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcanon_pp.c1144 short *shortptr; in sane_read() local
1314 shortptr = ((short *)lbuf + i); in sane_read()
1317 if (i % 3 == 0) shortptr += 2; in sane_read()
1318 if (i % 3 == 2) shortptr -= 2; in sane_read()
1320 *shortptr = MAKE_SHORT( in sane_read()
/third_party/libsnd/src/
H A 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()

Completed in 6 milliseconds