HomeSort by: relevance | last modified time | path
    Searched defs:intersec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regexec.c 3651 bitset intersec; /* Intersection sets, see below. */
3663 has_intersec |= intersec[k] = accepts[k] & dests_ch[j][k];
3681 bitset_copy (dests_ch[j], intersec);
3647 bitset intersec; \/* Intersection sets, see below. *\/ local
regexec.c 3651 bitset intersec; /* Intersection sets, see below. */
3663 has_intersec |= intersec[k] = accepts[k] & dests_ch[j][k];
3681 bitset_copy (dests_ch[j], intersec);
3647 bitset intersec; \/* Intersection sets, see below. *\/ local

Completed in 183 milliseconds