Searched refs:buffer3 (Results 1 – 2 of 2) sorted by relevance
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()
60 u8* buffer3; // pointer to the buffer in main() local115 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()143 rv = CNTRead(&fileInfo3, (void*)buffer3, (u32)OSRoundUp32B(fileSize3)); in main()187 ptr3 = buffer3; in main()197 MEMFreeToAllocator(&DemoAllocator1, buffer3); in main()