Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c58 psf_bump_header_allocation (SF_PRIVATE * psf, sf_count_t needed) in psf_bump_header_allocation() function
587 if (psf->header.indx + 16 >= psf->header.len && psf_bump_header_allocation (psf, 16)) in psf_binheader_writef()
703 …f_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 … in psf_binheader_writef()
724 …f_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 … in psf_binheader_writef()
744 …if (psf->header.indx + 1 + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf,… in psf_binheader_writef()
757 …if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, siz… in psf_binheader_writef()
768 …if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, siz… in psf_binheader_writef()
789 …if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, siz… in psf_binheader_writef()
799 if ((sf_count_t) size >= psf->header.len && psf_bump_header_allocation (psf, size)) in psf_binheader_writef()
867 if (psf->header.indx + bytes >= psf->header.len && psf_bump_header_allocation (psf, bytes)) in header_read()
[all …]