Home
last modified time | relevance | path

Searched refs:BYTEWIDTH (Results 1 – 1 of 1) sorted by relevance

/external/clearsilver/util/regex/
Dregex.c318 #define BYTEWIDTH 8 /* In bits. */ macro
582 while (i < (1 << BYTEWIDTH))
588 while (i < (1 << BYTEWIDTH) && fastmap[i])
1561 (b[((unsigned char) (c)) / BYTEWIDTH] \
1562 |= 1 << (((unsigned char) c) % BYTEWIDTH))
1973 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
1976 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
2087 for (ch = 0; ch < 1 << BYTEWIDTH; ch++)
2618 || *pending_exact == (1 << BYTEWIDTH) - 1
2953 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */
[all …]