Searched refs:dest_cpy (Results 1 – 6 of 6) sorted by relevance
/external/libffi/src/powerpc/ |
D | ffi_darwin.c | 132 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/ |
D | ffi_darwin.c | 132 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/ |
D | ffi.c | 148 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/ |
D | ffi.c | 148 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/ |
D | ppc-ffi_darwin.c | 258 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/ |
D | ppc-ffi_darwin.c | 258 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()
|