Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/audio/common/
H A Dlibaudio.h332 #define putbe16(x,v) (x) = (v) macro
344 #define putbe16(x,v) (x) = bswap16(v) macro