Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/audio/common/
H A Dlibaudio.h330 #define putle16(x,v) (x) = bswap16(v) macro
342 #define putle16(x,v) (x) = (v) macro