Lines Matching refs:length
178 u32 length; in readConvertBmp() local
188 length = DVDGetLength(&finfo); in readConvertBmp()
190 OSReport("F %9d %s\n", length, fileName); in readConvertBmp()
192 if( NULL == (buf = OSAlloc(OSRoundUp32B(length))) ) in readConvertBmp()
198 if (OSRoundUp32B(length) != in readConvertBmp()
199 DVDRead(&finfo, buf, (s32)OSRoundUp32B(length), 0)) in readConvertBmp()
319 u32 length; in idle() local
329 length = DVDGetLength(&finfo); in idle()
331 OSReport("F %9d %s\n", length, dirent.name); in idle()
334 height = length / (640*2); in idle()
336 if (OSRoundUp32B(length) != in idle()
337 DVDRead(&finfo, ip->image, (s32)OSRoundUp32B(length), 0)) in idle()