Searched refs:SP5 (Results 1 – 7 of 7) 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()
224 private static final int[] SP5 = { field in DESEngine445 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()457 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
168 static const u32 SP5[64] = variable352 ^ SP5[(work >> 8) & 0x3fL] in desfunc()363 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
270 struct SP5 struct
12 Visual C++ 6 SP5. It can also be used for the MSVC++ family.
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