Searched refs:buffer3 (Results 1 – 2 of 2) sorted by relevance
57 u8* buffer3; // pointer to the buffer in main() local112 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()140 rv = CNTRead(&fileInfo3, (void*)buffer3, (u32)OSRoundUp32B(fileSize3)); in main()184 ptr3 = buffer3; in main()194 MEMFreeToAllocator(&DemoAllocator1, buffer3); in main()
59 u8* buffer3; // pointer to the buffer in main() local113 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()141 rv = CNTRead(&fileInfo3, (void*)buffer3, (u32)OSRoundUp32B(fileSize3)); in main()185 ptr3 = buffer3; in main()195 MEMFreeToAllocator(&DemoAllocator1, buffer3); in main()