Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDConvertEBCDIC.cpp78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local
111 unsigned char Ch = *Ptr++; in convertToUTF8() local
HDBase64.cpp12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
/freebsd-13-stable/contrib/diff/lib/
HDstrftime.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-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
HDResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDSubtargetFeature.h204 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/
HDWindowsResourceDumper.cpp26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64A57FPLoadBalancing.cpp420 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/
HDCBufferDataLayout.cpp31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
/freebsd-13-stable/contrib/wpa/src/crypto/
HDsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
HDsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
HDhash_sha256_cp.c74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
HDhash_sha512_cp.c90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-13-stable/sys/crypto/sha2/
HDsha256c.c107 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
HDsha512c.c136 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDsha256c.c105 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
HDsha512c.c129 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-13-stable/sys/cddl/boot/zfs/
HDsha256.c47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/freebsd-13-stable/contrib/unbound/compat/
HDsha512.c190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-13-stable/crypto/openssl/crypto/sha/
HDsha256.c163 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
HDsha512.c492 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-13-stable/contrib/apr/random/unix/
HDsha2.c131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
HDsha2.c83 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp2036 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
HDLegalizeDAG.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-13-stable/crypto/openssh/openbsd-compat/
HDsha2.c169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro

12