Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h57 void short2long(short *&, long *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc129 short2long(short *&F, long *&T) { *T++ = ((long)*F++) << 16; } in short2long() function in AudioTypePcm