HomeSort by: relevance | last modified time | path
    Searched refs:Ch (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl2/xcvs/dist/lib/
strncasecmp.c 30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
strcasecmp.c 36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
strtol.c 204 # define L_(Ch) L##Ch
208 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
209 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
210 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
212 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
strftime.c 243 # define TOUPPER(Ch, L) __towupper_l (Ch, L)
244 # define TOLOWER(Ch, L) __towlower_l (Ch, L)
246 # define TOUPPER(Ch, L) towupper (Ch)
247 # define TOLOWER(Ch, L) towlower (Ch)
252 # define TOUPPER(Ch, L) __toupper_l (Ch, L
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 196 # define L_(Ch) L##Ch
200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
201 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
202 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
204 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 196 # define L_(Ch) L##Ch
200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
201 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
202 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
204 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
strtol.c 203 # define L_(Ch) L##Ch
207 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
208 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
209 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
211 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
strftime.c 310 # define TOUPPER(Ch) towupper (Ch)
311 # define TOLOWER(Ch) towlower (Ch)
314 # define TOUPPER(Ch) toupper (Ch)
315 # define TOLOWER(Ch) tolower (Ch)
317 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
  /src/external/gpl2/texinfo/dist/lib/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
  /src/external/gpl2/grep/dist/lib/
strtol.c 207 # define L_(Ch) L##Ch
211 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
212 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
213 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
215 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
ResourceScriptToken.h 33 #define SHORT_TOKEN(Name, Ch) Name,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptToken.h 47 #define SHORT_TOKEN(Name, Ch) Name,
ResourceScriptToken.cpp 214 #define SHORT_TOKEN(Name, Ch) case Kind::Name:
339 #define SHORT_TOKEN(Name, Ch) \
340 case Ch: \
ResourceFileWriter.cpp 170 for (UTF16 &Ch : Chars) {
171 assert(Ch <= 0x7F && "We didn't allow identifiers to be non-ASCII");
172 Ch = toupper(Ch);
375 for (auto Ch : ProcessedString)
376 writeInt<uint16_t>(Ch);
658 char Ch = Str[1];
659 if (Ch >= 'a' && Ch <= 'z')
660 Entry.ANSICode = ulittle16_t(Ch - 'a' + 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WindowsResourceDumper.cpp 26 for (UTF16 Ch : UTF16Str) {
29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SubtargetFeature.h 211 char Ch = Feature[0];
213 return Ch == '+' || Ch =='-';
225 char Ch = Feature[0];
227 return Ch == '+';
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 47 # define L_(Ch) L##Ch
48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc)
50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc)
51 # define TOLOWER(Ch) __towlower_l ((Ch), loc
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 47 # define L_(Ch) L##Ch
48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc)
50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc)
51 # define TOLOWER(Ch) __towlower_l ((Ch), loc
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
sha2.c 205 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
356 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
366 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
379 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
466 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
469 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
492 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
685 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
695 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
708 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] +
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 421 Chain *Ch = *--I;
423 return Ch;
427 Chain *Ch = *I;
429 return Ch;
434 Chain *Ch = L.front();
436 return Ch;
  /src/common/lib/libc/hash/sha2/
sha2.c 108 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
290 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
301 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
391 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
413 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
636 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
647 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
732 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
754 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
  /src/external/bsd/unbound/dist/compat/
sha512.c 190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
  /src/external/public-domain/xz/dist/src/liblzma/check/
sha256.c 38 #define Ch(x, y, z) (z ^ (x & (y ^ z)))
51 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] + blk; \

Completed in 91 milliseconds

1 2