HomeSort by relevance Sort by last modified time
    Searched defs:fastmap (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/
xregex2.h 324 the pattern compiler, the fields `buffer', `allocated', `fastmap',
350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
351 the fastmap, if there is one, to skip over impossible
353 char *fastmap;
366 whether or not we should use the fastmap, so we don't set
381 by `re_compile_fastmap' if it updates the fastmap. */
455 /* Compile a fastmap for the compiled pattern in BUFFER; used to
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 779 /* Print the fastmap in human-readable form. */
783 print_fastmap (char *fastmap)
790 if (fastmap[i++])
794 while (i < (1 << BYTEWIDTH) && fastmap[i])
4553 register char *fastmap = bufp->fastmap; local
5015 register char *fastmap = bufp->fastmap; local
    [all...]

Completed in 155 milliseconds