Searched refs:hshift (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/net/ppp/ ! |
D | bsd_comp.c | 139 unsigned char hshift; /* used in hash function */ member 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 373 hshift = 4; in bsd_alloc() 377 hshift = 5; in bsd_alloc() 381 hshift = 6; in bsd_alloc() 385 hshift = 7; in bsd_alloc() 442 db->hshift = hshift; in bsd_alloc() 567 int hshift; in bsd_compress() local 622 hshift = db->hshift; in bsd_compress() [all …]
|
/linux-3.4.99/drivers/isdn/i4l/ ! |
D | isdn_bsdcomp.c | 118 unsigned char hshift; /* used in hash function */ member 159 #define BSD_HASH(prefix, suffix, hshift) ((((unsigned long)(suffix)) << (hshift)) \ argument 307 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 326 hshift = htab[bits - 9][1]; in bsd_alloc() 368 db->hshift = hshift; in bsd_alloc() 456 int hshift; in bsd_compress() local 493 hshift = db->hshift; in bsd_compress() 514 hval = BSD_HASH(ent, c, hshift); in bsd_compress() 835 hval = BSD_HASH(oldcode, finchar, db->hshift); in bsd_decompress()
|
/linux-3.4.99/drivers/media/video/bt8xx/ ! |
D | bttv-risc.c | 131 unsigned int hshift, unsigned int vshift, in bttv_risc_planar() argument 206 if (uoffset + (ylen>>hshift) > sg_dma_len(usg)) in bttv_risc_planar() 207 ylen = (sg_dma_len(usg) - uoffset) << hshift; in bttv_risc_planar() 208 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar() 209 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar() 221 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) | in bttv_risc_planar() 222 (ylen >> hshift)); in bttv_risc_planar() 227 uoffset += ylen >> hshift; in bttv_risc_planar() 229 voffset += ylen >> hshift; in bttv_risc_planar() 763 uoffset >>= buf->fmt->hshift; in bttv_buffer_risc() [all …]
|
D | bttvp.h | 117 int hshift,vshift; /* for planar modes */ member
|
D | bttv-driver.c | 579 .hshift = 1, 587 .hshift = 1, 595 .hshift = 1, 603 .hshift = 2, 611 .hshift = 2, 619 .hshift = 2,
|
/linux-3.4.99/drivers/media/video/saa7134/ ! |
D | saa7134.h | 113 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
|
D | saa7134-video.c | 171 .hshift = 1, 180 .hshift = 1, 190 .hshift = 1, 981 bpl_uv = bpl >> buf->fmt->hshift; in buffer_activate()
|
/linux-3.4.99/drivers/media/dvb/ngene/ ! |
D | ngene.h | 868 int hshift, vshift; /* for planar modes */ member
|