Lines Matching refs:_dst
165 #define LOAD_FIRST(_dst,_b) \166 a0 = _dst[0]; len -= 4; \167 a1 = _dst[1]; \168 a2 = _dst[2]; \169 a3 = _dst[3]; \184 #define XOR_AND_STORE(_dst) \185 a0 ^= b0; _dst[0] = a0; \186 a1 ^= b1; _dst[1] = a1; \187 a2 ^= b2; _dst[2] = a2; \188 a3 ^= b3; _dst[3] = a3; \189 _dst += 4;
Indexes created Mon Oct 27 17:09:47 GMT 2025