Lines Matching refs:length
64 s32 length; in RsoLoad() local
72 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
73 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
74 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
92 s32 length; in RsoLoadMem2() local
100 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
101 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
103 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
121 s32 length; in StaticRsoLoad() local
128 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
129 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
130 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()