HomeSort by relevance Sort by last modified time
    Searched refs:dst64 (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 159 uint64_t *dst64, *dst64_end, c2; local
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
187 uint64_t *dst64, *dst64_end, c2; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 3088 IRTemp dst64 = newTemp(Ity_I64); local
7521 IRTemp dst64 = newTemp(Ity_I64); local
9537 IRTemp dst64 = newTemp(Ity_I64); local
10713 IRTemp dst64 = newTemp(Ity_I64); local
    [all...]
guest_x86_toIR.c 2216 IRTemp dst64 = newTemp(Ity_I64); local
8394 IRTemp dst64 = newTemp(Ity_I64); local
9490 IRTemp dst64 = newTemp(Ity_I64); local
    [all...]

Completed in 649 milliseconds