Lines Matching refs:length
44 s32 length; in RsoLoad() local
52 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
53 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
72 s32 length; in RsoLoadMem2() local
80 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
81 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
100 s32 length; in StaticRsoLoad() local
107 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
108 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
109 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()