Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/cntdemo/src/
Ddatatitledemo.c57 u8* buffer3; // pointer to the buffer in main() local
112 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()
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()