Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Darchdep.h51 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) macro
66 #define DECODE_DOUBLE(from, to) \ macro