Home
last modified time | relevance | path

Searched refs:size20 (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/
Dwavlike.h294 WAV_FMT_SIZE20 size20 ; member
Dwavlike.c218 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->size20.extrabytes)) ; in wavlike_read_fmt_chunk()
219 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->size20.extrabytes) ; in wavlike_read_fmt_chunk()
445 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->size20.extrabytes)) ; in wavlike_read_fmt_chunk()
446 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->size20.extrabytes) ; in wavlike_read_fmt_chunk()
/third_party/boost/libs/asio/test/
Dbuffer.cpp250 std::size_t size20 = buffer_copy(mutable_buffer_sequence, mbc2); in test() local
251 (void)size20; in test()