| /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()
|
| H A D | TextEncoding.cpp | 35 for (auto Ch : CSName) { in normalizeCharSetName() local
|
| /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 | 205 char Ch = Feature[0]; in hasFlag() local 219 char Ch = Feature[0]; in 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 | 419 Chain *Ch = *--I; in getAndEraseNext() local 425 Chain *Ch = *I; in getAndEraseNext() local 432 Chain *Ch = L.front(); in getAndEraseNext() local
|
| /freebsd/crypto/openssl/crypto/sha/ |
| H A D | sha256.c | 178 #define Ch(x, y, z) ({ MD32_REG_T ret; \ macro 208 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| H A D | sha512.c | 501 #define Ch(x, y, z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro 522 #define Ch(x, y, z) ({ SHA_LONG64 ret; \ macro 571 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| /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/crypto/krb5/src/lib/crypto/builtin/sha2/ |
| H A D | sha512.c | 46 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| H A D | sha256.c | 68 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (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/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/crypto/openssh/openbsd-compat/ |
| H A D | sha2.c | 169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2111 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 2157 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() local 2303 SDValue Ch = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Lo.getValue(1), in SplitVecRes_VP_STRIDED_LOAD() local 2318 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 2401 SDValue Ch = N->getChain(); in SplitVecRes_Gather() local 3711 SDValue Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecOp_UnaryOp() local 3932 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() local 4086 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() local 4164 SDValue Ch = N->getChain(); in SplitVecOp_Scatter() local 4253 SDValue Ch = N->getChain(); in SplitVecOp_STORE() local
|
| H A D | LegalizeDAG.cpp | 751 SDValue Ch; in LegalizeLoadOps() local 792 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local 1427 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local 1513 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo, in ExpandInsertToVectorThroughStack() local 1896 SDValue Ch = DAG.getTruncStore( in ExpandSCALAR_TO_VECTOR() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 137 char Ch = Str[i]; in MyStol() local
|