/external/libvncserver/common/ |
D | d3des.c | 243 static unsigned long SP4[64] = { variable 369 fval |= SP4[(work >> 16) & 0x3fL]; in desfunc() 381 fval |= SP4[(work >> 16) & 0x3fL]; in desfunc()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 205 private static final int[] SP4 = { field in DESEngine 451 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc() 463 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 148 static const u32 SP4[64] = variable 358 ^ SP4[(work >> 16) & 0x3fL] in desfunc() 369 ^ SP4[(work >> 16) & 0x3fL] 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 432 S45:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP 1 433 S45:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP 1 434 40320:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4 443 32767:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows SP1, 2000 SP4 444 32767:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows SP1, 2000 SP4
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 294 struct SP4 struct 301 SP4<int> s; in TestSP4() argument
|
/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, 109 SP4 = [c|d,a|f,a|f,z|e,c|e,b|f,b|d,a|d,z|z,c|z,c|z,c|f,z|f,z|z,b|e,b|d, 224 fval |= SP4[(x >>> 16) & 0x3f]; 236 fval |= SP4[(x >>> 16) & 0x3f];
|
/external/testng/src/main/java/org/testng/reporters/ |
D | SuiteHTMLReporter.java | 233 private final static String SP4 = SP3 + SP3; field in SuiteHTMLReporter 329 sb.append(SP4).append("<em>["); in dumpGroups()
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 3096 Python 2.6 requires at least Windows 2000 SP4.
|
/external/strace/ |
D | ChangeLog | 8755 Fix the following build error on SLE 11 SP4: 9246 (SLES 11SP4, i386) 9362 kernel headers instead of UAPI ones. For example, on SLES 11SP4:
|