Searched refs:nflags (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | parse.cc | 1854 int nflags = flags_; in ParsePerlFlags() local 1869 nflags &= ~FoldCase; in ParsePerlFlags() 1871 nflags |= FoldCase; in ParsePerlFlags() 1877 nflags |= OneLine; in ParsePerlFlags() 1879 nflags &= ~OneLine; in ParsePerlFlags() 1885 nflags &= ~DotNL; in ParsePerlFlags() 1887 nflags |= DotNL; in ParsePerlFlags() 1893 nflags &= ~NonGreedy; in ParsePerlFlags() 1895 nflags |= NonGreedy; in ParsePerlFlags() 1925 flags_ = static_cast<Regexp::ParseFlags>(nflags); in ParsePerlFlags()
|
/external/c-ares/ |
D | adig.c | 116 static const int nflags = sizeof(flags) / sizeof(flags[0]); variable 236 for (i = 0; i < nflags; i++) in main() 241 if (i < nflags) in main()
|
/external/libxml2/ |
D | relaxng.c | 6247 int nflags; in xmlRelaxNGCheckRules() local 6320 nflags = 0; in xmlRelaxNGCheckRules() 6322 xmlRelaxNGCheckRules(ctxt, cur->attrs, nflags, cur->type); in xmlRelaxNGCheckRules() 6329 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() 6381 nflags = flags | XML_RELAXNG_IN_ATTRIBUTE; in xmlRelaxNGCheckRules() 6382 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, cur->type); in xmlRelaxNGCheckRules() 6396 nflags = flags | XML_RELAXNG_IN_ONEORMORE; in xmlRelaxNGCheckRules() 6398 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() 6417 nflags = flags | XML_RELAXNG_IN_LIST; in xmlRelaxNGCheckRules() 6419 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() [all …]
|
/external/elfutils/src/ |
D | readelf.c | 1594 int nflags) in print_flags() argument 1599 for (cnt = 0; cnt < nflags; ++cnt) in print_flags()
|