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

<<11121314151617181920>>

  /external/iptables/extensions/
libipt_addrtype.c 107 if (cb->invert)
112 if (cb->invert)
126 if (cb->invert)
131 if (cb->invert)
libipt_icmp.c 184 if (cb->invert)
190 int invert,
204 invert ? "!" : "",
210 if (invert)
libxt_u32.c 116 data->invert = cb->invert;
253 if (data->invert)
261 if (data->invert)
libip6t_frag.c 71 int invert)
73 const char *inv = invert ? "!" : "";
75 if (min != 0 || max != 0xFFFFFFFF || invert) {
libxt_multiport.c 191 if (cb->invert)
193 "multiport.0 does not support invert");
234 if (cb->invert)
235 multiinfo->invert = 1;
355 if (multiinfo->invert)
430 if (multiinfo->invert)
libxt_iprange.c 105 if (cb->invert)
113 if (cb->invert)
132 if (cb->invert)
139 if (cb->invert)
libxt_quota2.man 26 it is not reset. An "!" may be used to invert the result of the match. The
  /external/iptables/iptables/
xshared.h 55 int invert; member in struct:iptables_command_state
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 32 /// Invert the specified predicate. != -> ==, < -> >=.
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.h 54 int invert; /* do to remove, used by GAPI driver! */ member in struct:SDL_PrivateVideoData
  /external/valgrind/main/none/tests/amd64/
looper.c 60 /* invert the Z flag */
  /external/valgrind/main/none/tests/x86/
looper.c 57 /* invert the Z flag */
  /external/webkit/Source/WebKit/android/plugins/
ANPNativeWindow_npapi.h 45 * Invert the contents of the plugin on the y-axis.
ANPOpenGL_npapi.h 57 * Invert the contents of the plugin on the y-axis.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
trsMatrix.h 28 // Invert a matrix
  /packages/apps/Settings/src/com/android/settings/widget/
InvertedChartAxis.java 23 * Utility to invert another {@link ChartAxis}.
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 138 * @param invert true to invert the direction of the alpha blending
141 int maskResId, int blendingPercent, boolean invert) {
150 mAlphaInvert = invert;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 127 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 72 * Invert the hash map: Fill an array of length countKeys() with the keys
75 void invert(int64_t *k) const { function in struct:BMPBitHash
153 bitHash->invert(bits);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java 135 // we also need to invert the value from [-1,0] to [0, 1]
149 // this means if the intpart is odd we invert
175 // this means if the intpart is odd we invert
  /system/core/fastboot/
engine.c 175 static int cb_check(Action *a, int status, char *resp, int invert)
198 if (invert) yes = !yes;
210 invert ? "rejects" : "requires", value[0]);
229 int invert, unsigned nvalues, const char **value)
237 a->func = invert ? cb_reject : cb_require;
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 551 void JIT::emit_op_jlesseq(Instruction* currentInstruction, bool invert)
568 addJump(branch32(invert ? LessThan : GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
577 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
584 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(op2imm)), target);
589 addJump(branch32(invert ? LessThan : GreaterThanOrEqual, regT1, Imm32(op1imm)), target);
595 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, regT1), target);
599 void JIT::emitSlow_op_jlesseq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter, bool invert)
619 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
636 emitJumpSlowToHot(branchDouble(invert ? DoubleLessThanOrUnordered : DoubleGreaterThanOrEqual, fpRegT1, fpRegT0), target);
647 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target)
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 90 void begin(bool invert)
92 m_delegate.atomCharacterClassBegin(invert);
164 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert)
174 m_delegate.atomCharacterClassBuiltIn(classID, invert);
190 m_delegate.atomCharacterClassBuiltIn(classID, invert);
817 * void assertionWordBoundary(bool invert);
820 * void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert);
821 * void atomCharacterClassBegin(bool invert)
824 * void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert)
827 * void atomParentheticalAssertionBegin(bool invert = false)
    [all...]
  /external/pcre/doc/
pcre_compile.3 59 PCRE_UNGREEDY Invert greediness of quantifiers
pcre_compile2.3 63 PCRE_UNGREEDY Invert greediness of quantifiers

Completed in 1199 milliseconds

<<11121314151617181920>>