Searched refs:Ch (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp44 const char Ch = Val.getZExtValue(); local
45 Out << ((Ch == '\'') ? "'\\" : "'");
46 Out.write_escaped(StringRef(&Ch, 1), /*UseHexEscapes=*/ true);
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h451 # define TOLOWER(Ch) tolower (Ch)
452 # define TOUPPER(Ch) toupper (Ch)
454 # define TOLOWER(Ch) (ISUPPER (Ch) ? tolower (Ch) : (Ch))
455 # define TOUPPER(Ch) (ISLOWER (Ch)
[all...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c226 # define TOUPPER(Ch, L) __towupper_l (Ch, L)
227 # define TOLOWER(Ch, L) __towlower_l (Ch, L)
229 # define TOUPPER(Ch, L) towupper (Ch)
230 # define TOLOWER(Ch, L) towlower (Ch)
235 # define TOUPPER(Ch, L) __toupper_l (Ch,
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp33 char Ch = Feature[0]; local
35 return Ch == '+' || Ch =='-';
49 char Ch = Feature[0]; local
51 return Ch == '+';
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dsha256.c40 * Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z)))
45 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
88 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c189 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
340 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
350 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
363 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
450 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
453 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
476 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
667 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
677 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
690 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha256-internal.c84 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
120 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
/freebsd-9.3-release/contrib/xz/src/liblzma/check/
H A Dsha256.c38 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
51 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] \
/freebsd-9.3-release/sys/dev/rp/
H A Drp.c347 Byte_t Ch; /* channel number within AIOP */ local
362 Ch = (Byte_t)sGetChanNum(ChP);
363 rp_writech1(ChP,_CMD_REG,Ch | RESRXFCNT); /* apply reset Rx FIFO count */
364 rp_writech1(ChP,_CMD_REG,Ch); /* remove reset Rx FIFO count */
390 Byte_t Ch; /* channel number within AIOP */ local
405 Ch = (Byte_t)sGetChanNum(ChP);
406 rp_writech1(ChP,_CMD_REG,Ch | RESTXFCNT); /* apply reset Tx FIFO count */
407 rp_writech1(ChP,_CMD_REG,Ch); /* remove reset Tx FIFO count */
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
612 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
622 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
937 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
947 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
960 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
612 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
622 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
937 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
947 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
960 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha256.c176 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
203 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
222 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
249 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
H A Dsha512.c399 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
438 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
457 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
484 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/freebsd-9.3-release/lib/libmd/
H A Dsha256c.c78 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
89 t0 = h + S1(e) + Ch(e, f, g) + k; \
H A Dsha512c.c78 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
89 t0 = h + S1(e) + Ch(e, f, g) + k; \
/freebsd-9.3-release/crypto/openssh/
H A Dblocks.c43 #define Ch(x,y,z) ((x & y) ^ (~x & z)) macro
71 T1 = h + Sigma1(e) + Ch(e,f,g) + k + w; \
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1038 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); local
1044 return DAG.getTruncStore(Ch, dl, Val, Ptr,
1804 SDValue Ch = N->getChain(); local
1819 Lo = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr, N->getPointerInfo(),
1823 Ch = Lo.getValue(1);
1841 Lo = DAG.getLoad(NVT, dl, Ch, Ptr, N->getPointerInfo(),
1853 Hi = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr,
1860 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1871 Hi = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr, N->getPointerInfo(),
1880 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, NVT, Ch, Pt
1907 ReplaceValueWith(SDValue(N, 1), Ch); local
2709 SDValue Ch = N->getChain(); local
[all...]
H A DLegalizeDAG.cpp603 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr, local
615 Ch = DAG.getTruncStore(Ch, dl, Tmp2, StackPtr2, MachinePointerInfo(), EltVT,
618 return DAG.getLoad(VT, dl, Ch, StackPtr,
953 SDValue Ch;
966 Ch = Result.getValue(1); // The chain.
980 Chain = Ch;
992 SDValue Lo, Hi, Ch;
1014 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1044 Ch
[all...]
H A DLegalizeVectorTypes.cpp820 SDValue Ch = LD->getChain(); local
833 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
840 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
847 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
852 ReplaceValueWith(SDValue(LD, 1), Ch); local
1273 SDValue Ch = N->getChain(); local
1289 Lo = DAG.getTruncStore(Ch, DL, Lo, Ptr, N->getPointerInfo(),
1292 Lo = DAG.getStore(Ch, DL, Lo, Ptr, N->getPointerInfo(),
1300 Hi = DAG.getTruncStore(Ch, DL, Hi, Ptr,
1304 Hi = DAG.getStore(Ch, D
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl458 { .mib; add T1=T1,H // T1=Ch(e,f,g)+h
468 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
521 add T1=T1,H // T1=Ch(e,f,g)+h
545 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h326 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
328 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16493 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr, local
16513 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
18377 SDValue Ch = DAG.getStore(St->getChain(), dl, SubVec, Ptr, local
18381 Chains.push_back(Ch);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9046 SDValue Ch = DAG.getStore(St->getChain(), DL, SubVec, BasePtr, local
9051 Chains.push_back(Ch);

Completed in 402 milliseconds