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

  /external/libffi/src/pa/
ffi.c 146 char *dest_cpy; local
236 dest_cpy = (char *)(stack - slot) + 4 - len;
237 memcpy(dest_cpy, (char *)*p_argv, len);
242 dest_cpy = (char *)(stack - slot) + 8 - len;
243 memcpy(dest_cpy, (char *)*p_argv, len);
  /external/libffi/src/powerpc/
ffi_darwin.c 105 char *dest_cpy; local
191 dest_cpy = (char *) next_arg;
203 dest_cpy += 4 - size_al;
205 memcpy((char *)dest_cpy, (char *)*p_argv, size_al);

Completed in 176 milliseconds