Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/audio/include/
H A Darchdep.h53 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) macro
68 #define DECODE_DOUBLE(from, to) \ macro
85 #define ENCODE_DOUBLE(from, to) DECODE_DOUBLE((from), (to))