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