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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c356 #define BYTEWIDTH 8 /* In bits. */
631 while (i < (1 << BYTEWIDTH))
637 while (i < (1 << BYTEWIDTH) && fastmap[i])
1703 (b[((unsigned char) (c)) / BYTEWIDTH] \
1704 |= 1 << (((unsigned char) c) % BYTEWIDTH))
2139 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
2142 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
2249 for (ch = 0; ch < 1 << BYTEWIDTH;
354 #define BYTEWIDTH macro
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
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...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c400 # define BYTEWIDTH 8 /* In bits. */
788 while (i < (1 << BYTEWIDTH))
794 while (i < (1 << BYTEWIDTH) && fastmap[i])
2161 (b[((unsigned char) (c)) / BYTEWIDTH] \
2162 |= 1 << (((unsigned char) c) % BYTEWIDTH))
3136 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
3139 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
3250 for (ch = 0; ch < 1 << BYTEWIDTH;
397 # define BYTEWIDTH macro
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c400 # define BYTEWIDTH 8 /* In bits. */
788 while (i < (1 << BYTEWIDTH))
794 while (i < (1 << BYTEWIDTH) && fastmap[i])
2161 (b[((unsigned char) (c)) / BYTEWIDTH] \
2162 |= 1 << (((unsigned char) c) % BYTEWIDTH))
3137 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
3140 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH);
3251 for (ch = 0; ch < 1 << BYTEWIDTH;
397 # define BYTEWIDTH macro
[all...]

Completed in 227 milliseconds