HomeSort by: relevance | last modified time | path
    Searched refs:putle32 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/audio/common/
libaudio.h 331 #define putle32(x,v) (x) = bswap32(v) macro
343 #define putle32(x,v) (x) = (v) macro
wav.c 452 putle32(_f, (x)); \

Completed in 12 milliseconds