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

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha256-internal.c84 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/freebsd-9.3-release/contrib/xz/src/liblzma/check/
H A Dsha256.c38 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/freebsd-9.3-release/lib/libmd/
H A Dsha256c.c78 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
H A Dsha512c.c78 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dsha256.c45 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha512.c399 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha256.c176 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp33 char Ch = Feature[0]; local
49 char Ch = Feature[0]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp44 const char Ch = Val.getZExtValue(); local
/freebsd-9.3-release/crypto/openssh/
H A Dblocks.c43 #define Ch(x,y,z) ((x & y) ^ (~x & z)) macro
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c189 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp603 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr, local
[all...]
H A DLegalizeIntegerTypes.cpp1038 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); local
1804 SDValue Ch = N->getChain(); local
1907 ReplaceValueWith(SDValue(N, 1), Ch); local
2709 SDValue Ch = N->getChain(); local
[all...]
H A DLegalizeVectorTypes.cpp820 SDValue Ch = LD->getChain(); local
852 ReplaceValueWith(SDValue(LD, 1), Ch); local
1273 SDValue Ch = N->getChain(); local
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9046 SDValue Ch = DAG.getStore(St->getChain(), DL, SubVec, BasePtr, local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16493 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr, local
18377 SDValue Ch = DAG.getStore(St->getChain(), dl, SubVec, Ptr, local

Completed in 314 milliseconds