Home
last modified time | relevance | path

Searched refs:dest_cpy (Results 1 – 6 of 6) sorted by relevance

/external/libffi/src/powerpc/
Dffi_darwin.c132 char *dest_cpy; in ffi_prep_args() local
264 dest_cpy = (char *) next_arg; in ffi_prep_args()
273 memcpy ((char *) dest_cpy, (char *) *p_argv, size_al); in ffi_prep_args()
280 dest_cpy += 4 - size_al; in ffi_prep_args()
282 memcpy((char *) dest_cpy, (char *) *p_argv, size_al); in ffi_prep_args()
481 char *dest_cpy = (char *)next_arg; in darwin64_pass_struct_by_value() local
497 dest_cpy += 8 - size; in darwin64_pass_struct_by_value()
498 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
503 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
509 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c132 char *dest_cpy; in ffi_prep_args() local
264 dest_cpy = (char *) next_arg; in ffi_prep_args()
273 memcpy ((char *) dest_cpy, (char *) *p_argv, size_al); in ffi_prep_args()
280 dest_cpy += 4 - size_al; in ffi_prep_args()
282 memcpy((char *) dest_cpy, (char *) *p_argv, size_al); in ffi_prep_args()
481 char *dest_cpy = (char *)next_arg; in darwin64_pass_struct_by_value() local
497 dest_cpy += 8 - size; in darwin64_pass_struct_by_value()
498 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
503 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
509 memcpy ((char *) dest_cpy, src, size); in darwin64_pass_struct_by_value()
/external/libffi/src/pa/
Dffi.c148 char *dest_cpy; in ffi_prep_args_pa32() local
238 dest_cpy = (char *)(stack - slot) + 4 - len; in ffi_prep_args_pa32()
239 memcpy(dest_cpy, (char *)*p_argv, len); in ffi_prep_args_pa32()
244 dest_cpy = (char *)(stack - slot) + 8 - len; in ffi_prep_args_pa32()
245 memcpy(dest_cpy, (char *)*p_argv, len); in ffi_prep_args_pa32()
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
Dffi.c148 char *dest_cpy; in ffi_prep_args_pa32() local
238 dest_cpy = (char *)(stack - slot) + 4 - len; in ffi_prep_args_pa32()
239 memcpy(dest_cpy, (char *)*p_argv, len); in ffi_prep_args_pa32()
244 dest_cpy = (char *)(stack - slot) + 8 - len; in ffi_prep_args_pa32()
245 memcpy(dest_cpy, (char *)*p_argv, len); in ffi_prep_args_pa32()
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c258 char* dest_cpy = (char*)next_arg; in ffi_prep_args()
273 dest_cpy += 4 - size_al; in ffi_prep_args()
276 memcpy((char*)dest_cpy, (char*)*p_argv, size_al); in ffi_prep_args()
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c258 char* dest_cpy = (char*)next_arg; in ffi_prep_args()
273 dest_cpy += 4 - size_al; in ffi_prep_args()
276 memcpy((char*)dest_cpy, (char*)*p_argv, size_al); in ffi_prep_args()