Home
last modified time | relevance | path

Searched refs:SP4 (Results 1 – 7 of 7) 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/clang/test/SemaCXX/
DMicrosoftExtensions.cpp226 struct SP4 struct
233 SP4<int> s; in TestSP4() argument
/external/iptables/utils/
Dpf.os409 65535:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP1
410 65535:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP1
415 S45:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP 1
416 S45:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP 1
417 40320:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4
426 32767:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows SP1, 2000 SP4
427 32767:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows SP1, 2000 SP4
/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()