Searched refs:invert (Results 1 - 25 of 107) sorted by relevance

12345

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dstrtofflags.c76 int invert; member in struct:__anon2848
122 for (sp = mapping[i].invert ? mapping[i].name :
156 if (mapping[i].invert) {
165 if (mapping[i].invert) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrPattern.h129 PatternTerm(CharacterClass* charClass, bool invert) argument
132 , m_invert(invert)
139 PatternTerm(Type type, unsigned subpatternId, PatternDisjunction* disjunction, bool capture = false, bool invert = false)
142 , m_invert(invert)
152 PatternTerm(Type type, bool invert = false)
155 , m_invert(invert)
197 static PatternTerm WordBoundary(bool invert) argument
199 return PatternTerm(TypeAssertionWordBoundary, invert);
202 bool invert() function in struct:JSC::Yarr::PatternTerm
H A DYarrInterpreter.h157 ByteTerm(CharacterClass* characterClass, bool invert, int inputPos) argument
160 , m_invert(invert)
180 ByteTerm(Type type, bool invert = false)
183 , m_invert(invert)
189 ByteTerm(Type type, unsigned subpatternId, bool capture, bool invert, int inputPos) argument
192 , m_invert(invert)
228 static ByteTerm WordBoundary(bool invert, int inputPos) argument
230 ByteTerm term(TypeAssertionWordBoundary, invert);
312 bool invert() function in struct:JSC::Yarr::ByteTerm
H A DYarrPattern.cpp311 void assertionWordBoundary(bool invert) argument
313 m_alternative->m_terms.append(PatternTerm::WordBoundary(invert));
337 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert) argument
341 m_alternative->m_terms.append(PatternTerm(m_pattern.digitsCharacterClass(), invert));
344 m_alternative->m_terms.append(PatternTerm(m_pattern.spacesCharacterClass(), invert));
347 m_alternative->m_terms.append(PatternTerm(m_pattern.wordcharCharacterClass(), invert));
350 m_alternative->m_terms.append(PatternTerm(m_pattern.newlineCharacterClass(), invert));
355 void atomCharacterClassBegin(bool invert = false)
357 m_invertCharacterClass = invert;
370 void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert) argument
[all...]
H A DYarrParser.h91 void begin(bool invert) argument
93 m_delegate.atomCharacterClassBegin(invert);
165 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert) argument
175 m_delegate.atomCharacterClassBuiltIn(classID, invert);
191 m_delegate.atomCharacterClassBuiltIn(classID, invert);
823 * void assertionWordBoundary(bool invert);
826 * void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert);
827 * void atomCharacterClassBegin(bool invert)
830 * void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert)
833 * void atomParentheticalAssertionBegin(bool invert
[all...]
H A DYarrInterpreter.cpp322 bool checkCharacterClass(CharacterClass* characterClass, bool invert, unsigned negativeInputOffset) argument
325 return invert ? !match : match;
389 return term.invert() ? !wordBoundary : wordBoundary;
458 if (!checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition - matchAmount))
467 if (!checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition + 1)) {
507 if (checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition + 1))
824 if (term.invert()) {
838 if (term.invert()) {
1505 void assertionWordBoundary(bool invert, unsigned inputPosition) argument
1507 m_bodyDisjunction->terms.append(ByteTerm::WordBoundary(invert, inputPositio
1525 atomCharacterClass(CharacterClass* characterClass, bool invert, unsigned inputPosition, unsigned frameLocation, Checked<unsigned> quantityCount, QuantifierType quantityType) argument
1588 atomParentheticalAssertionBegin(unsigned subpatternId, bool invert, unsigned frameLocation, unsigned alternativeFrameLocation) argument
1609 bool invert = m_bodyDisjunction->terms[beginTerm].invert(); local
[all...]
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h52 #ifdef invert
53 #undef invert macro
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippfind.c120 int invert; /* Invert the result */ member in struct:ippfind_expr_s
221 static ippfind_expr_t *new_expr(ippfind_op_t op, int invert,
284 int invert = 0; /* Invert expression? */ local
371 if ((temp = new_expr(IPPFIND_OP_DOMAIN_REGEX, invert, NULL, argv[i],
385 if ((temp = new_expr(IPPFIND_OP_EXEC, invert, NULL, NULL,
406 if ((temp = new_expr(IPPFIND_OP_FALSE, invert, NULL, NULL,
425 if ((temp = new_expr(IPPFIND_OP_HOST_REGEX, invert, NULL, argv[i],
431 if ((temp = new_expr(IPPFIND_OP_LIST, invert, NULL, NULL,
439 if ((temp = new_expr(IPPFIND_OP_IS_LOCAL, invert, NULL, NULL,
454 if ((temp = new_expr(IPPFIND_OP_NAME_REGEX, invert, NUL
2410 new_expr(ippfind_op_t op, int invert, const char *value, const char *regex, char **args) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpgrep.c28 static BOOL invert = FALSE; variable
80 if (match != invert)
160 case 'v': invert = TRUE; break;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dstring.c78 int sh_lookopt(register const char *sp, int *invert) argument
95 *invert = !*invert;
112 *invert ^= no;
125 *invert ^= no;
171 *invert ^= inv;
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Drun-minimal29 run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote) echo $x ; sh $x ;;
/macosx-10.9.5/ruby-104/ruby/lib/yaml/
H A Ddbm.rb71 invert[keystr]
140 def invert method in class:YAML.DBM
/macosx-10.9.5/procmail-14/procmail/src/
H A Dlockfile.c65 int sleepsec,retries,invert,force,suspend,retval=EXIT_SUCCESS,virgin=1; local
77 invert=(char*)progid-(char*)progid;qsignal(SIGHUP,failure);
84 { case '!':invert^=1; /* invert the exitcode */
240 if(invert)
241 switch(retval) /* we only invert the regular cases */
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp75 void invert(int64_t *k) const { function in struct:BMPBitHash
153 bitHash->invert(bits);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTimeRanges.cpp53 void TimeRanges::invert() function in class:TimeRanges
81 inverted->invert();
H A DTimeRanges.h50 void invert();
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregrexec.c91 goto invert;
113 invert:
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dtype.c162 invert; /* Invert following rule? */ local
199 invert = 0;
312 invert = 1;
468 temp->invert = invert;
494 temp->child->invert = temp->invert;
495 temp->invert = 0;
502 "logic=MIME_MAGIC_%s, invert=%d.", temp, name,
503 debug_ops[op], op, debug_ops[logic], invert));
[all...]
H A Dmime.h71 invert; /* Invert the result */ member in struct:_mime_magic_s
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOptions.cpp117 bool invert = false; local
130 invert = true;
149 m_state = invert ? Inverted : Normal;
/macosx-10.9.5/man-16/man/src/
H A Dglob.c228 int invert;
233 invert = (*p == '!');
235 if (invert)
268 if (!invert)
284 if (invert)
225 int invert; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duniset_props.cpp472 UBool invert = FALSE; local
520 invert = TRUE;
810 * Handle global flags (invert, case insensitivity). If this
821 if (invert) {
992 UBool mustNotBeEmpty = FALSE, invert = FALSE; local
1107 invert = TRUE;
1116 if(invert) {
1189 UBool invert = FALSE; local
1206 invert = TRUE;
1210 invert
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp259 float invert(float n) { return (1.0 - n) * u_filterAmount + n * (1.0 - u_filterAmount); }
262 color = vec4(invert(color.r), invert(color.g), invert(color.b), color.a);
/macosx-10.9.5/text_cmds-87/tr/
H A Dcset.c198 cset_addclass(struct cset *cs, wctype_t type, bool invert) argument
206 csc->csc_invert = invert;
/macosx-10.9.5/vim-53/src/proto/
H A Dscreen.pro31 void screen_draw_rectangle __ARGS((int row, int col, int height, int width, int invert));

Completed in 218 milliseconds

12345