HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 451 - 475 of 1001) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 73 #define IP6T_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
74 #define IP6T_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
75 #define IP6T_INV_TOS 0x04 /* Invert the sense of TOS. */
76 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
77 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
78 #define IP6T_INV_FRAG 0x20 /* Invert the sense of FRAG. */
156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 71 #define IP6T_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
72 #define IP6T_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
73 #define IP6T_INV_TOS 0x04 /* Invert the sense of TOS. */
74 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
75 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
76 #define IP6T_INV_FRAG 0x20 /* Invert the sense of FRAG. */
198 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/iptables/iptables/
ip6tables.c 362 int invert)
364 if (invert)
426 int invert)
433 if (invert) {
585 fputc(' ', stdout); /* Invert flag of FRAG */
988 int invert)
995 printf("%s -%c ", invert ? " !" : "", letter);
1012 static void print_proto(uint16_t proto, int invert)
1016 const char *invertstr = invert ? " !" : "";
1061 const struct in6_addr *mask, int invert)
    [all...]
iptables.c 375 int invert)
377 if (invert)
431 int invert)
438 if (invert) {
990 static void print_proto(uint16_t proto, int invert)
994 const char *invertstr = invert ? " !" : "";
1024 int invert)
1031 printf("%s -%c ", invert ? " !" : "", letter);
1072 uint32_t mask, int invert)
1077 if (!mask && !ip && !invert)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
TilesManager.h 160 void setInvertedScreen(bool invert)
162 if (m_invertedScreen != invert)
164 m_invertedScreen = invert;
  /external/iptables/extensions/
libip6t_rt.c 109 if (cb->invert)
116 if (cb->invert)
121 if (cb->invert)
151 int invert)
153 const char *inv = invert ? "!" : "";
155 if (min != 0 || max != 0xFFFFFFFF || invert) {
libip6t_icmp6.c 159 if (cb->invert)
165 int invert,
179 invert ? "!" : "",
185 if (invert)
libip6t_mh.c 133 if (cb->invert)
157 static void print_types(uint8_t min, uint8_t max, int invert, int numeric)
159 const char *inv = invert ? "!" : "";
161 if (min != 0 || max != 0xFF || invert) {
libxt_quota.c 49 if (cb->invert)
libxt_sctp.c 248 sctp_parse(int c, char **argv, int invert, unsigned int *flags,
260 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
262 if (invert)
272 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
274 if (invert)
283 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
292 if (invert)
325 int invert, int numeric)
327 const char *inv = invert ? "!" : "";
329 if (min != 0 || max != 0xFFFF || invert) {
    [all...]
libxt_conntrack.c 302 if (cb->invert)
306 if (cb->invert)
318 if (cb->invert)
324 if (cb->invert)
330 if (cb->invert)
336 if (cb->invert)
343 if (cb->invert)
352 if (cb->invert)
368 if (cb->invert)
378 if (cb->invert)
    [all...]
  /external/oprofile/libop/
op_mangle.c 44 /* if dep_name != image_name we need to invert them (and so revert them
45 * unconditionally because if they are equal it doesn't hurt to invert
  /external/skia/src/effects/
Sk2DPathEffect.cpp 41 mat.invert(&fInverse);
98 fMatrix.invert(&fInverse);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
epsnormalize.h 29 #include "fst/lib/invert.h"
65 Invert(ofst);
  /external/iproute2/include/
iptables_common.h 17 int check_inverse(const char option[], int *invert, int *optind, int argc);
ip6tables.h 37 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
87 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
iptables.h 60 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
113 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
  /frameworks/base/media/java/android/media/videoeditor/
TransitionAlpha.java 86 * @param invert true to invert the direction of the alpha blending
92 String maskFilename, int blendingPercent, boolean invert) {
156 mIsInvert = invert;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
Abs_32.c 44 /* Negative input, so invert */
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 382 void assertionWordBoundary(bool invert)
384 m_alternative->m_terms.append(PatternTerm::WordBoundary(invert));
399 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert)
403 m_alternative->m_terms.append(PatternTerm(m_pattern.digitsCharacterClass(), invert));
406 m_alternative->m_terms.append(PatternTerm(m_pattern.spacesCharacterClass(), invert));
409 m_alternative->m_terms.append(PatternTerm(m_pattern.wordcharCharacterClass(), invert));
412 m_alternative->m_terms.append(PatternTerm(m_pattern.newlineCharacterClass(), invert));
417 void atomCharacterClassBegin(bool invert = false)
419 m_invertCharacterClass = invert;
432 void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert)
    [all...]
  /external/skia/include/pdf/
SkPDFGraphicState.h 61 * @param invert Indicates if the alpha of the sMask should be inverted.
64 bool invert);
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 42 // We invert the initial transform and apply that to the xobject so that
48 device->initialTransform().invert(&inverse);
  /external/stlport/test/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);

Completed in 2165 milliseconds

<<11121314151617181920>>