Lines Matching refs:length
108 s32 length; in RsoLoad() local
116 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
117 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
136 s32 length; in RsoLoadMem2() local
144 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
145 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
164 s32 length; in StaticRsoLoad() local
171 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
172 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
173 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()