Home
last modified time | relevance | path

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

/titanic_44/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
82 #define ENCODE_SHORT(from, to) DECODE_SHORT((from), (to))