BYTEWIDTH         473 src/regex-emacs.c   while (i < (1 << BYTEWIDTH))
BYTEWIDTH         479 src/regex-emacs.c 	  while (i < (1 << BYTEWIDTH)  &&  fastmap[i])
BYTEWIDTH        1370 src/regex-emacs.c #define SET_LIST_BIT(c) (b[((c)) / BYTEWIDTH] |= 1 << ((c) % BYTEWIDTH))
BYTEWIDTH        2024 src/regex-emacs.c 	    BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
BYTEWIDTH        2027 src/regex-emacs.c 	    memset (b, 0, (1 << BYTEWIDTH) / BYTEWIDTH);
BYTEWIDTH        2604 src/regex-emacs.c 	      || *pending_exact >= (1 << BYTEWIDTH) - MAX_MULTIBYTE_LENGTH
BYTEWIDTH        2905 src/regex-emacs.c 	    for (j = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH;
BYTEWIDTH        2906 src/regex-emacs.c 		 j < (1 << BYTEWIDTH); j++)
BYTEWIDTH        2913 src/regex-emacs.c 	  nbits = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH;
BYTEWIDTH        2916 src/regex-emacs.c 	    if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not)
BYTEWIDTH        2922 src/regex-emacs.c 	    if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not)
BYTEWIDTH        2984 src/regex-emacs.c 	  for (j = (1 << BYTEWIDTH); j >= 0; j--)
BYTEWIDTH        3126 src/regex-emacs.c   memset (fastmap, 0, 1 << BYTEWIDTH);  /* Assume nothing's valid.  */
BYTEWIDTH        3604 src/regex-emacs.c   if (unibyte && c < (1 << BYTEWIDTH))
BYTEWIDTH        3608 src/regex-emacs.c       if (c < (unsigned) (CHARSET_BITMAP_SIZE (p) * BYTEWIDTH)
BYTEWIDTH        3609 src/regex-emacs.c 	  && p[2 + c / BYTEWIDTH] & (1 << (c % BYTEWIDTH)))