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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmisc.c298 uch *high_buffer_start; int hcount; member in struct:moveparams
317 mv->hcount = 0; /* say: we need not to move high_buffer */
319 else mv->hcount = -1;
327 if (mv->hcount)
328 mv->hcount = bytes_out - low_buffer_size;
331 mv->hcount = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dbz2misc.c225 uch *high_buffer_start; int hcount; member in struct:moveparams
233 mv->hcount = -1;
256 ret = BZ2_bzBuffToBuffDecompress(mv->high_buffer_start, &(mv->hcount),
H A Dmisc.c319 uch *high_buffer_start; int hcount; member in struct:moveparams
338 mv->hcount = 0; /* say: we need not to move high_buffer */
340 else mv->hcount = -1;
348 if (mv->hcount)
349 mv->hcount = bytes_out - low_buffer_size;
352 mv->hcount = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfb.h247 #define FB_VBLANK_HAVE_HCOUNT 0x040 /* the hcount field is valid */
255 __u32 hcount; /* current scandot position */ member in struct:fb_vblank
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfb.h247 #define FB_VBLANK_HAVE_HCOUNT 0x040 /* the hcount field is valid */
255 __u32 hcount; /* current scandot position */ member in struct:fb_vblank
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_base.c995 vblank->hcount = 0;

Completed in 162 milliseconds