Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertEBCDIC.cpp78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local
111 unsigned char Ch = *Ptr++; in convertToUTF8() local
H A DBase64.cpp12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
H A DTextEncoding.cpp35 for (auto Ch : CSName) { in normalizeCharSetName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h205 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 DWindowsResourceDumper.cpp26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp419 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 Dsha256.c178 #define Ch(x, y, z) ({ MD32_REG_T ret; \ macro
208 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c501 #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 DCBufferDataLayout.cpp31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
/freebsd/contrib/wpa/src/crypto/
H A Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
H A Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/
H A Dsha512.c46 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha256.c68 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/sys/crypto/sha2/
H A Dsha256c.c107 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
H A Dsha512c.c136 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd/sys/cddl/boot/zfs/
H A Dsha256.c47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/freebsd/contrib/unbound/compat/
H A Dsha512.c190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c62 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2111 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 DLegalizeDAG.cpp751 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 DFuzzerDriver.cpp137 char Ch = Str[i]; in MyStol() local

12