/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 275 struct SP1 struct 281 __declspec(property(get=GetV)) SP1 V; argument 282 SP1 GetV() { return SP1(); } in GetV()
|
/external/libvncserver/common/ |
D | d3des.c | 189 static unsigned long SP1[64] = { variable 365 fval |= SP1[(work >> 24) & 0x3fL]; in desfunc() 377 fval |= SP1[(work >> 24) & 0x3fL]; in desfunc()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 148 private static final int[] SP1 = { field in DESEngine 447 fval |= SP1[(work >>> 24) & 0x3f]; in desFunc() 459 fval |= SP1[(work >>> 24) & 0x3f]; in desFunc()
|
/external/iptables/utils/ |
D | pf.os | 426 65535:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP1 427 65535:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP1 428 %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) 433 S45:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP 1 438 S12:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows XP SP1 439 S44:128:1:48:M*,N,N,S: Windows:2000:SP3:Windows Pro SP1, 2000 SP3 440 S44:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows Pro SP1, 2000 SP3 441 64512:128:1:48:M*,N,N,S: Windows:2000:SP3:Windows SP1, 2000 SP3 442 64512:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows SP1, 2000 SP3 [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 88 static const u32 SP1[64] = variable 354 ^ SP1[(work >> 24) & 0x3fL]; in desfunc() 365 ^ SP1[(work >> 24) & 0x3fL]; in desfunc()
|
/external/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 64 //OPT: [[SP1:%.+]] = shufflevector <4 x i32> [[SP0]], <4 x i32> undef, <4 x i32> zeroinitializer 65 //OPT: [[VSM:%.+]] = and <4 x i32> [[SP1]], <i32 31, i32 31, i32 31, i32 31>
|
/external/libvncserver/webclients/novnc/include/ |
D | des.js | 89 z = 0x0, a,b,c,d,e,f, SP1,SP2,SP3,SP4,SP5,SP6,SP7,SP8, 94 SP1 = [c|e,z|z,a|z,c|f,c|d,a|f,z|d,a|z,z|e,c|e,c|f,z|e,b|f,c|d,b|z,z|d, 220 fval |= SP1[(x >>> 24) & 0x3f]; 232 fval |= SP1[(x >>> 24) & 0x3f];
|
/external/iptables/extensions/ |
D | libxt_osf.man | 32 Windows [2000:SP3:Windows XP Pro SP1, 2000 SP3]: 11.22.33.55:4024 ->
|
/external/llvm/test/Linker/ |
D | replaced-function-matches-first-subprogram.ll | 18 ; CHECK: define i32 @_Z3foov(){{.*}} !dbg ![[SP1:[0-9]+]]
|
/external/ImageMagick/PerlMagick/t/hpgl/ |
D | input.hpgl | 1 …SP1;CA7;PU3598,4271;PD673,4271,673,7197,;PU3598,4259;PD660,4259,660,7197,;PU609,3975;PD609,3980,61…
|
/external/wycheproof/doc/ |
D | dh.md | 134 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2012 Gold and R2, and
|
/external/libvncserver/webclients/java-applet/ |
D | VncViewer.jar | META-INF/MANIFEST.MF
VncViewer.class
VncViewer.java
package VncViewer extends java.applet ... |
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2191 DISubprogram *SP1 = getSubprogram(); in TEST_F() local 2193 ASSERT_NE(SP1, SP2); in TEST_F() 2195 F->setMetadata("dbg", SP1); in TEST_F() 2197 EXPECT_EQ(SP1, F->getMetadata(LLVMContext::MD_dbg)); in TEST_F() 2198 EXPECT_EQ(SP1, F->getMetadata("dbg")); in TEST_F()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | VncViewer.jar | META-INF/
META-INF/MANIFEST.MF
AuthPanel.class
AuthPanel.java
package AuthPanel ... |
D | SignedVncViewer.jar | META-INF/MANIFEST.MF
META-INF/SWKEY.SF
META-INF/SWKEY ... |
D | SignedUltraViewerSSL.jar | META-INF/MANIFEST.MF
META-INF/SWKEY.SF
META-INF/SWKEY ... |
D | UltraViewerSSL.jar | META-INF/
META-INF/MANIFEST.MF
AuthPanel.class
AuthPanel.java
package AuthPanel ... |
/external/googletest/googlemock/docs/v1_5/ |
D | FrequentlyAskedQuestions.md | 252 If you compile this using Microsoft Visual C++ 2005 SP1: 270 example. If you use Visual C++ 2008 SP1, you would get the warning:
|
/external/googletest/googlemock/docs/ |
D | FrequentlyAskedQuestions.md | 256 If you compile this using Microsoft Visual C++ 2005 SP1: 274 example. If you use Visual C++ 2008 SP1, you would get the warning:
|
/external/googletest/googlemock/docs/v1_7/ |
D | FrequentlyAskedQuestions.md | 256 If you compile this using Microsoft Visual C++ 2005 SP1: 274 example. If you use Visual C++ 2008 SP1, you would get the warning:
|
/external/googletest/googlemock/docs/v1_6/ |
D | FrequentlyAskedQuestions.md | 256 If you compile this using Microsoft Visual C++ 2005 SP1: 274 example. If you use Visual C++ 2008 SP1, you would get the warning:
|
/external/googletest/googlemock/ |
D | README.md | 108 * Microsoft Visual C++ 8.0 SP1 or newer
|
/external/v8/testing/gmock/ |
D | README | 70 * Microsoft Visual C++ 8.0 SP1 or newer
|
/external/google-breakpad/src/testing/ |
D | README | 70 * Microsoft Visual C++ 8.0 SP1 or newer
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |