| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | ConvertEBCDIC.cpp | 78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local 111 unsigned char Ch = *Ptr++; in convertToUTF8() local
|
| HD | Base64.cpp | 12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
|
| /freebsd-13-stable/contrib/diff/lib/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| HD | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| HD | SubtargetFeature.h | 204 char Ch = Feature[0]; in hasFlag() local 218 char Ch = Feature[0]; in isEnabled() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64A57FPLoadBalancing.cpp | 420 Chain *Ch = *--I; in getAndEraseNext() local 426 Chain *Ch = *I; in getAndEraseNext() local 433 Chain *Ch = L.front(); in getAndEraseNext() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| HD | CBufferDataLayout.cpp | 31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
|
| /freebsd-13-stable/contrib/wpa/src/crypto/ |
| HD | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
| HD | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| HD | hash_sha256_cp.c | 74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| HD | hash_sha512_cp.c | 90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| /freebsd-13-stable/sys/crypto/sha2/ |
| HD | sha256c.c | 107 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| HD | sha512c.c | 136 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/ |
| HD | sha256c.c | 105 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| HD | sha512c.c | 129 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
| /freebsd-13-stable/sys/cddl/boot/zfs/ |
| HD | sha256.c | 47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
| /freebsd-13-stable/contrib/unbound/compat/ |
| HD | sha512.c | 190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| /freebsd-13-stable/crypto/openssl/crypto/sha/ |
| HD | sha256.c | 163 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| HD | sha512.c | 492 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| /freebsd-13-stable/contrib/apr/random/unix/ |
| HD | sha2.c | 131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
| /freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/ |
| HD | sha2.c | 83 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorTypes.cpp | 2036 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 2082 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() local 2228 SDValue Ch = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Lo.getValue(1), in SplitVecRes_VP_STRIDED_LOAD() local 2243 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 2326 SDValue Ch = N->getChain(); in SplitVecRes_Gather() local 3409 SDValue Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecOp_UnaryOp() local 3622 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() local 3776 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() local 3854 SDValue Ch = N->getChain(); in SplitVecOp_Scatter() local 3943 SDValue Ch = N->getChain(); in SplitVecOp_STORE() local
|
| HD | 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-13-stable/crypto/openssh/openbsd-compat/ |
| HD | sha2.c | 169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|