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

  /external/clearsilver/util/regex/
regex.c 578 /* Print the fastmap in human-readable form. */
581 print_fastmap (fastmap)
582 char *fastmap;
589 if (fastmap[i++])
593 while (i < (1 << BYTEWIDTH) && fastmap[i])
852 if (bufp->fastmap_accurate && bufp->fastmap)
854 printf ("fastmap: ");
855 print_fastmap (bufp->fastmap);
2929 register char *fastmap = bufp->fastmap; local
3292 register char *fastmap = bufp->fastmap; local
    [all...]
regex.h 280 the pattern compiler, the fields `buffer', `allocated', `fastmap',
306 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
307 the fastmap, if there is one, to skip over impossible
309 char *fastmap;
322 whether or not we should use the fastmap, so we don't set
337 by `re_compile_fastmap' if it updates the fastmap. */
422 /* Compile a fastmap for the compiled pattern in BUFFER; used to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 337 the pattern compiler, the fields `buffer', `allocated', `fastmap',
362 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the member in struct:re_pattern_buffer
363 fastmap, if there is one, to skip over impossible starting points
365 char *fastmap;
378 not we should use the fastmap, so we don't set this absolutely
392 by `re_compile_fastmap' if it updates the fastmap. */
458 /* Compile a fastmap for the compiled pattern in BUFFER; used to
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/
libiberty.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/
libiberty.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/
libiberty.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib32/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib32/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libiberty.a     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libiberty.a     [all...]

Completed in 496 milliseconds