Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/audio/common/
H A Dlibaudio.h331 #define putle32(x,v) (x) = bswap32(v) macro
343 #define putle32(x,v) (x) = (v) macro