Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dcntdemo.c59 u8* buffer3; // pointer to the buffer in main() local
113 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()
Ddatatitledemo.c60 u8* buffer3; // pointer to the buffer in main() local
115 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()