Searched refs:complement (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c37 * ~ means complement the set in [..]. i.e. all characters not listed
78 static int atomList( char *p, int complement );
252 int complement = 0; local
257 if ( token == '~' ) {complement = 1; next();}
260 if ( atomList( s, complement ) == -1 ) return -1;
328 static int atomList(char *p, int complement) argument
330 static int atomList(p, complement)
332 int complement;
365 if ( complement )
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c520 PRBool complement = PR_FALSE; local
525 complement = PR_TRUE;
542 || (!complement && !memchr(cPtr, ch, n))
543 || (complement && memchr(cPtr, ch, n))) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h274 unsigned char complement; /* complement the set? */ member in struct:TokNode::_toknode
H A Dmain.c1467 if ( q->complement ) q->tset = set_dif(all_tokens, q->tclass->tset);
1477 /* MR13 */ if (q->complement) {
1487 else if ( q->complement )
H A Dgen.c2258 int complement; local
2290 complement = p->complement; /* MR23 */
2291 if ( p->tclass!=NULL && complement == 0 /* MR23 */) { /* token class not complemented*/
2313 else if ( p->tclass!=NULL && complement != 0 /* MR23 */)
H A Dantlr.g1678 p->complement = $old_not;
1720 p->complement = $old_not;
H A Dantlr.c2026 p->complement = old_not;
2140 p->complement = old_not;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c1943 * flag specifies the complement of the input should be used. */
1945 BOOL complement = arg & WINED3DTA_COMPLEMENT; local
1948 if (complement) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c2063 * flag specifies the complement of the input should be used. */
2065 BOOL complement = arg & WINED3DTA_COMPLEMENT; local
2068 if (complement) {
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 169 milliseconds