Home
last modified time | relevance | path

Searched defs: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