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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h51 void char2short(char *&, short *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc116 char2short(char *&F, short *&T) { *T++ = ((short)*F++) << 8; } function in class:AudioTypePcm

Completed in 44 milliseconds