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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dcls_route.c48 struct route4_fastmap fastmap[16]; member in struct:route4_head
86 memset(head->fastmap, 0, sizeof(head->fastmap));
95 head->fastmap[h].id = id;
96 head->fastmap[h].iif = iif;
97 head->fastmap[h].filter = f;
155 if (id == head->fastmap[h].id &&
156 iif == head->fastmap[h].iif &&
157 (f = head->fastmap[h].filter) != NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c636 /* Print the fastmap in human-readable form. */
639 print_fastmap (fastmap)
640 char *fastmap;
647 if (fastmap[i++])
651 while (i < (1 << BYTEWIDTH) && fastmap[i])
915 if (bufp->fastmap_accurate && bufp->fastmap)
917 printf ("fastmap: ");
918 print_fastmap (bufp->fastmap);
1889 The `fastmap' and `newline_anchor' fields are neither
3193 /* re_compile_fastmap computes a ``fastmap'' fo
3203 register char *fastmap = bufp->fastmap; local
3574 register char *fastmap = bufp->fastmap; variable
[all...]
H A Dregex-gnu.h317 the pattern compiler, the fields `buffer', `allocated', `fastmap',
343 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
344 the fastmap, if there is one, to skip over impossible
346 char *fastmap;
359 whether or not we should use the fastmap, so we don't set
374 by `re_compile_fastmap' if it updates the fastmap. */
459 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c722 /* Print the fastmap in human-readable form. */
726 print_fastmap (char *fastmap)
733 if (fastmap[i++])
737 while (i < (1 << BYTEWIDTH) && fastmap[i])
1100 if (bufp->fastmap_accurate && bufp->fastmap)
1102 printf ("fastmap: ");
1103 print_fastmap (bufp->fastmap);
2286 The `fastmap' and `newline_anchor' fields are neither
4521 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4522 BUFP. A fastmap record
720 print_fastmap(char *fastmap) argument
4547 register char *fastmap = bufp->fastmap; local
5017 register char *fastmap = bufp->fastmap; local
[all...]
H A Dregex.h327 the pattern compiler, the fields `buffer', `allocated', `fastmap',
353 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
354 the fastmap, if there is one, to skip over impossible
356 char *fastmap;
369 whether or not we should use the fastmap, so we don't set
384 by `re_compile_fastmap' if it updates the fastmap. */
452 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c1498 preg.fastmap = 0;

Completed in 114 milliseconds