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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg723.c764 short *linear_ptr; local
782 linear_ptr = (short *)out_buf;
835 *linear_ptr++ = ((sr <= -0x2000) ? -0x8000 :
856 *out_size = linear_ptr - (short *)out_buf;

Completed in 58 milliseconds