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

12

/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp100 ConstantSDNode *CN = 0; local
102 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
103 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
106 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
121 ConstantSDNode *CN = 0; local
123 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
124 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
127 Offset = CurDAG->getTargetConstant(CN
142 ConstantSDNode *CN = 0; local
[all...]
H A DXCoreISelLowering.cpp359 ConstantSDNode *CN = 0; local
360 if (!(CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))) {
363 int64_t off = CN->getSExtValue();
368 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Base.getOperand(1) local
370 if (CN && (CN->getSExtValue() >= 2)) {
/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/
H A Dkeytest1.tcl17 tls::misc req 1024 $keyfile $certfile [list C CCC ST STTT L LLLL O OOOO OU OUUUU CN CNNNN Email some@email.com days 730 serial 12]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp42 isI32IntS10Immediate(ConstantSDNode *CN) argument
44 return isInt<10>(CN->getSExtValue());
49 isI32IntU10Immediate(ConstantSDNode *CN) argument
51 return isUInt<10>(CN->getSExtValue());
56 isI16IntS10Immediate(ConstantSDNode *CN) argument
58 return isInt<10>(CN->getSExtValue());
63 isI16IntU10Immediate(ConstantSDNode *CN) argument
65 return isUInt<10>((short) CN->getZExtValue());
70 \param CN The constant SelectionDAG node holding the value
73 This predicate tests the value in \a CN t
78 isIntS16Immediate(ConstantSDNode *CN, short &Imm) argument
427 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
448 ConstantSDNode *CN = cast<ConstantSDNode>(Op0); local
484 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
488 ConstantSDNode *CN = cast<ConstantSDNode>(Op0); local
749 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); local
863 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
1113 ConstantSDNode *CN = cast<ConstantSDNode>(N); local
[all...]
H A DSPUISelLowering.cpp591 ConstantSDNode *CN; local
596 && (CN = dyn_cast<ConstantSDNode > (basePtr.getOperand(1))) != 0) {
598 int64_t offset = CN->getSExtValue();
800 ConstantSDNode *CN; local
804 && (CN = dyn_cast<ConstantSDNode>(basePtr.getOperand(1))) != 0) {
806 int64_t offset = CN->getSExtValue();
1524 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
1525 return CN;
1537 if (ConstantSDNode *CN = getVecImm(N)) {
1538 uint64_t Value = CN
1965 ConstantSDNode *CN = cast<ConstantSDNode>(Op0.getNode()); local
2177 ConstantSDNode *CN = cast<ConstantSDNode>(IdxOp); local
2993 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp85 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
86 if (isInt<13>(CN->getSExtValue())) {
94 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
121 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
122 if (isInt<13>(CN->getSExtValue()))
/macosx-10.10/apache-793/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in41 # Turkish (tr) - Simplified Chinese (zh-CN) - Spanish (es)
69 AddLanguage zh-CN .zh-cn
78 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
111 AddCharset ISO-2022-CN .iso2022-cn .cis
/macosx-10.10/libiconv-42/libiconv/lib/
H A Daliases.h110 char stringpool_str11[sizeof("CN")];
114 char stringpool_str30[sizeof("ISO646-CN")];
120 char stringpool_str42[sizeof("EUC-CN")];
222 char stringpool_str224[sizeof("CN-GB-ISOIR165")];
226 char stringpool_str229[sizeof("CN-BIG5")];
251 char stringpool_str290[sizeof("ISO-2022-CN")];
286 char stringpool_str347[sizeof("CN-GB")];
306 char stringpool_str387[sizeof("ISO-2022-CN-EXT")];
457 "CN",
461 "ISO646-CN",
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp164 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
166 uint32_t Imm = CN->getZExtValue();
167 Disp = CurDAG->getTargetConstant(Imm, CN->getValueType(0));
168 Base = CurDAG->getRegister(MBlaze::R0, CN->getValueType(0));
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dgen_csr.rb12 name ... ex. /C=JP/O=RRR/OU=CA/CN=NaHi/emailAddress=nahi@example.org
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp315 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
316 if (isInt<16>(CN->getSExtValue())) {
325 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
486 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node); local
487 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
503 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node); local
504 unsigned Size = CN->getValueSizeInBits(0);
510 int64_t Imm = CN->getSExtValue();
516 DebugLoc DL = CN->getDebugLoc();
H A DMipsISelLowering.cpp662 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
664 if (!CN || CN->getZExtValue())
694 ConstantSDNode *CN;
695 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
698 uint64_t Pos = CN->getZExtValue();
702 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
703 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize))
729 ConstantSDNode *CN; local
735 if (!(CN
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/mappings/
H A Ducmcore.mk13 # EUC-CN, GBK (Windows cp936), GB 18030
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dstunnel.pem65 Issuer: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost
69 Subject: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp225 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
227 uint64_t Offset = CN->getSExtValue();
233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
/macosx-10.10/ruby-106/ruby/test/open-uri/
H A Dtest_ssl.rb137 Issuer: C=JP, ST=Tokyo, O=RubyTest, CN=Ruby Test CA
141 Subject: C=JP, ST=Tokyo, O=RubyTest, CN=Ruby Test CA
199 Issuer: C=JP, ST=Tokyo, O=RubyTest, CN=Ruby Test CA
203 Subject: C=JP, ST=Tokyo, O=RubyTest, CN=127.0.0.1
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt50 Issuer: C=US, ST=Utah, L=Salt Lake City, O=Xcert EZ by DST, CN=Xcert EZ by DST/Email=ca@digsigtrust.com
54 Subject: C=US, ST=Utah, L=Salt Lake City, O=Xcert EZ by DST, CN=Xcert EZ by DST/Email=ca@digsigtrust.com
155 DirName:/C=US/O=Digital Signature Trust Co./OU=DST (ANX Network) CA/CN=CRL1
206 Issuer: C=US, O=American Express Company, Inc., OU=American Express Technologies, CN=American Express Certificate Authority
210 Subject: C=US, O=American Express Company, Inc., OU=American Express Technologies, CN=American Express Certificate Authority
268 Issuer: C=US, O=American Express Company, Inc., OU=American Express Technologies, CN=American Express Global Certificate Authority
272 Subject: C=US, O=American Express Company, Inc., OU=American Express Technologies, CN=American Express Global Certificate Authority
351 Issuer: C=BE, L=Brussels, O=BelSign NV, OU=BelSign Object Publishing Certificate Authority, CN=BelSign Object Publishing CA/Email=webmaster@belsign.be
355 Subject: C=BE, L=Brussels, O=BelSign NV, OU=BelSign Object Publishing Certificate Authority, CN=BelSign Object Publishing CA/Email=webmaster@belsign.be
410 Issuer: C=BE, L=Brussels, O=BelSign NV, OU=BelSign Secure Server Certificate Authority, CN
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DAliasSetTracker.h188 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {}
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1015 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1016 if (isInt<9>(CN->getSExtValue())) {
1042 if (ConstantSDNode *CN =
1044 if (isInt<9>(CN->getSExtValue())) {
1168 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
1169 APFloat APF = CN->getValueAPF();
1451 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1452 if (isInt<13>(CN->getSExtValue()))
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp553 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
556 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
593 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
600 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_security_signer.rb172 assert_match %r%certificate /CN=nobody/DC=example not valid%, e.message
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp806 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
807 Value = CN->getZExtValue();
808 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
809 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
810 Value = FloatToBits(CN->getValueAPF().convertToFloat());
960 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
966 if (isIntS16Immediate(CN, Imm)) {
967 Disp = DAG.getTargetConstant(Imm, CN->getValueType(0));
969 CN->getValueType(0));
974 if (CN
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1017 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1018 unsigned Val = CN->getZExtValue();
1084 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1085 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1086 CN->getZExtValue() == 9) {
1087 AM.Scale = unsigned(CN->getZExtValue())-1;
1100 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1217 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1)); local
1221 !FoldOffsetIntoAddress(CN
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql132 values (2, 1, -1, 2, 'Apple Installer', 'anchor apple generic and certificate 1[subject.CN] = "Apple Software Update Certification Authority"');
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql132 values (2, 1, -1, 2, 'Apple Installer', 'anchor apple generic and certificate 1[subject.CN] = "Apple Software Update Certification Authority"');

Completed in 440 milliseconds

12