Searched refs:bitmask (Results 51 - 75 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strlen.S34 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
H A Dstrlen.S29 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
H A Dev67-strlen_user.S68 cmpbge zero, t0, t1 # E : t1 <- bitmask: bit i == 1 <==> i-th byte == 0
H A Dstrlen_user.S53 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dtwidjoy.c70 int bitmask; member in struct:twidjoy_button_spec
112 for (bp = twidjoy_buttons; bp->bitmask; bp++) {
113 int value = (button_bits & (bp->bitmask << bp->bitshift)) >> bp->bitshift;
116 for (i = 0; i < bp->bitmask; i++)
210 for (bp = twidjoy_buttons; bp->bitmask; bp++)
211 for (i = 0; i < bp->bitmask; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dgpio.c315 u32 bitmask = nmk_gpio_get_bitmask(gpio); local
319 if (nmk_chip->edge_rising & bitmask) {
322 reg |= bitmask;
324 reg &= ~bitmask;
327 if (nmk_chip->edge_falling & bitmask) {
330 reg |= bitmask;
332 reg &= ~bitmask;
343 u32 bitmask; local
347 bitmask = nmk_gpio_get_bitmask(gpio);
381 u32 bitmask; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c87 int bitmask; local
130 bitmask = (1 << INIT_BITS) - 1;
183 bitmask = (1 << n_bits) - 1;
190 ((long) (p[2]) << 16)) >> (posbits & 0x7)) & bitmask;
211 bitmask = (1 << INIT_BITS) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h208 const u32 * bitmask; member in struct:nfs_openargs
252 const u32 * bitmask; member in struct:nfs_closeargs
325 const u32 * bitmask; member in struct:nfs4_delegreturnargs
368 const u32 * bitmask; member in struct:nfs_writeargs
391 const u32 * bitmask; member in struct:nfs_removeargs
451 const u32 * bitmask; member in struct:nfs_setattrargs
663 const u32 * bitmask; member in struct:nfs4_accessargs
692 const u32 * bitmask; member in struct:nfs4_create_arg
707 const u32 * bitmask; member in struct:nfs4_fsinfo_arg
718 const u32 * bitmask; member in struct:nfs4_getattr_arg
732 const u32 * bitmask; member in struct:nfs4_link_arg
748 const u32 * bitmask; member in struct:nfs4_lookup_arg
760 const u32 * bitmask; member in struct:nfs4_lookup_root_arg
766 const u32 * bitmask; member in struct:nfs4_pathconf_arg
782 const u32 * bitmask; member in struct:nfs4_readdir_arg
809 const u32 * bitmask; member in struct:nfs4_rename_arg
842 const u32 * bitmask; member in struct:nfs4_statfs_arg
895 const u32 *bitmask; member in struct:nfs4_fs_locations_arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-categ_byname.c30 return (category1.bitmask == category2.bitmask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4.h85 * each byte in bitmask below represents one timeslot (bitmask[0] is
89 u_int8_t bitmask[32]; member in struct:pmcc4_timeslot_param
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-zoltrix.c115 unsigned long long bitmask, f, m; local
127 bitmask = 0xc480402c10080000ull;
141 bitmask = (bitmask ^ ((f & 0xff) << 47) ^ ((f & 0xff00) << 30) ^ (stereo << 31));
143 if ((bitmask & 0x8000000000000000ull) != 0) {
158 bitmask *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dabx500-core.c106 u8 reg, u8 bitmask, u8 bitvalues)
113 reg, bitmask, bitvalues);
105 abx500_mask_and_set_register_interruptible(struct device *dev, u8 bank, u8 reg, u8 bitmask, u8 bitvalues) argument
H A Dab3550-core.c497 u8 reg, u8 bitmask, u8 bitvalues)
501 if (likely(bitmask)) {
508 if (bitmask == 0xFF) /* No need to read in this case. */
519 reg_bits[1] = ((~bitmask & bits) |
520 (bitmask & bitvalues));
601 u8 bank, u8 reg, u8 bitmask, u8 bitvalues)
612 bitmask, bitvalues);
496 mask_and_set_register_interruptible(struct ab3550 *ab, u8 bank, u8 reg, u8 bitmask, u8 bitvalues) argument
600 ab3550_mask_and_set_register_interruptible(struct device *dev, u8 bank, u8 reg, u8 bitmask, u8 bitvalues) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c83 msk: opcode bitmask
88 unsigned char bitmask; member in struct:optable
96 .bitmask = msk, \
215 if ((inst & op->bitmask) == op->bitpattern) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
131 for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
136 bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
148 # define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \
150 printf("bitmask
179 unsigned char *bitmask = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
131 for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
136 bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
148 # define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \
150 printf("bitmask
179 unsigned char *bitmask = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Darcfb.c246 * X. That's what rightshift does. bitmask selects the desired input bit.
255 unsigned char bitmask, rightshift; local
268 bitmask=1;
274 val |= (*(src + (i*linesize)) & bitmask)
277 val |= (*(src + (i*linesize)) & bitmask)
283 if (bitmask == 0x80) {
284 bitmask = 1;
288 bitmask <<= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_kapi.c472 NETLBL_CATMAP_MAPTYPE bitmask; local
488 bitmask = NETLBL_CATMAP_BIT << node_bit;
492 while (bitmask != 0 && (bitmap & bitmask) != 0) {
493 bitmask <<= 1;
497 if (bitmask != 0)
507 bitmask = NETLBL_CATMAP_BIT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-dapm.c187 int val, item, bitmask; local
189 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
192 item = (val >> e->shift_l) & (bitmask - 1);
1644 unsigned int val, bitmask; local
1646 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
1649 ucontrol->value.enumerated.item[0] = (val >> e->shift_l) & (bitmask
1673 unsigned int mask, bitmask; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_sam.c71 bitmask.
81 uint8 bitmask, bitpos; local
99 bitmask = 1 << (bitpos % 8);
101 if (! (hours[bitpos/8] & bitmask)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c151 unsigned char bitmask; local
158 bitmask = 0x80 >> (offset % 8);
161 if ((state && (byte & bitmask) == bitmask) ||
162 (state == 0 && (byte & bitmask) == 0))
166 bitmask >>= 1;
167 if (bitmask == 0) {
169 bitmask = 0x80;
183 * Set a single bit in the bitmask. Returns zero on success, negative values
191 u8 bitmask; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dasyn-ares.c257 int bitmask; local
263 bitmask = ares_getsock((ares_channel)data->state.resolver, socks,
269 if(ARES_GETSOCK_READABLE(bitmask, i)) {
273 if(ARES_GETSOCK_WRITABLE(bitmask, i)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlgc.c719 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */
720 tostop = bitmask(OLDBIT); /* do not sweep old generation */
918 (bitmask(GCSsweepstring) | bitmask(GCSsweepudata) | bitmask(GCSsweep))
950 luaC_runtilstate(L, bitmask(GCSpropagate));
1119 luaC_runtilstate(L, bitmask(GCSpause)); /* run complete (minor) cycle */
1198 luaC_runtilstate(L, bitmask(GCSpause));
1199 luaC_runtilstate(L, ~bitmask(GCSpause)); /* start new collection */
1200 luaC_runtilstate(L, bitmask(GCSpaus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_among.c146 if (!(info->bitmask & EBT_AMONG_SRC_NEG)) {
161 if (!(info->bitmask & EBT_AMONG_DST_NEG)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debtables.h77 * Must be same size as ebt_entry.bitmask */
91 /* used for the bitmask of struct ebt_entry */
159 unsigned int bitmask; member in struct:ebt_entry
368 if (__entry->bitmask != 0) \

Completed in 197 milliseconds

12345