_ufc_sb2          208 lib/replace/crypt.c long32 _ufc_sb0[8192], _ufc_sb1[8192], _ufc_sb2[8192], _ufc_sb3[8192];
_ufc_sb2          209 lib/replace/crypt.c static long32 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; 
_ufc_sb2          213 lib/replace/crypt.c long64 _ufc_sb0[4096], _ufc_sb1[4096], _ufc_sb2[4096], _ufc_sb3[4096];
_ufc_sb2          214 lib/replace/crypt.c static long64 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; 
_ufc_sb2          534 lib/replace/crypt.c     shuffle_sb(_ufc_sb2, current_saltbits ^ saltbits);
_ufc_sb2          691 lib/replace/crypt.c extern long32 _ufc_sb0[], _ufc_sb1[], _ufc_sb2[], _ufc_sb3[];
_ufc_sb2          707 lib/replace/crypt.c         l1 ^= SBA(_ufc_sb2, s >>= 16);   l2 ^= SBA(_ufc_sb2, (s)         +4);
_ufc_sb2          714 lib/replace/crypt.c         r1 ^= SBA(_ufc_sb2, s >>= 16);   r2 ^= SBA(_ufc_sb2, (s)         +4);
_ufc_sb2          730 lib/replace/crypt.c extern long64 _ufc_sb0[], _ufc_sb1[], _ufc_sb2[], _ufc_sb3[];
_ufc_sb2          746 lib/replace/crypt.c         l ^= SBA(_ufc_sb2, (s >> 16) & 0xffff);
_ufc_sb2          752 lib/replace/crypt.c         r ^= SBA(_ufc_sb2, (s >> 16) & 0xffff);