HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 601 - 625 of 1895) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 176 #define AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) \
177 ((reg) | ((shift) << 8) | ((mask) << 16) | ((invert) << 24))
178 #define AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert) \
179 ((left_reg) | ((right_reg) << 8) | ((shift_left) << 16) | ((shift_right) << 19) | ((mask) << 24) | ((invert) << 22))
190 #define AD1848_SINGLE(xname, xindex, reg, shift, mask, invert) \
194 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) }
196 #define AD1848_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \
200 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert), \
203 #define AD1848_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
207 .private_value = AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert) }
    [all...]
soc-dapm.h 74 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
78 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
81 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0}
84 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
87 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
93 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
98 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
102 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0, \
107 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1 \
112 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1,
264 unsigned char invert:1; \/* invert the power bit *\/ member in struct:snd_soc_dapm_widget
    [all...]
  /external/iptables/extensions/
libxt_rateest.c 112 rateest_parse(int c, char **argv, int invert, unsigned int *flags,
122 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
123 if (invert)
136 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
137 if (invert)
151 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
152 if (invert)
175 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
176 if (invert)
200 xtables_check_inverse(optarg, &invert, &optind, 0, argv)
    [all...]
libxt_tcp.c 108 int invert)
113 if (invert)
141 tcp_parse(int c, char **argv, int invert, unsigned int *flags,
151 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
153 if (invert)
162 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
164 if (invert)
174 parse_tcp_flags(tcpinfo, "SYN,RST,ACK,FIN", "SYN", invert);
183 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
191 invert);
    [all...]
libxt_owner.c 15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
150 if (cb->invert)
151 info->invert |= IPT_OWNER_UID;
160 if (cb->invert)
161 info->invert |= IPT_OWNER_GID;
166 if (cb->invert)
167 info->invert |= IPT_OWNER_PID;
171 if (cb->invert)
    [all...]
libxt_dscp.c 59 if (cb->invert)
60 dinfo->invert = 1;
64 if (cb->invert)
65 dinfo->invert = 1;
82 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
90 printf("%s --dscp 0x%02x", dinfo->invert ? " !" : "", dinfo->dscp);
libxt_ipvs.c 82 data->invert &= ~XT_IPVS_DIR;
85 data->invert |= XT_IPVS_DIR;
104 if (cb->invert)
105 data->invert |= 1 << cb->entry->id;
116 if (info->invert & XT_IPVS_IPVS_PROPERTY)
161 if (data->invert & XT_IPVS_IPVS_PROPERTY)
167 if (data->invert & XT_IPVS_PROTO)
173 if (data->invert & XT_IPVS_VADDR)
181 if (data->invert & XT_IPVS_VPORT)
188 if (data->invert & XT_IPVS_DIR
    [all...]
libipt_ah.c 31 if (cb->invert)
37 int invert)
39 const char *inv = invert ? "!" : "";
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
libxt_esp.c 31 if (cb->invert)
37 int invert)
39 const char *inv = invert ? "!" : "";
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 74 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
78 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
81 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0}
84 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
87 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
93 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
98 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
102 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0, \
107 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1 \
112 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1,
264 unsigned char invert:1; \/* invert the power bit *\/ member in struct:snd_soc_dapm_widget
    [all...]
  /external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h 77 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
78 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
79 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
80 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
81 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
82 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
83 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
84 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
85 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
86 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
Invert.java 32 public class Invert extends SimpleImageFilter {
46 public Invert(String name) {
52 return new NativeProgram("filterpack_imageproc", "invert");
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_multiport.h 37 u_int8_t invert; member in struct:xt_multiport_v1
xt_physdev.h 27 u_int8_t invert; member in struct:xt_physdev_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
ipt_recent.h 33 u_int8_t invert; member in struct:ipt_recent_info
  /external/iptables/include/linux/netfilter/
xt_connmark.h 28 __u8 invert; member in struct:xt_connmark_mtinfo1
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ecn.h 24 u_int8_t invert; member in struct:ipt_ecn_info
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
101 // Invert shall not make explicit test run:
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
101 // Invert shall not make explicit test run:
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
101 // Invert shall not make explicit test run:
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 48 struct xt_policy_spec invert; member in struct:xt_policy_elem

Completed in 1892 milliseconds

<<21222324252627282930>>