Home | History | Annotate | Download | only in ewk

Lines Matching refs:dst64

159     uint64_t *dst64, *dst64_end, c2;
164 dst64 = (uint64_t *)t->pixels;
165 dst64_end = dst64 + ((t->bytes / 8) & ~7);
166 for (; dst64 < dst64_end; dst64 += 8) {
168 dst64[0] = c2;
169 dst64[1] = c2;
170 dst64[2] = c2;
171 dst64[3] = c2;
172 dst64[4] = c2;
173 dst64[5] = c2;
174 dst64[6] = c2;
175 dst64[7] = c2;
187 uint64_t *dst64, *dst64_end, c2;
196 dst64 = (uint64_t *)t->pixels;
197 dst64_end = dst64 + ((t->bytes / 8) & ~7);
198 for (; dst64 < dst64_end; dst64 += 8) {
200 dst64[0] = c2;
201 dst64[1] = c2;
202 dst64[2] = c2;
203 dst64[3] = c2;
204 dst64[4] = c2;
205 dst64[5] = c2;
206 dst64[6] = c2;
207 dst64[7] = c2;