Searched defs:invert (Results 1 - 25 of 196) sorted by last modified time

12345678

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c2247 Bool invert; local
2255 condPos = positiveIse_AMD64Condcode ( cond, &invert );
2256 if (invert) {
9024 // | cmp op invert after?
22826 /* This is simple: just invert the result, if necessary, and
22837 invert only that one lane. But at least the other lanes are
22850 were swapped. So we have to possibly invert the bottom lane,
22941 /* This is simple: just invert the result, if necessary, and
[all...]
H A Dguest_arm64_toIR.c2254 Bool invert )
2278 if (invert) {
6637 Bool invert = INSN(22,22) == 1; local
6644 invert ? unop(Iop_NotV128, getQReg128(mm))
H A Dguest_x86_toIR.c1374 Bool invert; local
1382 condPos = positiveIse_X86Condcode ( cond, &invert );
1383 if (invert) {
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h59 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) {
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); \
93 shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) argument
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { argument
45 tmp->myRun(in_testName, invert);
/external/stressapptest/src/
H A Dpattern.cc287 bool invert,
293 inverse_ = invert;
299 if (invert)
285 Initialize(const struct PatternData &pattern_init, int buswidth, bool invert, int weight) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c92288 int invert; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c92308 int invert; local
[all...]
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp131 bool invert; local
138 invert = false;
144 invert = true;
164 edgeType = invert ? kInverseFillAA_GrEffectEdgeType : kFillAA_GrEffectEdgeType;
166 edgeType = invert ? kInverseFillBW_GrEffectEdgeType : kFillBW_GrEffectEdgeType;
600 bool invert = element->isInverseFilled(); local
602 if (invert || SkRegion::kIntersect_Op == op || SkRegion::kReverseDifference_Op == op) {
613 if (invert) {
629 invert ? 0xffffffff : 0x00000000,
649 drawState->setAlpha(invert
[all...]
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp137 SkPDFFormXObject* sMask, bool invert, SkPDFSMaskMode sMaskMode) {
158 if (invert) {
136 GetSMaskGraphicState( SkPDFFormXObject* sMask, bool invert, SkPDFSMaskMode sMaskMode) argument
/external/skia/src/utils/
H A DSkMatrix44.cpp451 bool SkMatrix44::invert(SkMatrix44* inverse) const { function in class:SkMatrix44
/external/skia/tests/
H A DClipStackTest.cpp805 bool invert,
809 static void add_round_rect(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) {
812 if (invert) {
824 static void add_rect(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) { argument
825 if (invert) {
835 static void add_oval(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) { argument
838 if (invert) {
948 bool invert = r.nextBiasedBool(kFractionInverted); local
950 kElementFuncs[r.nextULessThan(SK_ARRAY_COUNT(kElementFuncs))](rect, invert, op, &stack);
/external/skia/include/core/
H A DSkMatrix.h348 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const { function in class:SkMatrix
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java576 public void glSampleCoverage(float value, boolean invert) { argument
577 ((GL10)mGL).glSampleCoverage(value, invert);
581 public void glSampleCoveragex(int value, boolean invert) { argument
582 ((GL10)mGL).glSampleCoveragex(value, invert);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h124 int invert; //TODO this is only written but never read, so it should be removed member in struct:GapiInfo
/external/qemu/target-arm/
H A Dtranslate.c5298 int invert; local
5306 invert = (insn & (1 << 5)) != 0;
5338 if (invert)
5342 if (invert) {
5349 if (invert)
5355 if (invert) {
5365 if (op == 14 && invert) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/pcre/dist/
H A Dpcre_jit_compile.c3916 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
4202 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) argument
4246 if (invert) bit ^= 0x1;
H A Dpcregrep.c189 static BOOL invert = FALSE; variable
392 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
1430 invert if there was a non-fatal error
1466 return invert; /* No more matching; don't show the line again */
1684 if (match != invert)
1725 in invert mode, however, nothing is printed and we do not restart - this
1730 if (!invert)
1873 (invert not set). Because the PCRE_FIRSTLINE option is set, the start of
1876 if (multiline & !invert)
1910 if (do_colour && !invert)
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c860 FT_Bool invert )
1025 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
1026 if ( invert )
1618 FT_Bool invert = FT_BOOL( dict->cid_registry != 0xFFFFU && pure_cff ); local
1622 base_offset, dict->charset_offset, invert );
/external/openssl/crypto/ec/
H A Dec_lcl.h148 int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c508 const GLboolean invert = st->state.fb_orientation == Y_0_TOP; local
513 vp.scale[1] = height * (invert ? -0.5f : 0.5f);

Completed in 2257 milliseconds

12345678