/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertInfo.java | 92 // X509.v2 & v3 extensions 309 // optional v2, v3 extras 699 "Extensions not allowed in v2 certificate"); 915 if (version.compare(CertificateVersion.V2) < 0) { 932 if (version.compare(CertificateVersion.V2) < 0) { [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith_amd64.s | 103 JL V2 // if n < 0 goto V2 126 V2: ADDQ $4, DI // n += 4
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_amd64.s | 103 JL V2 // if n < 0 goto V2 126 V2: ADDQ $4, DI // n += 4
|
/external/clang/lib/Driver/ |
ToolChains.h | 486 unsigned V2 = 0) const { 488 return TargetVersion < VersionTuple(V0, V1, V2); 491 bool isMacosxVersionLT(unsigned V0, unsigned V1 = 0, unsigned V2 = 0) const { 493 return TargetVersion < VersionTuple(V0, V1, V2); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 312 __declspec(property(set)) int V2; // expected-error {{putter for property must be specified as 'put', not 'set'}} expected-error {{expected '=' after 'set'}}
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btVector3.h | 416 SIMD_FORCE_INLINE btScalar triple(const btVector3& v1, const btVector3& v2) const 421 __m128 V = _mm_shuffle_ps(v2.mVec128, v2.mVec128, BT_SHUFFLE(1, 2, 0, 3)); // (Y Z X 0) 424 T = _mm_mul_ps(T, v2.mVec128); 442 float32x2_t Vlow = vget_low_f32(v2.mVec128); 444 V = vcombine_f32(vext_f32(Vlow, vget_high_f32(v2.mVec128), 1), Vlow); 447 T = vmulq_f32(T, v2.mVec128); 460 m_floats[0] * (v1.m_floats[1] * v2.m_floats[2] - v1.m_floats[2] * v2.m_floats[1]) + 461 m_floats[1] * (v1.m_floats[2] * v2.m_floats[0] - v1.m_floats[0] * v2.m_floats[2]) + [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 197 static bool isKnownNonEqual(Value *V1, Value *V2, const DataLayout &DL, 200 bool llvm::isKnownNonEqual(Value *V1, Value *V2, const DataLayout &DL, 203 return ::isKnownNonEqual(V1, V2, DL, Query(AC, 204 safeCxtI(V1, safeCxtI(V2, CxtI)), [all...] |
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 103 SystemZ::V0, SystemZ::V1, SystemZ::V2, SystemZ::V3,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/ |
UnicodeFont.java | 280 static private final int X2 = 10, Y2 = 11, U2 = 13, V2 = 14;
301 GL11.glTexCoord2f(vertices[ii + U], vertices[ii + V2]);
303 GL11.glTexCoord2f(vertices[ii + U2], vertices[ii + V2]);
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | [all...] |
InstCombineShifts.cpp | 416 Value *V1, *V2; 482 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))), 483 m_ConstantInt(CC))) && V2 == Op1) { [all...] |
InstCombineAndOrXor.cpp | [all...] |
InstCombineCasts.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonBitSimplify.cpp | [all...] |
HexagonISelLowering.cpp | 320 Hexagon::V2, Hexagon::V3, [all...] |
HexagonHardwareLoops.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
/external/llvm/unittests/IR/ |
MetadataTest.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
Constants.h | [all...] |
IRBuilder.h | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | [all...] |
Instructions.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 610 std::vector<ValueEqualityComparisonCase> *V1 = &C1, *V2 = &C2; 612 // Make V1 be smaller than V2. 613 if (V1->size() > V2->size()) 614 std::swap(V1, V2); 618 // Just scan V2. 620 for (unsigned i = 0, e = V2->size(); i != e; ++i) 621 if (TheVal == (*V2)[i].Value) 627 array_pod_sort(V2->begin(), V2->end()); 628 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size() [all...] |