HomeSort by relevance Sort by last modified time
    Searched full:initialize_aggregate (Results 1 - 3 of 3) sorted by null

  /external/libffi/src/
prep_cif.c 36 static ffi_status initialize_aggregate(ffi_type *arg) function
50 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
106 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK))
130 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
  /external/libffi/
ChangeLog.v1 379 * prep_cif.c (initialize_aggregate): Fix assertion for
507 (initialize_aggregate): Bug fix
542 * prep_cif.c (initialize_aggregate): Moved abi specification
548 (initialize_aggregate): Fixed aggregate type initialization.
ChangeLog     [all...]

Completed in 39 milliseconds