/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertEBCDIC.cpp | 78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local 111 unsigned char Ch = *Ptr++; in convertToUTF8() local
|
H A D | Base64.cpp | 12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument 227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument 229 # define TOUPPER(Ch, L) towupper (Ch) argument 230 # define TOLOWER(Ch, L) towlower (Ch) argument 235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument 236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument 238 # define TOUPPER(Ch, L) toupper (Ch) argument 239 # define TOLOWER(Ch, L) tolower (Ch) argument 242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument 243 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
H A D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 211 char Ch = Feature[0]; hasFlag() local 225 char Ch = Feature[0]; isEnabled() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; getAndEraseNext() local 427 Chain *Ch = *I; getAndEraseNext() local 434 Chain *Ch = L.front(); getAndEraseNext() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
H A D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
H A D | hash_sha256_cp.c | 74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
H A D | hash_sha512_cp.c | 90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
/freebsd/sys/crypto/sha2/ |
H A D | sha256c.c | 107 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
H A D | sha512c.c | 136 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | sha256.c | 47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha256.c | 142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
H A D | sha512.c | 479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/freebsd/contrib/unbound/compat/ |
H A D | sha512.c | 190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha2_generic.c | 62 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2032 SDValue Ch = LD->getChain(); SplitVecRes_LOAD() local 2078 SDValue Ch = LD->getChain(); SplitVecRes_VP_LOAD() local 2224 SDValue Ch = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Lo.getValue(1), SplitVecRes_VP_STRIDED_LOAD() local 2239 SDValue Ch = MLD->getChain(); SplitVecRes_MLOAD() local 2322 SDValue Ch = N->getChain(); SplitVecRes_Gather() local 3405 SDValue Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), SplitVecOp_UnaryOp() local 3618 SDValue Ch = N->getChain(); SplitVecOp_VP_STORE() local 3772 SDValue Ch = N->getChain(); SplitVecOp_MSTORE() local 3850 SDValue Ch = N->getChain(); SplitVecOp_Scatter() local 3939 SDValue Ch = N->getChain(); SplitVecOp_STORE() local [all...] |
H A D | LegalizeDAG.cpp | 734 SDValue Ch; in LegalizeLoadOps() local 775 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local 1392 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local 1477 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack() local 1832 SDValue Ch = DAG.getTruncStore( in ExpandSCALAR_TO_VECTOR() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sha2.c | 169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 136 char Ch = Str[i]; in MyStol() local
|
/freebsd/contrib/ldns/ |
H A D | sha2.c | 198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 1377 for (const TreeNodePtr Ch : Children) { in VerifyDFSNumbers() local
|