Lines Matching refs:length
175 u32 length; in readConvertBmp() local
185 length = DVDGetLength(&finfo); in readConvertBmp()
187 OSReport("F %9d %s\n", length, fileName); in readConvertBmp()
189 if( NULL == (buf = OSAlloc(OSRoundUp32B(length))) ) in readConvertBmp()
195 if (OSRoundUp32B(length) != in readConvertBmp()
196 DVDRead(&finfo, buf, (s32)OSRoundUp32B(length), 0)) in readConvertBmp()
316 u32 length; in idle() local
326 length = DVDGetLength(&finfo); in idle()
328 OSReport("F %9d %s\n", length, dirent.name); in idle()
331 height = length / (640*2); in idle()
333 if (OSRoundUp32B(length) != in idle()
334 DVDRead(&finfo, ip->image, (s32)OSRoundUp32B(length), 0)) in idle()