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        2029 src/regex-emacs.c 	    BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
BYTEWIDTH        2032 src/regex-emacs.c 	    memset (b, 0, (1 << BYTEWIDTH) / BYTEWIDTH);
BYTEWIDTH        2607 src/regex-emacs.c 	      || *pending_exact >= (1 << BYTEWIDTH) - MAX_MULTIBYTE_LENGTH
BYTEWIDTH        2908 src/regex-emacs.c 	    for (j = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH;
BYTEWIDTH        2909 src/regex-emacs.c 		 j < (1 << BYTEWIDTH); j++)
BYTEWIDTH        2916 src/regex-emacs.c 	  nbits = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH;
BYTEWIDTH        2919 src/regex-emacs.c 	    if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not)
BYTEWIDTH        2925 src/regex-emacs.c 	    if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not)
BYTEWIDTH        2987 src/regex-emacs.c 	  for (j = (1 << BYTEWIDTH); j >= 0; j--)
BYTEWIDTH        3129 src/regex-emacs.c   memset (fastmap, 0, 1 << BYTEWIDTH);  /* Assume nothing's valid.  */
BYTEWIDTH        3602 src/regex-emacs.c   if (unibyte && c < (1 << BYTEWIDTH))
BYTEWIDTH        3606 src/regex-emacs.c       if (c < (unsigned) (CHARSET_BITMAP_SIZE (p) * BYTEWIDTH)
BYTEWIDTH        3607 src/regex-emacs.c 	  && p[2 + c / BYTEWIDTH] & (1 << (c % BYTEWIDTH)))