Searched defs:Ch (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/sys/cddl/boot/zfs/
H A Dsha256.c45 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dsha256-internal.c68 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/freebsd-11.0-release/contrib/xz/src/liblzma/check/
H A Dsha256.c38 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/freebsd-11.0-release/sys/crypto/sha2/
H A Dsha256c.c102 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
H A Dsha512c.c129 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-11.0-release/crypto/openssl/crypto/sha/
H A Dsha256.c162 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c409 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-11.0-release/crypto/openssh/
H A Dblocks.c43 #define Ch(x,y,z) ((x & y) ^ (~x & z)) macro
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp34 char Ch = Feature[0]; local
50 char Ch = Feature[0]; local
/freebsd-11.0-release/contrib/unbound/compat/
H A Dsha512.c190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dsha2.c167 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp59 const char Ch = Val.getZExtValue(); local
H A DStmtPrinter.cpp2298 ObjCArrayLiteral::child_range Ch = E->children(); local
/freebsd-11.0-release/contrib/apr/random/unix/
H A Dsha2.c131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp419 Chain *Ch = *--I; local
425 Chain *Ch = *I; local
432 Chain *Ch = L.front(); local
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/freebsd-11.0-release/contrib/ldns/
H A Dsha2.c198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp619 SDValue Ch = DAG.getStore( local
[all...]
H A DLegalizeIntegerTypes.cpp1168 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); local
2005 SDValue Ch = N->getChain(); local
2112 ReplaceValueWith(SDValue(N, 1), Ch); local
2956 SDValue Ch = N->getChain(); local
[all...]
H A DLegalizeVectorTypes.cpp993 SDValue Ch = LD->getChain(); local
1025 ReplaceValueWith(SDValue(LD, 1), Ch); local
1034 SDValue Ch = MLD->getChain(); local
1092 ReplaceValueWith(SDValue(MLD, 1), Ch); local
1102 SDValue Ch = MGT->getChain(); local
1153 ReplaceValueWith(SDValue(MGT, 1), Ch); local
1674 ReplaceValueWith(SDValue(MGT, 1), Ch); local
1684 SDValue Ch = N->getChain(); local
1746 SDValue Ch = N->getChain(); local
1809 SDValue Ch = N->getChain(); local
[all...]
/freebsd-11.0-release/sys/dev/rp/
H A Drp.c347 Byte_t Ch; /* channel number within AIOP */ local
390 Byte_t Ch; /* channel number within AIOP */ local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9986 SDValue Ch = DAG.getStore(St->getChain(), DL, SubVec, BasePtr, local

Completed in 405 milliseconds