Home
last modified time | relevance | path

Searched refs:copy_space (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c381 valp copy_space; in ffi_prep_args_SYSV() local
413 copy_space.c = ((flags & FLAG_FP_ARGUMENTS) ? fpr_base.c : gpr_base.c); in ffi_prep_args_SYSV()
415 copy_space.c = gpr_base.c; in ffi_prep_args_SYSV()
421 FFI_ASSERT (((unsigned long) copy_space.c & 0xF) == 0); in ffi_prep_args_SYSV()
424 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
574 copy_space.c -= struct_copy_size; in ffi_prep_args_SYSV()
575 memcpy (copy_space.c, *p_argv.c, (*ptr)->size); in ffi_prep_args_SYSV()
577 gprvalue = (unsigned long) copy_space.c; in ffi_prep_args_SYSV()
579 FFI_ASSERT (copy_space.c > next_arg.c); in ffi_prep_args_SYSV()
614 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
/external/libffi/src/powerpc/
Dffi_sysv.c381 valp copy_space; in ffi_prep_args_SYSV() local
413 copy_space.c = ((flags & FLAG_FP_ARGUMENTS) ? fpr_base.c : gpr_base.c); in ffi_prep_args_SYSV()
415 copy_space.c = gpr_base.c; in ffi_prep_args_SYSV()
421 FFI_ASSERT (((unsigned long) copy_space.c & 0xF) == 0); in ffi_prep_args_SYSV()
424 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
574 copy_space.c -= struct_copy_size; in ffi_prep_args_SYSV()
575 memcpy (copy_space.c, *p_argv.c, (*ptr)->size); in ffi_prep_args_SYSV()
577 gprvalue = (unsigned long) copy_space.c; in ffi_prep_args_SYSV()
579 FFI_ASSERT (copy_space.c > next_arg.c); in ffi_prep_args_SYSV()
614 FFI_ASSERT (copy_space.c >= next_arg.c); in ffi_prep_args_SYSV()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c659 copy_space(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx, in copy_space() function
754 copy_space(source_, target_, ctx, need_space); in copy_space_comment()
788 copy_space(source_, target_, ctx, NEED_SPACE_NEVER); in copy_space_optional()
952 copy_space(&source, &target, ctx, NEED_SPACE_MAYBE); in rcssmin()