Home
last modified time | relevance | path

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

/external/libffi/src/s390/
Dffi.c55 #define ROUND_SIZE(size) (((size) + 15) & ~15) macro
181 int fpr_off = gpr_off + ROUND_SIZE (MAX_GPRARGS * sizeof (long)); in ffi_prep_args()
225 p_struct -= ROUND_SIZE ((*ptr)->size); in ffi_prep_args()
430 struct_size += ROUND_SIZE ((*ptr)->size); in ffi_prep_cif_machdep()
485 cif->bytes = ROUND_SIZE (n_ov * sizeof (long)) + struct_size; in ffi_prep_cif_machdep()