Searched refs:BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
37 #define BUF_SIZE (128*1024) /* 128KB */ macro169 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()
145 #define BUF_SIZE 0x4000 macro146 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()