SBA               703 third_party/talloc/libreplace/crypt.c 	l1 ^= SBA(_ufc_sb1, s & 0xffff); l2 ^= SBA(_ufc_sb1, (s & 0xffff)+4);  
SBA               704 third_party/talloc/libreplace/crypt.c         l1 ^= SBA(_ufc_sb0, s >>= 16);   l2 ^= SBA(_ufc_sb0, (s)         +4); 
SBA               706 third_party/talloc/libreplace/crypt.c         l1 ^= SBA(_ufc_sb3, s & 0xffff); l2 ^= SBA(_ufc_sb3, (s & 0xffff)+4);
SBA               707 third_party/talloc/libreplace/crypt.c         l1 ^= SBA(_ufc_sb2, s >>= 16);   l2 ^= SBA(_ufc_sb2, (s)         +4);
SBA               710 third_party/talloc/libreplace/crypt.c         r1 ^= SBA(_ufc_sb1, s & 0xffff); r2 ^= SBA(_ufc_sb1, (s & 0xffff)+4);  
SBA               711 third_party/talloc/libreplace/crypt.c         r1 ^= SBA(_ufc_sb0, s >>= 16);   r2 ^= SBA(_ufc_sb0, (s)         +4); 
SBA               713 third_party/talloc/libreplace/crypt.c         r1 ^= SBA(_ufc_sb3, s & 0xffff); r2 ^= SBA(_ufc_sb3, (s & 0xffff)+4);  
SBA               714 third_party/talloc/libreplace/crypt.c         r1 ^= SBA(_ufc_sb2, s >>= 16);   r2 ^= SBA(_ufc_sb2, (s)         +4);
SBA               745 third_party/talloc/libreplace/crypt.c 	l ^= SBA(_ufc_sb3, (s >>  0) & 0xffff);
SBA               746 third_party/talloc/libreplace/crypt.c         l ^= SBA(_ufc_sb2, (s >> 16) & 0xffff);
SBA               747 third_party/talloc/libreplace/crypt.c         l ^= SBA(_ufc_sb1, (s >> 32) & 0xffff);
SBA               748 third_party/talloc/libreplace/crypt.c         l ^= SBA(_ufc_sb0, (s >> 48) & 0xffff);
SBA               751 third_party/talloc/libreplace/crypt.c 	r ^= SBA(_ufc_sb3, (s >>  0) & 0xffff);
SBA               752 third_party/talloc/libreplace/crypt.c         r ^= SBA(_ufc_sb2, (s >> 16) & 0xffff);
SBA               753 third_party/talloc/libreplace/crypt.c         r ^= SBA(_ufc_sb1, (s >> 32) & 0xffff);
SBA               754 third_party/talloc/libreplace/crypt.c         r ^= SBA(_ufc_sb0, (s >> 48) & 0xffff);