Ch
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
# define ISDIGIT(Ch) isdigit (Ch)
# define ISDIGIT(Ch) iswdigit (Ch)
# define ISDIGIT(Ch) isdigit (Ch)
# define ISASCII(Ch) isascii (Ch)
# define ISDIGIT(Ch) iswdigit (Ch)
# define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10)
#define outchar(Ch) \
const INT_T outc = (Ch); \
#define NOT_IN_JUMP_RANGE(Ch) ((Ch) < L_(' ') || (Ch) > L_('z'))
#define CHAR_CLASS(Ch) (jump_table[(INT_T) (Ch) - L_(' ')])
# define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10)
# define ISSPACE(Ch) iswspace (Ch)
# define ISDIGIT(Ch) iswdigit (Ch)
# define ISXDIGIT(Ch) iswxdigit (Ch)
# define TOLOWER(Ch) towlower (Ch)
# define ISSPACE(Ch) isspace_l (Ch, loc)
# define ISDIGIT(Ch) isdigit_l (Ch, loc)
# define ISXDIGIT(Ch) isxdigit_l (Ch, loc)
# define TOLOWER(Ch) tolower_l ((unsigned char) (Ch), loc)
#define ADDW(Ch) \
wp[wpsize++] = (Ch); \
# define L_(Ch) L##Ch
# define ISSPACE(Ch) __iswspace_l ((Ch), loc)
# define ISDIGIT(Ch) __iswdigit_l ((Ch), loc)
# define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc)
# define TOLOWER(Ch) __towlower_l ((Ch), loc)
# define ISSPACE(Ch) iswspace (Ch)
# define ISDIGIT(Ch) iswdigit (Ch)
# define ISXDIGIT(Ch) iswxdigit (Ch)
# define TOLOWER(Ch) towlower (Ch)
# define L_(Ch) Ch
# define ISSPACE(Ch) __isspace_l ((Ch), loc)
# define ISDIGIT(Ch) __isdigit_l ((Ch), loc)
# define ISXDIGIT(Ch) __isxdigit_l ((Ch), loc)
# define TOLOWER(Ch) __tolower_l ((Ch), loc)
# define ISSPACE(Ch) isspace (Ch)
# define ISDIGIT(Ch) isdigit (Ch)
# define ISXDIGIT(Ch) isxdigit (Ch)
# define TOLOWER(Ch) tolower (Ch)
# define L_(Ch) L##Ch
# define ISSPACE(Ch) __iswspace_l ((Ch), loc)
# define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
# define TOUPPER(Ch) __towupper_l ((Ch), loc)
# define ISSPACE(Ch) iswspace (Ch)
# define ISALPHA(Ch) iswalpha (Ch)
# define TOUPPER(Ch) towupper (Ch)
# define L_(Ch) Ch
# define ISSPACE(Ch) __isspace_l ((Ch), loc)
# define ISALPHA(Ch) __isalpha_l ((Ch), loc)
# define TOUPPER(Ch) __toupper_l ((Ch), loc)
# define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch))
# define ISALPHA(Ch) (IN_CTYPE_DOMAIN (Ch) && isalpha (Ch))
# define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch))