Lines Matching refs:length
113 s32 length; in RsoLoad() local
121 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
122 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
123 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
141 s32 length; in RsoLoadMem2() local
149 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
150 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
151 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
169 s32 length; in StaticRsoLoad() local
176 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
177 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
178 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()