Home
last modified time | relevance | path

Searched defs:DECODE_SHORT (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/audio/include/
H A Darchdep.h50 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) macro
57 #define DECODE_SHORT(from, to) \ macro