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

  /src/usr.bin/audio/common/
libaudio.h 333 #define putbe32(x,v) (x) = (v) macro
345 #define putbe32(x,v) (x) = bswap32(v) macro

Completed in 12 milliseconds