HomeSort by relevance Sort by last modified time
    Searched refs:dst64 (Results 1 - 4 of 4) 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/
host_ppc_defs.h 821 Bool dst64, HReg dst, HReg src );
guest_amd64_toIR.c 3095 IRTemp dst64 = newTemp(Ity_I64); local
7577 IRTemp dst64 = newTemp(Ity_I64); local
9598 IRTemp dst64 = newTemp(Ity_I64); local
10774 IRTemp dst64 = newTemp(Ity_I64); local
    [all...]
guest_x86_toIR.c 2219 IRTemp dst64 = newTemp(Ity_I64); local
8398 IRTemp dst64 = newTemp(Ity_I64); local
9494 IRTemp dst64 = newTemp(Ity_I64); local
    [all...]

Completed in 190 milliseconds