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

/macosx-10.10.1/llvmCore-3425.0.34/utils/obj2yaml/
H A Dobj2yaml.cpp26 unsigned char printable(unsigned char Ch) { argument
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dsha256.c39 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c39 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c166 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/
H A Dsha256.c156 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c398 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DSubtargetFeature.cpp33 char Ch = Feature[0]; local
49 char Ch = Feature[0]; local
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c203 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsha2.c189 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.c210 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.c71 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
H A Dsha256.tcl
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp590 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr, local
[all...]
H A DLegalizeIntegerTypes.cpp1037 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); local
1794 SDValue Ch = N->getChain(); local
1895 ReplaceValueWith(SDValue(N, 1), Ch); local
2683 SDValue Ch = N->getChain(); local
[all...]
H A DLegalizeVectorTypes.cpp787 SDValue Ch = LD->getChain(); local
817 ReplaceValueWith(SDValue(LD, 1), Ch); local
1161 SDValue Ch = N->getChain(); local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp8019 SDValue Ch = DAG.getStore(St->getChain(), DL, SubVec, BasePtr, local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp13991 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr, local
15461 SDValue Ch = DAG.getStore(St->getChain(), dl, SubVec, Ptr, local

Completed in 582 milliseconds