HomeSort by relevance Sort by last modified time
    Searched refs:SP5 (Results 1 - 11 of 11) 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 */
  /ndk/sources/cxx-stl/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 */
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/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 */
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/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 */
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/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 */
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 223 private static final int[] SP5 = {
444 fval |= SP5[(work >>> 8) & 0x3f];
456 fval |= SP5[(work >>> 8) & 0x3f];
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DES.java 149 static int[] SP5 = { 0x00000100, 0x02080100, 0x02080000, 0x42000100, 0x00080000, 0x00000100, 0x40000000,
322 fval |= SP5[(work >>> 8) & 0x3f];
334 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_6/wpa_supplicant/src/crypto/
des.c 176 static const u32 SP5[64] =
360 ^ SP5[(work >> 8) & 0x3fL]
371 ^ SP5[(work >> 8) & 0x3fL]
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 168 static const u32 SP5[64] =
352 ^ SP5[(work >> 8) & 0x3fL]
363 ^ SP5[(work >> 8) & 0x3fL]
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 172 static const ulong32 SP5[64] =
    [all...]

Completed in 1195 milliseconds