Home
last modified time | relevance | path

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

/RvlHbmSDK-4.7.3/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp236 void* buffer; // Pointer to the buffer in ReadNandFile() local
257 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile()
260 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile()
271 return buffer; in ReadNandFile()
282 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local
294 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ()
297 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ()
298 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ()
303 return buffer; in ReadNandFileLZ()
314 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp248 void* buffer; // Pointer to the buffer in ReadNandFile() local
269 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile()
272 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile()
283 return buffer; in ReadNandFile()
294 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local
306 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ()
309 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ()
310 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ()
315 return buffer; in ReadNandFileLZ()
326 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local
[all …]
/RvlHbmSDK-4.7.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp375 void* buffer; // Pointer to the buffer in ReadNandFile() local
396 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile()
399 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile()
410 return buffer; in ReadNandFile()
421 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local
433 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ()
436 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ()
437 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ()
442 return buffer; in ReadNandFileLZ()
453 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local
[all …]