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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c149 #define LOW_BUFFER_SIZE (LOW_BUFFER_END - LOW_BUFFER_START) macro
340 if (0x100000 + LOW_BUFFER_SIZE > (ulg) high_buffer_start) {
341 high_buffer_start = (uch *)(0x100000 + LOW_BUFFER_SIZE);
352 if (bytes_out > LOW_BUFFER_SIZE) {
353 mv->lcount = LOW_BUFFER_SIZE;
355 mv->hcount = bytes_out - LOW_BUFFER_SIZE;

Completed in 121 milliseconds