Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 1 of 1) sorted by relevance

/RvlHBMSdk-4.4/build/demos/hbmdemo/rsodemo/src/
Drsodemo.cpp408 void *hi = OSGetMEM1ArenaHi(); in init_memory1() local
410 sMemHandle1 = MEMCreateExpHeap(lo,(u32)(hi) - (u32)(lo)); in init_memory1()
417 OSSetMEM1ArenaLo(hi); in init_memory1()
425 void *hi = OSGetMEM2ArenaHi(); in init_memory2() local
426 sMemHandle2 = MEMCreateExpHeap(lo, reinterpret_cast<u32>(hi) - reinterpret_cast<u32>(lo)); in init_memory2()
433 OSSetMEM2ArenaLo(hi); in init_memory2()