Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 39) 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()
/freebsd/contrib/diff/lib/
H A Dstrftime.c226 # 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 DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h211 char Ch = Feature[0]; hasFlag() local
225 char Ch = Feature[0]; 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.cpp421 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 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/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/crypto/openssl/crypto/sha/
H A Dsha256.c142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2032 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 DLegalizeDAG.cpp734 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 Dsha2.c169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp136 char Ch = Str[i]; in MyStol() local
/freebsd/contrib/ldns/
H A Dsha2.c198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1377 for (const TreeNodePtr Ch : Children) { in VerifyDFSNumbers() local

12