Searched refs:low_buffer_size (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmisc.c109 static unsigned int low_buffer_end, low_buffer_size; variable
312 low_buffer_size = low_buffer_end - LOW_BUFFER_START;
315 if ( (0x100000 + low_buffer_size) > ((ulg)high_buffer_start)) {
316 high_buffer_start = (uch *)(0x100000 + low_buffer_size);
325 if (bytes_out > low_buffer_size) {
326 mv->lcount = low_buffer_size;
328 mv->hcount = bytes_out - low_buffer_size;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dmisc.c121 static unsigned int low_buffer_end, low_buffer_size; variable
333 low_buffer_size = low_buffer_end - LOW_BUFFER_START;
336 if ( (0x100000 + low_buffer_size) > ((ulg)high_buffer_start)) {
337 high_buffer_start = (uch *)(0x100000 + low_buffer_size);
346 if (bytes_out > low_buffer_size) {
347 mv->lcount = low_buffer_size;
349 mv->hcount = bytes_out - low_buffer_size;

Completed in 56 milliseconds