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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dmmc_spi.c266 int bitshift; local
313 bitshift = 0;
327 bitshift++;
377 if (bitshift) {
379 rotator |= *cp << bitshift;
400 if (bitshift) {
401 rotator |= *cp++ << bitshift;
788 unsigned int bitshift; local
809 bitshift = 7;
812 bitshift
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c266 int bitshift; local
313 bitshift = 0;
327 bitshift++;
377 if (bitshift) {
379 rotator |= *cp << bitshift;
400 if (bitshift) {
401 rotator |= *cp++ << bitshift;
788 unsigned int bitshift; local
809 bitshift = 7;
812 bitshift
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/joystick/
H A Dtwidjoy.c69 int bitshift; member in struct:twidjoy_button_spec
113 int value = (button_bits & (bp->bitmask << bp->bitshift)) >> bp->bitshift;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/comedi/drivers/
H A Dni_65xx.c428 int bitshift; local
434 bitshift = base_port_channel - base_bitfield_channel;
435 if (bitshift >= 32 || bitshift <= -32)
437 if (bitshift > 0) {
438 port_mask >>= bitshift; local
439 port_data >>= bitshift; local
441 port_mask <<= -bitshift;
442 port_data <<= -bitshift;
468 if (bitshift >
469 port_read_bits <<= bitshift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/joystick/
H A Dtwidjoy.c69 int bitshift; member in struct:twidjoy_button_spec
113 int value = (button_bits & (bp->bitmask << bp->bitshift)) >> bp->bitshift;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_65xx.c428 int bitshift; local
434 bitshift = base_port_channel - base_bitfield_channel;
435 if (bitshift >= 32 || bitshift <= -32)
437 if (bitshift > 0) {
438 port_mask >>= bitshift; local
439 port_data >>= bitshift; local
441 port_mask <<= -bitshift;
442 port_data <<= -bitshift;
468 if (bitshift >
469 port_read_bits <<= bitshift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dshorten.c94 int bitshift; member in struct:ShortenContext
148 if (s->bitshift != 0)
150 buffer[s->nwrap + i] <<= s->bitshift;
368 s->bitshift = 0;
401 coffset >>= FFMIN(1, s->bitshift);
449 s->offset[channel][s->nmean - 1] = (sum / s->blocksize) << s->bitshift;
472 s->bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dshorten.c94 int bitshift; member in struct:ShortenContext
148 if (s->bitshift != 0)
150 buffer[s->nwrap + i] <<= s->bitshift;
368 s->bitshift = 0;
401 coffset >>= FFMIN(1, s->bitshift);
449 s->offset[channel][s->nmean - 1] = (sum / s->blocksize) << s->bitshift;
472 s->bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dshorten.c94 int bitshift; member in struct:ShortenContext
148 if (s->bitshift != 0)
150 buffer[s->nwrap + i] <<= s->bitshift;
368 s->bitshift = 0;
401 coffset >>= FFMIN(1, s->bitshift);
449 s->offset[channel][s->nmean - 1] = (sum / s->blocksize) << s->bitshift;
472 s->bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c576 unsigned int bitshift = BITS_PER_LONG - 1; local
596 bitshift = BITS_PER_LONG;
602 return (((__uint64_t)pagefactor) << bitshift) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c576 unsigned int bitshift = BITS_PER_LONG - 1; local
596 bitshift = BITS_PER_LONG;
602 return (((__uint64_t)pagefactor) << bitshift) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dsuper.c562 unsigned int bitshift = 32; local
583 bitshift = 31;
592 bitshift = 31;
601 return (((unsigned long long)bytes) << bitshift) - trim;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c562 unsigned int bitshift = 32; local
583 bitshift = 31;
592 bitshift = 31;
601 return (((unsigned long long)bytes) << bitshift) - trim;

Completed in 259 milliseconds