Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox-fmt.c22 #define FIXED_HDR (4 + 8 + 8 + 4 + 4) /* Without magic */ macro
51 headers_bytes < FIXED_HDR + comments_bytes || in startread()
70 lsx_seeki(ft, (off_t)(headers_bytes - FIXED_HDR - comments_bytes), SEEK_CUR); in startread()
87 ||lsx_writedw(ft, FIXED_HDR + (unsigned)comments_bytes) in write_header()
H A Dau.c31 #define FIXED_HDR 24 macro
155 if (hdr_size < FIXED_HDR) { in startread()
159 if (hdr_size < FIXED_HDR + 4) in startread()
179 if (hdr_size > FIXED_HDR) { in startread()
180 size_t info_size = hdr_size - FIXED_HDR; in startread()
209 ||lsx_writedw(ft, FIXED_HDR + (unsigned)info_len) in write_header()
H A Dsf.c34 #define FIXED_HDR 1024 macro
112 if (lsx_skipbytes(ft, FIXED_HDR - (size_t)lsx_tell(ft))) in startread()
121 size_t len = min(FIXED_HDR - 26, strlen(comment)) + 1; /* null-terminated */ in write_header()
132 ||lsx_padbytes(ft, FIXED_HDR - 20 - len); in write_header()