Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Darchdep.h49 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) macro
58 #define DECODE_LONG(from, to) \ macro
64 #define DECODE_FLOAT(from, to) DECODE_LONG((to), (from))
81 #define ENCODE_LONG(from, to) DECODE_LONG((from), (to))