HomeSort by relevance Sort by last modified time
    Searched full:maxnodes (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
xmlregexp.h 122 xmlExpNewCtxt (int maxNodes,
  /external/regex-re2/re2/
onepass.cc 390 int maxnodes = 2 + byte_inst_count_; local
392 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes)
404 uint8* nodes = new uint8[maxnodes*statesize];
450 if (nalloc >= maxnodes) {
454 nalloc, maxnodes);
  /external/strace/
mem.c 792 get_nodes(tcp, ptr, maxnodes, err)
795 unsigned long maxnodes;
800 nlongs = (maxnodes + 8 * sizeof(long) - 1) / (8 * sizeof(long));
803 if (nlongs == 0 || ((err || verbose(tcp)) && (size * 8 == maxnodes)
835 tprintf(", %lu", maxnodes);
  /external/kernel-headers/original/linux/
gfp.h 95 * This zone list contains a maximum of MAXNODES*MAX_NR_ZONES zones.
  /external/libxml2/
xmlregexp.c     [all...]

Completed in 234 milliseconds