Home
last modified time | relevance | path

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

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