Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dcheck.c37 #define BUF_SIZE (128*1024) /* 128KB */ macro
169 static u8 s_buffer[BUF_SIZE] ATTRIBUTE_ALIGN(32); in generateFile()
190 for(i = 0; i<size; i = i+BUF_SIZE) in generateFile()
193 if(i+BUF_SIZE > size) in generateFile()
199 sz = BUF_SIZE; in generateFile()
/RvlSDK-3.2.2/build/demos/cxdemo/src/
Dcx_uncompress_stream.c145 #define BUF_SIZE 0x4000 macro
146 static u8 sReadBuf[ 2 ][ BUF_SIZE ] ATTRIBUTE_ALIGN(32);
268 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataRL()
270 len[ nextIdx ] = BUF_SIZE; in LoadTexDataRL()
335 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataLZ()
337 len[ nextIdx ] = BUF_SIZE; in LoadTexDataLZ()
402 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataHuff()
404 len[ nextIdx ] = BUF_SIZE; in LoadTexDataHuff()