Home
last modified time | relevance | path

Searched refs:SP4 (Results 1 – 9 of 9) sorted by relevance

/external/libvncserver/common/
Dd3des.c243 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/
DDESEngine.java205 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/
Ddes-internal.c148 static const u32 SP4[64] = variable
358 ^ SP4[(work >> 16) & 0x3fL] in desfunc()
369 ^ SP4[(work >> 16) & 0x3fL] in desfunc()
/external/iptables/utils/
Dpf.os426 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/
DMicrosoftExtensions.cpp294 struct SP4 struct
301 SP4<int> s; in TestSP4() argument
/external/libvncserver/webclients/novnc/include/
Ddes.js89 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/
DSuiteHTMLReporter.java233 private final static String SP4 = SP3 + SP3; field in SuiteHTMLReporter
329 sb.append(SP4).append("<em>["); in dumpGroups()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3096 Python 2.6 requires at least Windows 2000 SP4.
/external/strace/
DChangeLog8755 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: