HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 401 - 425 of 593) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
list7.go 74 return "S2"
236 t = "S2"
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
list7.go 74 return "S2"
236 t = "S2"
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 389 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
411 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
433 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
453 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
471 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
492 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
513 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
536 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
559 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
582 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromSRegister(S2)));
    [all...]
  /external/scapy/scapy/layers/tls/crypto/
prf.py 123 P_SHA-1(S2, label + seed)
128 functions (S1 and S2 are the halves of this secret).
136 S2 = secret[-l:]
139 a2 = _tls_P_SHA1(S2, label+seed, req_len)
153 functions (S1 and S2 are the halves of this secret).
273 s2 = _tls_hash_algs["SHA"]().digest(handshake_msg)
274 verify_data = self.prf(master_secret, label, s1 + s2, 12)
  /external/valgrind/memcheck/tests/
dw4.stderr.exp 11 Location 0x........ is 0 bytes inside S2[0].i,
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 368 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 549 __m256 S2 = _mm256_shuffle_ps(T1,T3,_MM_SHUFFLE(1,0,1,0));
557 kernel.packet[2] = _mm256_permute2f128_ps(S2, S6, 0x20);
561 kernel.packet[6] = _mm256_permute2f128_ps(S2, S6, 0x31);
574 __m256 S2 = _mm256_shuffle_ps(T1,T3,_MM_SHUFFLE(1,0,1,0));
578 kernel.packet[1] = _mm256_permute2f128_ps(S2, S3, 0x20);
580 kernel.packet[3] = _mm256_permute2f128_ps(S2, S3, 0x31);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 482 StringRef S1, S2;
484 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
488 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
493 size_t I = S1.find_first_of(S2);
502 if (HasS2 && S2.size() == 1)
503 return emitStrChr(CI->getArgOperand(0), S2[0], B, TLI);
520 StringRef S1, S2;
522 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
526 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
531 size_t Pos = S1.find_first_not_of(S2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 552 std::string S1, S2;
554 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2);
558 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
563 size_t I = S1.find_first_of(S2);
571 if (TD && HasS2 && S2.size() == 1)
572 return EmitStrChr(CI->getArgOperand(0), S2[0], B, TD);
612 std::string S1, S2;
614 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2);
618 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
623 return ConstantInt::get(CI->getType(), strspn(S1.c_str(), S2.c_str()))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 309 # S2 may be Platform or ModuleType
311 S2 = ItemList[2].upper()
313 S2 = 'COMMON'
314 self._Scope.append([S1, S2])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 323 # S2 may be Platform or ModuleType
326 S2 = ItemList[2]
328 S2 = ItemList[2].upper()
330 S2 = 'COMMON'
331 self._Scope.append([S1, S2])
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 795 struct S2 {
810 constexpr X<X<S2>> xxs2;
811 constexpr X<S2> *q = const_cast<X<X<S2>>*>(&xxs2);
812 static_assert(q->f() == sizeof(X<S2>), ""); // expected-error {{constant expression}} expected-note {{virtual function call}}
  /external/clang/test/CodeGenCXX/
mangle.cpp 64 template <int N> struct S2 {};
66 void f(S2<100>) {}
69 void f(S2<-100>) {}
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 59 template <typename T1, int S1, typename T2, int S2>
60 tcu::Vector<T1, S1> convertToTypeVec (const tcu::Vector<T2, S2>& v)
70 for (int ndx = 0; ndx < de::min(S1, S2); ++ndx)
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 61 template <typename T1, int S1, typename T2, int S2>
62 tcu::Vector<T1, S1> convertToTypeVec (const tcu::Vector<T2, S2>& v)
72 for (int ndx = 0; ndx < de::min(S1, S2); ++ndx)
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 195 auto *S2 = MDString::get(C, "S2");
196 VM.MD()[S1].reset(S2);
197 EXPECT_EQ(S2, ValueMapper(VM).mapMetadata(*S1));
  /external/swiftshader/third_party/LLVM/unittests/Analysis/
ScalarEvolutionTest.cpp 58 const SCEV *S2 = SE.getSCEV(V2);
62 const SCEV *P2 = SE.getAddExpr(S2, S2);
  /external/llvm/include/llvm/IR/
InstrTypes.h 333 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
335 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
356 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
364 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 345 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
347 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
370 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
378 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstrTypes.h 326 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
328 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
352 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
360 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstrTypes.h 326 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
328 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
352 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
360 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstrTypes.h 328 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
330 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
352 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
360 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstrTypes.h 328 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
330 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
352 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
360 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstrTypes.h 328 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
330 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
352 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
360 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
    [all...]

Completed in 1749 milliseconds

<<11121314151617181920>>