HomeSort by: relevance | last modified time | path
    Searched defs:putbe16 (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/audio/common/
libaudio.h 332 #define putbe16(x,v) (x) = (v) macro
344 #define putbe16(x,v) (x) = bswap16(v) macro

Completed in 17 milliseconds