Searched refs:Ch (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c171 # define L_(Ch) L##Ch
175 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
176 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
177 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
179 # define ISSPACE(Ch) iswspace (Ch)
[all...]
H A Dstrtod.c100 # define L_(Ch) L##Ch
102 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
103 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc)
104 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc)
105 # define TOLOWER(Ch) __towlower_l ((Ch), lo
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.c35 # define ISDIGIT(Ch) isdigit (Ch)
36 # define ISASCII(Ch) isascii (Ch)
51 # define ISDIGIT(Ch) iswdigit (Ch)
H A Dprintf-prs.c31 # define ISDIGIT(Ch) isdigit (Ch)
32 # define ISASCII(Ch) isascii (Ch)
54 # define ISDIGIT(Ch) iswdigit (Ch)
H A Dvfscanf.c86 # define ISSPACE(Ch) iswspace (Ch)
87 # define ISDIGIT(Ch) iswdigit (Ch)
88 # define ISXDIGIT(Ch) iswxdigit (Ch)
89 # define TOLOWER(Ch) towlower (Ch)
115 # define ISSPACE(Ch) isspace (Ch)
[all...]
H A Dvfprintf.c74 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10)
90 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10)
135 # define ISDIGIT(Ch) isdigit (Ch)
162 #define outchar(Ch) \
165 register const INT_T outc = (Ch); \
304 #define NOT_IN_JUMP_RANGE(Ch) ((Ch) < L
[all...]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c128 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
273 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
284 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
372 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
394 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
551 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
563 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
652 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
674 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 106 milliseconds