Searched refs:SP5 (Results 1 – 8 of 8) sorted by relevance
250 static const unsigned long SP5[64] = { variable351 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()363 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
223 private static final int[] SP5 = { field in DESEngine444 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()456 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
176 static const u32 SP5[64] = variable360 ^ SP5[(work >> 8) & 0x3fL] in desfunc()371 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
12 Visual C++ 6 SP5. It can also be used for the MSVC++ family.
172 static const ulong32 SP5[64] = variable1455 ^ SP5[(work >> 8) & 0x3fL] in desfunc()1466 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
7526 * _threads.h : fixed InterlockedXXX definitions for VC++ 6.0 SP5 (thanks AndreasM)7617 * config/stl_msvc.h, <cmath> : corrected _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS for VC++ 6.0 SP5