Searched refs:buffer (Results 1 – 3 of 3) sorted by relevance
| /RvlHBMSdk-4.4/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 235 void* buffer; // Pointer to the buffer in ReadNandFile() local 256 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 259 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 270 return buffer; in ReadNandFile() 281 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 293 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 296 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 297 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 302 return buffer; in ReadNandFileLZ() 313 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|
| /RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 225 void* buffer; // Pointer to the buffer in ReadNandFile() local 246 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 249 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 260 return buffer; in ReadNandFile() 271 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 283 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 286 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 287 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 292 return buffer; in ReadNandFileLZ() 303 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|
| /RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 356 void* buffer; // Pointer to the buffer in ReadNandFile() local 377 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 380 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 391 return buffer; in ReadNandFile() 402 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 414 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 417 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 418 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 423 return buffer; in ReadNandFileLZ() 434 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|