Home
last modified time | relevance | path

Searched refs:BHWh (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/src/
Dw64.c461 …psf_binheader_writef (psf, "eh8hh", BHWh (riff_MARKER16), BHW8 (psf->filelength), BHWh (wave_MARKE… in w64_write_header()
614 …psf_binheader_writef (psf, "eh88", BHWh (fact_MARKER16), BHW8 ((sf_count_t) (16 + 8 + 8)), BHW8 (p… in w64_write_header()
616 psf_binheader_writef (psf, "eh8", BHWh (data_MARKER16), BHW8 (psf->datalength + 24)) ; in w64_write_header()
Dcommon.h152 #define BHWh(x) ((void *) (x)) macro