Searched refs:inverted (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ematch.h106 int inverted; member in struct:ematch
113 static inline struct ematch * new_ematch(struct bstr *args, int inverted) argument
121 e->inverted = inverted;
131 if (t->inverted)
H A Dm_ematch.c186 if (t->inverted)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dpromcon.c35 #define inverted(s) ((((s) & 0x7700) == 0x0700) ? 0 : 1) macro
37 #define inverted(s) (((s) & 0x0800) ? 1 : 0) macro
58 if (inverted(cs) && inverted(ct))
61 else if (inverted(cs))
64 else if (inverted(ct))
71 if (inverted(cs))
92 if (inverted(cs) && inverted(ct))
94 else if (inverted(c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-parport-light.c65 if ((op->inverted && !state) || (!op->inverted && state))
75 return ((op->inverted && (oldval & op->val) != op->val)
76 || (!op->inverted && (oldval & op->val) == op->val));
H A Di2c-parport.c93 if ((op->inverted && !state) || (!op->inverted && state))
104 return ((op->inverted && (oldval & op->val) != op->val)
105 || (!op->inverted && (oldval & op->val) == op->val));
H A Di2c-parport.h32 u8 inverted; member in struct:lineop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_atan.c58 u_char transformed, inverted, local
94 inverted = 1;
101 inverted = 0;
200 if ( inverted )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dtrackpoint.c71 unsigned char inverted; member in struct:trackpoint_attr_data
80 if (attr->inverted)
127 if (attr->inverted)
144 .inverted = _inv, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_dccp.c176 print_types(uint16_t types, int inverted, int numeric) argument
180 if (inverted)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_dccp.c242 print_types(u_int16_t types, int inverted, int numeric) argument
246 if (inverted)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dawacs.c152 int inverted = (kcontrol->private_value >> 16) & 1; local
160 if (inverted) {
175 int inverted = (kcontrol->private_value >> 16) & 1; local
182 if (inverted) {

Completed in 93 milliseconds