Home
last modified time | relevance | path

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

/external/libffi/src/s390/
Dffi.c342 size_t struct_size = 0; in ffi_prep_cif_machdep() local
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()
/external/chromium_org/mojo/public/system/
Dcore.h222 size_t struct_size; // Set to the size of this structure. member
/external/chromium_org/mojo/system/
Dlocal_data_pipe.cc41 if (options->struct_size < sizeof(*options)) in Init()
/external/compiler-rt/lib/msandr/
Dmsandr.cc680 ops.struct_size = sizeof(ops); in dr_init()