Home
last modified time | relevance | path

Searched refs:SP2 (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll26 ; CHECK: define weak_odr i32 @_ZN5ClassIiE3fooEv(%struct.Class* %this){{.*}} !dbg ![[SP2:[0-9]+]] {
53 ; CHECK-DAG: ![[SP2:.*]] = distinct !DISubprogram({{.*}} file: ![[FILE:[0-9]+]],{{.*}}, unit: ![[CU…
71 ; CHECK: ![[LOC]] = !DILocation(line: 2, column: 15, scope: ![[SP2]])
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java168 private static final int[] SP2 = { field in DESEngine
446 fval |= SP2[(work >>> 24) & 0x3f]; in desFunc()
458 fval |= SP2[(work >>> 24) & 0x3f]; in desFunc()
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll26 ; CHECK: define weak_odr i32 @_ZN5ClassIiE3fooEv(%struct.Class* %this){{.*}} !dbg ![[SP2:[0-9]+]] {
53 ; CHECK-DAG: ![[SP2:.*]] = distinct !DISubprogram({{.*}} file: ![[FILE:[0-9]+]],{{.*}}, unit: ![[CU…
71 ; CHECK: ![[LOC]] = !DILocation(line: 2, column: 15, scope: ![[SP2]])
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DDESEngine.java170 private static final int[] SP2 = { field in DESEngine
448 fval |= SP2[(work >>> 24) & 0x3f]; in desFunc()
460 fval |= SP2[(work >>> 24) & 0x3f]; in desFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SafeStack/X86/
Dsetjmp2.ll21 ; CHECK-NEXT: %[[SP2:.*]] = load i8*, i8** @__safestack_unsafe_stack_ptr
22 ; CHECK-NEXT: %[[PTRTOINT:.*]] = ptrtoint i8* %[[SP2]] to i64
/external/llvm/test/Transforms/SafeStack/
Dsetjmp2.ll21 ; CHECK-NEXT: %[[SP2:.*]] = load i8*, i8** @__safestack_unsafe_stack_ptr
22 ; CHECK-NEXT: %[[PTRTOINT:.*]] = ptrtoint i8* %[[SP2]] to i64
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c108 static const u32 SP2[64] = variable
359 ^ SP2[(work >> 24) & 0x3fL]; in desfunc()
370 ^ SP2[(work >> 24) & 0x3fL]; in desfunc()
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp279 struct SP2 struct
285 SP2 sp2; in TestSP2() argument
/external/testng/src/main/java/org/testng/reporters/
DSuiteHTMLReporter.java184 sb2.append("<br/>").append(SP2).append("<i>").append(description).append("</i>"); in generateExcludedMethodsReport()
231 private final static String SP2 = SP + SP + SP + SP; field in SuiteHTMLReporter
232 private final static String SP3 = SP2 + SP2;
/external/wycheproof/doc/
Ddh.md133 CVE-2015-1716 Schannel in Microsoft Windows Server 2003 SP2, Windows Vista SP2, Windows Server
134 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2012 Gold and R2, and
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-param-lowering.ll39 ; CHECK: [[SP2:%[0-9]+]]:_(p0) = COPY $sp
41 ; CHECK: [[FI2:%[0-9]+]]:_(p0) = G_GEP [[SP2]], [[OFF2]](s32)
77 ; CHECK: [[SP2:%[0-9]+]]:_(p0) = COPY $sp
79 ; CHECK: [[FI2:%[0-9]+]]:_(p0) = G_GEP [[SP2]], [[OFF2]](s32)
148 ; CHECK: [[SP2:%[0-9]+]]:_(p0) = COPY $sp
150 ; CHECK: [[FI2:%[0-9]+]]:_(p0) = G_GEP [[SP2]], [[OFF2]](s32)
/external/iptables/utils/
Dpf.os428 %8192:128:1:48:M*,N,N,S: Windows:2000:SP2+:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222)
429 %8192:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222)
436 S6:128:1:48:M*,N,N,S: Windows:2000:SP2:Windows XP, 2000 SP2+
437 S6:128:1:48:M*,N,N,S: Windows:XP::Windows XP, 2000 SP2+
/external/mdnsresponder/mDNSWindows/
DREADME.txt84 eMbedded C++ 4.0 with SP2 installed and the PocketPC 2003 SDK.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp475 Value *SP2 = IRB.CreateVectorSplat(2, Val); in TEST_F() local
532 SP2, m_ShuffleVector(m_InsertElement(m_Undef(), m_Value(A), m_Zero()), in TEST_F()
DMetadataTest.cpp2424 DISubprogram *SP2 = getSubprogram(); in TEST_F() local
2425 ASSERT_NE(SP1, SP2); in TEST_F()
2433 F->setMetadata(LLVMContext::MD_dbg, SP2); in TEST_F()
2435 EXPECT_EQ(SP2, F->getMetadata(LLVMContext::MD_dbg)); in TEST_F()
2436 EXPECT_EQ(SP2, F->getMetadata("dbg")); in TEST_F()
/external/ImageMagick/PerlMagick/t/hpgl/
Dinput.hpgl1SP2;PU660,4318;PD685,4321,709,4324,734,4328,758,4331,783,4335,807,4338,832,4342,856,4346,881,4350,…
/external/llvm/unittests/IR/
DMetadataTest.cpp2192 DISubprogram *SP2 = getSubprogram(); in TEST_F() local
2193 ASSERT_NE(SP1, SP2); in TEST_F()
2201 F->setMetadata(LLVMContext::MD_dbg, SP2); in TEST_F()
2203 EXPECT_EQ(SP2, F->getMetadata(LLVMContext::MD_dbg)); in TEST_F()
2204 EXPECT_EQ(SP2, F->getMetadata("dbg")); in TEST_F()
/external/libaom/libaom/build/cmake/
Daom_configure.cmake181 # The default _WIN32_WINNT value in MinGW is 0x0502 (Windows XP with SP2). Set
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt17 mainly on Windows XP (SP2) with limited set of NDIS drivers. In
/external/libxkbcommon/xkbcommon/test/data/symbols/
Din22 // - Microsoft Windows XP SP2: Indic Language Standards - an Introduction:
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv15013 ,"IT","SP2","Spineto","Spineto","TO","-----6--","RL","0901",,"4503N 00740E",
D2013-1_UNLOCODE_CodeListPart3.csv23547 ,"US","SP2","Sagaponack","Sagaponack","NY","1-3-----","RL","0607",,"4055N 07217W",
D2013-1_UNLOCODE_CodeListPart1.csv41725 ,"FR","SP2","Saint-P�reuse","Saint-Pereuse","58","--3-----","RQ","1101",,"4704N 00348E",""