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

  /external/libffi/src/pa/
ffi.c 148 char *dest_cpy; local
238 dest_cpy = (char *)(stack - slot) + 4 - len;
239 memcpy(dest_cpy, (char *)*p_argv, len);
244 dest_cpy = (char *)(stack - slot) + 8 - len;
245 memcpy(dest_cpy, (char *)*p_argv, len);
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
ffi.c 148 char *dest_cpy; local
238 dest_cpy = (char *)(stack - slot) + 4 - len;
239 memcpy(dest_cpy, (char *)*p_argv, len);
244 dest_cpy = (char *)(stack - slot) + 8 - len;
245 memcpy(dest_cpy, (char *)*p_argv, len);
  /external/python/cpython3/Modules/_ctypes/libffi/src/pa/
ffi.c 148 char *dest_cpy; local
238 dest_cpy = (char *)(stack - slot) + 4 - len;
239 memcpy(dest_cpy, (char *)*p_argv, len);
244 dest_cpy = (char *)(stack - slot) + 8 - len;
245 memcpy(dest_cpy, (char *)*p_argv, len);
  /external/libffi/src/powerpc/
ffi_darwin.c 132 char *dest_cpy; local
264 dest_cpy = (char *) next_arg;
273 memcpy ((char *) dest_cpy, (char *) *p_argv, size_al);
280 dest_cpy += 4 - size_al;
282 memcpy((char *) dest_cpy, (char *) *p_argv, size_al);
481 char *dest_cpy = (char *)next_arg; local
497 dest_cpy += 8 - size;
498 memcpy ((char *) dest_cpy, src, size);
503 memcpy ((char *) dest_cpy, src, size);
509 memcpy ((char *) dest_cpy, src, size)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_darwin.c 132 char *dest_cpy; local
264 dest_cpy = (char *) next_arg;
273 memcpy ((char *) dest_cpy, (char *) *p_argv, size_al);
280 dest_cpy += 4 - size_al;
282 memcpy((char *) dest_cpy, (char *) *p_argv, size_al);
481 char *dest_cpy = (char *)next_arg; local
497 dest_cpy += 8 - size;
498 memcpy ((char *) dest_cpy, src, size);
503 memcpy ((char *) dest_cpy, src, size);
509 memcpy ((char *) dest_cpy, src, size)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_darwin.c 132 char *dest_cpy; local
264 dest_cpy = (char *) next_arg;
273 memcpy ((char *) dest_cpy, (char *) *p_argv, size_al);
280 dest_cpy += 4 - size_al;
282 memcpy((char *) dest_cpy, (char *) *p_argv, size_al);
481 char *dest_cpy = (char *)next_arg; local
497 dest_cpy += 8 - size;
498 memcpy ((char *) dest_cpy, src, size);
503 memcpy ((char *) dest_cpy, src, size);
509 memcpy ((char *) dest_cpy, src, size)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 258 char* dest_cpy = (char*)next_arg;
273 dest_cpy += 4 - size_al;
276 memcpy((char*)dest_cpy, (char*)*p_argv, size_al);
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 258 char* dest_cpy = (char*)next_arg;
273 dest_cpy += 4 - size_al;
276 memcpy((char*)dest_cpy, (char*)*p_argv, size_al);
    [all...]

Completed in 1757 milliseconds