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

  /toolchain/binutils/binutils-2.25/include/
xregex2.h 325 the pattern compiler, the fields `buffer', `allocated', `fastmap',
351 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
352 the fastmap, if there is one, to skip over impossible
354 char *fastmap;
367 whether or not we should use the fastmap, so we don't set
382 by `re_compile_fastmap' if it updates the fastmap. */
456 /* Compile a fastmap for the compiled pattern in BUFFER; used to
  /toolchain/binutils/binutils-2.25/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 63 milliseconds