HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 326 - 350 of 795) sorted by null

<<11121314151617181920>>

  /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/iptables/extensions/
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
libxt_cluster.c 59 if (cb->invert)
64 if (cb->invert)
libxt_devgroup.c 74 if (cb->invert)
98 if (cb->invert)
libxt_limit.c 103 if (cb->invert)
105 "limit does not support invert");
  /external/pcre/doc/
pcre_compile.3 59 PCRE_UNGREEDY Invert greediness of quantifiers
pcre_compile2.3 63 PCRE_UNGREEDY Invert greediness of quantifiers
  /external/skia/src/core/
SkBitmap_scroll.cpp 87 // now invert rowbytes so we copy backwards in the loop
SkFP.h 72 #define SkFPInvert(x) SkFloat::Invert(x)
  /external/webkit/Source/WebCore/platform/efl/
PlatformWheelEventEfl.cpp 56 // to invert the value.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FullscreenToolView.java 63 matrix.invert(photoMatrix);
  /system/core/fastboot/
fastboot.h 46 void fb_queue_require(const char *prod, const char *var, int invert,
  /system/core/libpixelflinger/
col32cb16blend.S 45 rsb r5, r5, #256 // invert alpha
col32cb16blend_neon.S 64 vsub.u16 q3, q15, q3 // invert alpha
121 rsb r5, r5, #256 // invert alpha
  /external/iproute2/
README.distribution 45 easiest simply to create a table for F and "invert" it. Here, we give
61 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
  /external/iproute2/netem/
README.distribution 47 easiest simply to create a table for F and "invert" it. Here, we give
63 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
  /external/iptables/iptables/
xshared.c 117 xtables_option_tpcall(cs->c, cs->argv, cs->invert,
131 xtables_option_mpcall(cs->c, cs->argv, cs->invert, m, &cs->fw);
  /external/skia/samplecode/
SampleSkLayer.cpp 13 if (mat.invert(&inv)) {
16 SkDebugf("--- invert failed\n");
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 117 return src->invert(dst);
165 ASSIGN(i, invert);
  /frameworks/base/opengl/libagl2/src/
api.cpp 175 void API_ENTRY(glSampleCoverage)(GLclampf value, GLboolean invert)
177 CALL_GL_API(glSampleCoverage, value, invert);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.0 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )

Completed in 323 milliseconds

<<11121314151617181920>>