/external/llvm/lib/Target/BPF/ |
BPFISelDAGToDAG.cpp | 71 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); 72 if (isInt<32>(CN->getSExtValue())) { 81 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i64);
|
/external/mesa3d/src/mesa/math/ |
m_eval.c | 114 * control net cn. 118 _math_horner_bezier_surf(GLfloat * cn, GLfloat * out, GLfloat u, GLfloat v, 121 GLfloat *cp = cn + uorder * vorder * dim; 131 GLfloat *ucp = &cn[j * dim]; 155 else /* uorder=1 -> cn defines a curve in v */ 156 _math_horner_bezier_curve(cn, out, v, dim, vorder); 164 for (i = 0; i < uorder; i++, cn += uinc) { 165 /* For constant i all cn[i][j] (j=0..vorder) are located */ 169 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder); 175 else /* vorder=1 -> cn defines a curve in u * [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 97 ConstantSDNode *CN = nullptr; 99 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) 100 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) { 103 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeTypeAndValue.java | 67 private static final ObjectIdentifier CN 68 = new ObjectIdentifier(new int[] { 2, 5, 4, 3 }, "CN", RFC1779_NAMES); 143 RFC1779_NAMES.put(CN.getName(), CN);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
BCStyle.java | 42 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); 206 DefaultSymbols.put(CN, "CN"); 239 DefaultLookUp.put("cn", CN);
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
RegionCode.java | 39 static final String CN = "CN";
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 190 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); 191 if (isInt<16>(CN->getSExtValue())) { 202 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
|
MipsSEISelDAGToDAG.cpp | 290 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); 291 if (isIntN(OffsetBits, CN->getSExtValue())) { 301 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy); 442 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Offset)) { 443 unsigned CnstOff = CN->getZExtValue(); 725 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node); 726 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) { 749 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node); 750 unsigned Size = CN->getValueSizeInBits(0); 756 int64_t Imm = CN->getSExtValue() [all...] |
MipsISelLowering.cpp | 684 ConstantSDNode *CN; 685 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1)))) 688 uint64_t Pos = CN->getZExtValue(); 692 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) || 693 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) 719 ConstantSDNode *CN; 725 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) || 726 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) 733 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || 734 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1) [all...] |
/frameworks/base/core/java/android/content/ |
ComponentName.java | 157 int CN = mClass.length(); 158 if (CN > PN && mClass.charAt(PN) == '.') { 159 return mClass.substring(PN, CN); 169 int CN = className.length(); 170 if (CN > PN && className.charAt(PN) == '.') { 171 sb.append(className, PN, CN); 182 int CN = className.length(); 183 if (CN > PN && className.charAt(PN) == '.') { 184 pw.write(className, PN, CN-PN);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 69 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); 269 DefaultSymbols.put(CN, "CN"); 301 RFC2253Symbols.put(CN, "CN"); 311 RFC1779Symbols.put(CN, "CN"); 320 DefaultLookUp.put("cn", CN); [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
DAGCombiner.cpp | 732 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) 733 return CN; 737 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); 742 if (CN && UndefElements.none() && 743 CN->getValueType(0) == N.getValueType().getScalarType()) 744 return CN; 753 if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N)) 754 return CN; 758 ConstantFPSDNode *CN = BV->getConstantFPSplatNode(&UndefElements); 760 if (CN && UndefElements.none() [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 136 const ConstantSDNode *CN = cast<ConstantSDNode>(N); 137 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32); [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | 662 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode())) 663 if (isInt<9>(CN->getSExtValue())) { 689 if (ConstantSDNode *CN = 691 if (isInt<9>(CN->getSExtValue())) { [all...] |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
X86ISelLowering.cpp | [all...] |
/external/libvncserver/x11vnc/ |
sslhelper.c | 246 char *C, *L, *OU, *O, *CN, *EM; 282 CN = strdup(line); 329 CN = get_input("CommonName", &CN); 332 sprintf(str, tmpl, C, L, OU, O, CN, EM); 2371 static int cn = 0; local [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 724 ConstantSDNode *CN = cast<ConstantSDNode>(Op->getOperand(1)); 725 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |