Searched refs:fastmap (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dunswitch-loops-pr26969.c5 ruby_re_compile_fastmap (char *fastmap, int options) argument
11 fastmap[j] = 1;
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c622 /* Print the fastmap in human-readable form. */
625 print_fastmap (fastmap)
626 char *fastmap;
633 if (fastmap[i++])
637 while (i < (1 << BYTEWIDTH) && fastmap[i])
901 if (bufp->fastmap_accurate && bufp->fastmap)
903 printf ("fastmap: ");
904 print_fastmap (bufp->fastmap);
1821 The `fastmap' and `newline_anchor' fields are neither
3125 /* re_compile_fastmap computes a ``fastmap'' fo
3135 register char *fastmap = bufp->fastmap; local
3506 register char *fastmap = bufp->fastmap; variable
[all...]
H A Dgnu-regex.h321 the pattern compiler, the fields `buffer', `allocated', `fastmap',
347 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
348 the fastmap, if there is one, to skip over impossible
350 char *fastmap;
363 whether or not we should use the fastmap, so we don't set
378 by `re_compile_fastmap' if it updates the fastmap. */
467 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c777 /* Print the fastmap in human-readable form. */
781 print_fastmap (char *fastmap)
788 if (fastmap[i++])
792 while (i < (1 << BYTEWIDTH) && fastmap[i])
1155 if (bufp->fastmap_accurate && bufp->fastmap)
1157 printf ("fastmap: ");
1158 print_fastmap (bufp->fastmap);
2282 The `fastmap' and `newline_anchor' fields are neither
4520 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4521 BUFP. A fastmap record
775 print_fastmap(char *fastmap) argument
4551 register char *fastmap = bufp->fastmap; local
5013 register char *fastmap = bufp->fastmap; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c779 /* Print the fastmap in human-readable form. */
783 print_fastmap (char *fastmap)
790 if (fastmap[i++])
794 while (i < (1 << BYTEWIDTH) && fastmap[i])
1157 if (bufp->fastmap_accurate && bufp->fastmap)
1159 printf ("fastmap: ");
1160 print_fastmap (bufp->fastmap);
2284 The `fastmap' and `newline_anchor' fields are neither
4522 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4523 BUFP. A fastmap record
777 print_fastmap(char *fastmap) argument
4553 register char *fastmap = bufp->fastmap; local
5015 register char *fastmap = bufp->fastmap; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c779 /* Print the fastmap in human-readable form. */
783 print_fastmap (char *fastmap)
790 if (fastmap[i++])
794 while (i < (1 << BYTEWIDTH) && fastmap[i])
1157 if (bufp->fastmap_accurate && bufp->fastmap)
1159 printf ("fastmap: ");
1160 print_fastmap (bufp->fastmap);
2284 The `fastmap' and `newline_anchor' fields are neither
4523 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4524 BUFP. A fastmap record
777 print_fastmap(char *fastmap) argument
4554 register char *fastmap = bufp->fastmap; local
5016 register char *fastmap = bufp->fastmap; local
[all...]
/haiku-buildtools/gcc/include/
H A Dxregex2.h325 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
/haiku-buildtools/legacy/binutils/include/
H A Dxregex2.h325 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
/haiku-buildtools/binutils/include/
H A Dxregex2.h324 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

Completed in 239 milliseconds