HomeSort by relevance Sort by last modified time
    Searched refs:SP5 (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/stl/config/
_msvc.h 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
172 /* Boris : not defining this macro for SP5 causes other problems */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 223 static int[] SP5 = {
444 fval |= SP5[(work >>> 8) & 0x3f];
456 fval |= SP5[(work >>> 8) & 0x3f];
  /external/qemu/
d3des.c 250 static const unsigned long SP5[64] = {
351 fval |= SP5[(work >> 8) & 0x3fL];
363 fval |= SP5[(work >> 8) & 0x3fL];
  /external/wpa_supplicant/
des.c 176 static const u32 SP5[64] =
360 ^ SP5[(work >> 8) & 0x3fL]
371 ^ SP5[(work >> 8) & 0x3fL]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 176 static const u32 SP5[64] =
360 ^ SP5[(work >> 8) & 0x3fL]
371 ^ SP5[(work >> 8) & 0x3fL]
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 172 static const ulong32 SP5[64] =
    [all...]

Completed in 244 milliseconds