Lines Matching refs:length
43 s32 length; in RsoLoad() local
51 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
52 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
53 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
71 s32 length; in RsoLoadMem2() local
79 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
80 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
81 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
99 s32 length; in StaticRsoLoad() local
106 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
107 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
108 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()