Lines Matching refs:length
63 s32 length; in RsoLoad() local
71 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
72 module = OSAllocFromArenaLo((u32) length, 32); in RsoLoad()
73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
91 s32 length; in RsoLoadMem2() local
99 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
100 module = OSAllocFromMEM2ArenaLo((u32) length, 32); in RsoLoadMem2()
101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
119 s32 length; in StaticRsoLoad() local
126 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
127 module = OSAllocFromArenaLo((u32) length, 32); in StaticRsoLoad()
128 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()