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

/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c350 #define BYTEWIDTH 8 /* In bits. */
630 ((c) < CHARSET_BITMAP_SIZE (p) * BYTEWIDTH \
631 && (p)[2 + (c) / BYTEWIDTH] & (1 << ((c) % BYTEWIDTH)))
715 while (i < (1 << BYTEWIDTH))
721 while (i < (1 << BYTEWIDTH) && fastmap[i])
1766 (b[((unsigned char) (c)) / BYTEWIDTH] \
1767 |= 1 << (((unsigned char) c) % BYTEWIDTH))
2204 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
348 #define BYTEWIDTH macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c303 #define BYTEWIDTH 8 /* In bits. */
578 while (i < (1 << BYTEWIDTH))
584 while (i < (1 << BYTEWIDTH) && fastmap[i])
1650 (b[((unsigned char) (c)) / BYTEWIDTH] \
1651 |= 1 << (((unsigned char) c) % BYTEWIDTH))
2086 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
2089 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
2196 for (ch = 0; ch < 1 << BYTEWIDTH;
301 #define BYTEWIDTH macro
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c398 # define BYTEWIDTH 8 /* In bits. */
786 while (i < (1 << BYTEWIDTH))
792 while (i < (1 << BYTEWIDTH) && fastmap[i])
2159 (b[((unsigned char) (c)) / BYTEWIDTH] \
2160 |= 1 << (((unsigned char) c) % BYTEWIDTH))
3134 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
3137 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
3248 for (ch = 0; ch < 1 << BYTEWIDTH;
395 # define BYTEWIDTH macro
[all...]

Completed in 191 milliseconds