Searched refs:bit (Results 201 - 225 of 736) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_device.h35 int bit,
H A Dzoran_procfs.c38 #include <linux/i2c-algo-bit.h>
65 short bit; member in struct:procfs_params_zr36067
107 reg &= ~(zr67[i].mask << zr67[i].bit);
113 reg |= (val & zr67[i].mask) << zr67[i].bit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h136 unsigned int bit)
142 buf->shreg |= (!!bit) << 7;
340 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) argument
343 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit);
135 hdlcdrv_add_bitbuffer(struct hdlcdrv_bitbuffer *buf, unsigned int bit) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dscoop.c56 unsigned short set_scoop_gpio(struct device *dev, unsigned short bit) argument
63 gpio_bit = SCOOP_REG(sdev->base, SCOOP_GPWR) | bit;
70 unsigned short reset_scoop_gpio(struct device *dev, unsigned short bit) argument
77 gpio_bit = SCOOP_REG(sdev->base, SCOOP_GPWR) & ~bit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-pmf.c13 #define PMF_GPIO(name, bit) \
24 rt->implementation_private &= ~(1<<bit); \
25 rt->implementation_private |= (!!on << bit); \
30 return (rt->implementation_private>>bit)&1; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c1128 s64 pass_end, ll, data_pos, pass_start, ofs, bit; local
1183 * for a zero bit.
1194 bit = data_pos & 7;
1197 "data_pos 0x%llx, bit 0x%llx", size,
1198 (long long)data_pos, (long long)bit);
1199 for (; bit < size && data_pos + bit < pass_end;
1200 bit &= ~7ull, bit += 8) {
1201 byte = buf + (bit >>
2240 s64 ll, bit, old_data_initialized, old_data_size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java263 // The bit map of keys we've seen
266 // The bit map of keys we expect to see
308 long bit = (1 << len);
315 else if ((bitmap & bit) != 0) {
318 else if ((expected & bit) == 0) {
322 bitmap |= bit;
323 expected &= ~(bit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S50 bclrl #15,%d0 |clear the sign bit
81 movew LOCAL_EX(%a0),%d0 |get the exp (really just want sign bit)
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
128 lsll %d3,%d0 |shift ms mant until j-bit is set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c54 static inline int pushbit(struct pushpull *pp, int bit, int use_reserved) argument
60 if (bit) {
78 int bit; local
80 bit = (pp->buf[pp->ofs >> 3] >> (7-(pp->ofs & 7))) & 1;
83 return bit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S75 | The sample routine below simply clears the exception status bit and
94 | The sample routine below simply clears the exception status bit and
113 | The sample routine below simply clears the exception status bit and
132 | The sample routine below simply clears the exception status bit and
151 | The sample routine below simply clears the exception status bit and
170 | The sample routine below simply clears the exception status bit and
188 | The sample routine below clears the exception status bit, clears the NaN
189 | bit in the FPSR, and does an "rte". The instruction that caused the
190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dresize.c174 ext3_grpblk_t bit; local
200 for (i = 0, bit = 1, block = start + 1;
201 i < gdblocks; i++, block++, bit++) {
204 ext3_debug("update backup group %#04lx (+%d)\n", block, bit);
220 ext3_set_bit(bit, bh->b_data);
225 for (i = 0, bit = gdblocks + 1, block = start + bit;
226 i < reserved_gdb; i++, block++, bit++) {
229 ext3_debug("clear reserved block %#04lx (+%d)\n", block, bit);
236 ext3_set_bit(bit, b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dresize.c179 ext4_grpblk_t bit; local
205 for (i = 0, bit = 1, block = start + 1;
206 i < gdblocks; i++, block++, bit++) {
209 ext4_debug("update backup group %#04lx (+%d)\n", block, bit);
225 ext4_set_bit(bit, bh->b_data);
230 for (i = 0, bit = gdblocks + 1, block = start + bit;
231 i < reserved_gdb; i++, block++, bit++) {
234 ext4_debug("clear reserved block %#04lx (+%d)\n", block, bit);
241 ext4_set_bit(bit, b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c99 int bit = *buf & (1 << j); local
101 if (bit) {
187 LCN bmp_pos; /* current bit position inside the bitmap */
191 u8 *buf, *byte, bit, writeback; local
284 bit = 1 << (lcn & 7);
286 if (*byte & bit) {
298 /* First free bit is at lcn + bmp_pos. */
312 /* Allocate the bitmap bit. */
313 *byte |= bit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88.h24 #include <linux/i2c-algo-bit.h>
497 #define cx_set(reg,bit) cx_andor((reg),(bit),(bit))
498 #define cx_clear(reg,bit) cx_andor((reg),(bit),0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtlan.h504 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port)
505 #define TLan_GetBit( bit, port ) ((int) (inb_p(port) & bit))
506 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port)
509 * given 6 bytes, view them as 8 6-bit numbers and return the XOR of those
518 * #define DA( a, bit ) ( ( (u8) a[bit/8] ) & ( (u8) ( 1 << bit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dvx_core.h292 * check the bit on the specified register
293 * returns zero if a bit matches, or a negative error code.
296 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
297 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
298 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmcommon.h792 #define dlm_lockres_set_refmap_bit(bit,res) \
793 __dlm_lockres_set_refmap_bit(bit,res,__FILE__,__LINE__)
794 #define dlm_lockres_clear_refmap_bit(bit,res) \
795 __dlm_lockres_clear_refmap_bit(bit,res,__FILE__,__LINE__)
797 static inline void __dlm_lockres_set_refmap_bit(int bit, argument
802 //printk("%s:%d:%.*s: setting bit %d\n", file, line,
803 // res->lockname.len, res->lockname.name, bit);
804 set_bit(bit, res->refmap);
807 static inline void __dlm_lockres_clear_refmap_bit(int bit, argument
812 //printk("%s:%d:%.*s: clearing bit
1026 int bit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S63 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
64 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
68 # 64-bit divide instruction. #
86 # or 32-bit divides if possible. Else, use a special math algorithm #
90 # zero, then perform a divide-by-zero using a 16-bit implemented #
159 mov.w &0x0, %cc # clear 'X' cc bit
165 # - is (hi(dividend) == 0 && (divisor <= lo(dividend))) ? (32-bit div)
174 bls.b ld32bitdivide # yes, so use 32 bit divide
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
207 # 0x80000000 is the largest number representable as a 32-bit negativ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgexec-116 "Content-Transfer-Encoding: 8bit\n"
86 Content-Transfer-Encoding: 8bit
H A Dmsgexec-413 "Content-Transfer-Encoding: 8bit\n"
82 Content-Transfer-Encoding: 8bit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream-xterm18 # xterm-8bit: sgr0=\2330m\E(B
24 || ${DIFF} ${srcdir}/test-term-ostream-xterm-8bit.out out > /dev/null \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l68 %option 8bit stack warn noyywrap prefix="ematch_"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drangecoder.h82 static inline void put_rac(RangeCoder *c, uint8_t * const state, int bit){ argument
88 if(!bit){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_fops.c8 int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit) argument
13 if (fh->resources & bit) {
14 DEB_D(("already allocated! want: 0x%02x, cur:0x%02x\n",bit,vv->resources));
21 if (vv->resources & bit) {
22 DEB_D(("locked! vv->resources:0x%02x, we want:0x%02x\n",vv->resources,bit));
28 fh->resources |= bit;
29 vv->resources |= bit;
30 DEB_D(("res: get 0x%02x, cur:0x%02x\n",bit,vv->resources));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c194 int bit, next_bit, mask; local
202 bit = 1 << w; /* at most 128 */
203 next_bit = bit << 1; /* at most 256 */
234 if (window_val & bit)
255 if (digit <= -bit || digit >= bit || !(digit & 1))
266 if (window_val != 0 && window_val != next_bit && window_val != bit)
276 window_val += bit * BN_is_bit_set(scalar, j + w);
395 * (NB: maximum wNAF length is bit length plus one) */
779 * one point per bit
[all...]

Completed in 311 milliseconds

1234567891011>>