Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/cppunit/
H A Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
94 bool invert, bool explicit_test, bool &do_progress) { in shouldRunThis() argument
102 return invert ? (match ? !match : !explicit_test) in shouldRunThis()
107 return !explicit_test && (match == !invert); in shouldRunThis()
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); \
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() argument
45 tmp->myRun(in_testName, invert); in run()
/reactos/sdk/lib/3rdparty/adns/client/
H A Dadh-main.c130 int invert; in process_optarg() local
135 invert= 1; in process_optarg()
138 invert= 0; in process_optarg()
156 opt_do(oip,invert,arg,arg2); in process_optarg()
162 invert= (arg[0] == '+'); in process_optarg()
173 opt_do(oip,invert,arg,0); in process_optarg()
177 opt_do(oip,invert,0,0); in process_optarg()
H A Dadh-opts.c342 void opt_do(const struct optioninfo *oip, int invert, in opt_do() argument
347 *oip->storep= !invert; in opt_do()
351 if (invert) noninvert(oip); in opt_do()
355 if (invert) noninvert(oip); in opt_do()
H A Dadnshost.h95 void opt_do(const struct optioninfo *oip, int invert, const char *arg, const char *arg2);
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemastypes.c3732 invert = -1; in xmlSchemaCompareDurations()
4416 if (invert) in xmlSchemaComparePreserveReplaceStrings()
4422 if (invert) in xmlSchemaComparePreserveReplaceStrings()
4432 if (invert) in xmlSchemaComparePreserveReplaceStrings()
4438 if (invert) in xmlSchemaComparePreserveReplaceStrings()
4462 int invert) in xmlSchemaComparePreserveCollapseStrings() argument
4500 if (invert) in xmlSchemaComparePreserveCollapseStrings()
4506 if (invert) in xmlSchemaComparePreserveCollapseStrings()
4514 if (invert) in xmlSchemaComparePreserveCollapseStrings()
4526 if (invert) in xmlSchemaComparePreserveCollapseStrings()
[all …]
/reactos/sdk/lib/crt/string/
H A Dscanf.h620 int invert = 0; /* Set if we are NOT to find the chars */ variable
634 invert = 1;
656 if(!invert) {
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffload.c907 FT_Bool invert ) in cff_charset_load() argument
1073 if ( invert ) in cff_charset_load()
2465 FT_Bool invert = FT_BOOL( dict->cid_registry != 0xFFFFU && pure_cff ); in cff_font_load() local
2469 base_offset, dict->charset_offset, invert ); in cff_font_load()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_stdio_input.h313 void invert() throw() in invert() function
1007 _scanset.invert();
/reactos/dll/win32/oleaut32/
H A Dvartype.c4532 BOOL invert = FALSE; in VARIANT_Sub() local
4537 invert = TRUE; in VARIANT_Sub()
4544 invert = TRUE; in VARIANT_Sub()
4546 if (invert) in VARIANT_Sub()
/reactos/sdk/include/GL/
H A Dgl.h1945 GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
1949 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
H A Dglext.h5682 GLAPI void APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
5692 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);
6462 GLAPI void APIENTRY glSampleCoverageARB (GLfloat value, GLboolean invert);
6464 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEARBPROC) (GLfloat value, GLboolean invert);
8137 GLAPI void APIENTRY glSampleMaskSGIS (GLclampf value, GLboolean invert);
8140 typedef void (APIENTRYP PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert);
9191 GLAPI void APIENTRY glSampleMaskEXT (GLclampf value, GLboolean invert);
9194 typedef void (APIENTRYP PFNGLSAMPLEMASKEXTPROC) (GLclampf value, GLboolean invert);
/reactos/sdk/include/reactos/wine/
H A Dwgl_driver.h2163 void (WINE_GLAPI *p_glSampleCoverage)( GLfloat value, GLboolean invert );
2164 void (WINE_GLAPI *p_glSampleCoverageARB)( GLfloat value, GLboolean invert );
2166 void (WINE_GLAPI *p_glSampleMaskEXT)( GLclampf value, GLboolean invert );
2168 void (WINE_GLAPI *p_glSampleMaskSGIS)( GLclampf value, GLboolean invert );
/reactos/dll/3rdparty/libpng/docs/
H A Dlibpng-manual.txt1852 be the level of transparency instead of opacity, you can invert the
2084 This function can also be used to invert grayscale and gray-alpha images:
3434 you can invert the alpha channel before you write it, so that 0 is
H A DCHANGES4823 Fixed combination of ~alpha with shift. On read invert alpha, processing