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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dheartbeat.h10 unsigned char *bit_pos; member in struct:heartbeat_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/simple/
H A Dia64.c33 uint32_t bit_pos = 5; variable
35 for (size_t slot = 0; slot < 3; ++slot, bit_pos += 41) {
39 const size_t byte_pos = (bit_pos >> 3);
40 const uint32_t bit_res = bit_pos & 0x7;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/simple/
H A Dia64.c33 uint32_t bit_pos = 5; variable
35 for (size_t slot = 0; slot < 3; ++slot, bit_pos += 41) {
39 const size_t byte_pos = (bit_pos >> 3);
40 const uint32_t bit_res = bit_pos & 0x7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Didcinvideo.c179 int bit_pos, node_num, dat_pos; local
181 prev = bit_pos = dat_pos = 0;
189 if(!bit_pos) {
194 bit_pos = 8;
200 bit_pos--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Didcinvideo.c180 int bit_pos, node_num, dat_pos; local
182 prev = bit_pos = dat_pos = 0;
190 if(!bit_pos) {
195 bit_pos = 8;
201 bit_pos--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/
H A Dheartbeat.c40 new = (1 << hd->bit_pos[bit]);
113 hd->bit_pos = default_bit_pos;
119 hd->mask |= (1 << hd->bit_pos[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7206/
H A Dsetup.c51 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7721/
H A Dsetup.c24 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7751/
H A Dsetup.c21 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_h263_rfc2190.c153 uint32_t bit_pos = AV_RL32(ptr); local
154 uint32_t pos = (bit_pos + 7)/8;
163 ebits = 8 * pos - bit_pos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_bcj.c204 uint32_t bit_pos; local
206 /* bit_pos split into byte and bit parts */
224 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) {
228 byte_pos = bit_pos >> 3;
229 bit_res = bit_pos & 7;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/
H A Dboard-polaris.c60 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/770x/
H A Dsetup.c92 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcper.h302 __u16 bit_pos; member in struct:cper_sec_mem_err
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-highlander/
H A Dsetup.c141 .bit_pos = heartbeat_bit_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dints-priority.c796 u16 bank, bit, irq_base, bit_pos; local
813 bit_pos = bit + bank * NR_PINT_BITS;
815 pint2irq_lut[bit_pos] = irq_base - SYS_IRQS;
816 irq2pint_lut[irq_base - SYS_IRQS] = bit_pos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_udc_core.c1506 u32 bit_pos; local
1512 bit_pos = fsl_readl(&dr_regs->endptcomplete);
1513 fsl_writel(bit_pos, &dr_regs->endptcomplete);
1515 if (!bit_pos)
1524 if (!(bit_pos & bit_mask))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-ecovec24/
H A Dsetup.c71 .bit_pos = led_pos,

Completed in 110 milliseconds