Lines Matching defs:length

84 	int error, marker, length, glob_offset, slce_count, frames ;
91 psf_binheader_readf (psf, "Epm4", 0, &marker, &length) ;
94 { psf_log_printf (psf, "length : %d\n", length) ;
98 if (length != psf->filelength - 8)
99 psf_log_printf (psf, "%M : %d (should be %d)\n", marker, length, psf->filelength - 8) ;
101 psf_log_printf (psf, "%M : %d\n", marker, length) ;
118 /* Get name length */
119 length = 0 ;
120 psf_binheader_readf (psf, "1", &length) ;
121 if (length >= SIGNED_SIZEOF (ubuf.cbuf))
127 psf_binheader_readf (psf, "b", ubuf.cbuf, length) ;
147 psf_binheader_readf (psf, "E4", &length) ;
148 psf_log_printf (psf, " %M : %d\n", marker, length) ;
149 psf_binheader_readf (psf, "j", length) ;
153 psf_binheader_readf (psf, "E4", &length) ;
154 psf_log_printf (psf, " %M : %d\n", marker, length) ;
155 psf_binheader_readf (psf, "j", (length+1) & 0xFFFFFFFE) ; /* ?????? */
159 psf_binheader_readf (psf, "E4", &length) ;
160 psf_log_printf (psf, " %M : %d\n", marker, length) ;
161 /*-psf_binheader_readf (psf, "j", length) ;-*/
165 psf_binheader_readf (psf, "mE4", &marker, &length) ;
166 psf_log_printf (psf, " DEVL%M : %d\n", marker, length) ;
167 if (length & 1)
168 length ++ ;
169 psf_binheader_readf (psf, "j", length) ;
174 psf_binheader_readf (psf, "E4", &length) ;
175 psf_log_printf (psf, " %M : %d\n", marker, length) ;
176 /* This is weird!!!! why make this (length - 1) */
177 if (length & 1)
178 length ++ ;
179 psf_binheader_readf (psf, "j", length) ;
211 psf_binheader_readf (psf, "E4", &length) ;
212 psf_log_printf (psf, " %M : %d\n", marker, length) ;
223 psf_binheader_readf (psf, "E4", &length) ;
224 psf_log_printf (psf, " ??????????? : %d\n", length) ;
226 psf_binheader_readf (psf, "E4", &length) ;
227 psf_log_printf (psf, " ??????????? : %d\n", length) ;
231 psf_binheader_readf (psf, "E4", &length) ;
233 sdat_length = length ;
238 if (psf->dataoffset + length != psf->filelength)
239 psf_log_printf (psf, " %M : %d (should be %d)\n", marker, length, psf->dataoffset + psf->filelength) ;
241 psf_log_printf (psf, " %M : %d\n", marker, length) ;
258 printf ("SDAT length : %d\n", sdat_length) ;
309 { /* Now we know for certain the length of the file we can re-write