Home | History | Annotate | Download | only in plaintext

Lines Matching refs:matchmask

1573     int matchmask = 1 << (pattern.length() - 1);
1618 if ((rd[j] & matchmask) != 0) {