HomeSort by relevance Sort by last modified time
    Searched refs:ffi_prep_cif (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/libffi/testsuite/libffi.call/
nested_struct3.c 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
nested_struct4.c 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
nested_struct5.c 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
nested_struct6.c 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
nested_struct7.c 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
nested_struct8.c 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
nested_struct9.c 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
nested_struct.c 129 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type2,
nested_struct1.c 135 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type2,
  /external/libffi/darwin-x86/
ffi.h 347 ffi_status ffi_prep_cif(ffi_cif *cif,
  /external/libffi/include/
ffi_real.h 348 ffi_status ffi_prep_cif(ffi_cif *cif,
ffi.h.in 347 ffi_status ffi_prep_cif(ffi_cif *cif,
  /external/libffi/src/cris/
ffi.c 157 ffi_prep_cif (ffi_cif * cif, function
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 221 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, &args[0]) == FFI_OK) {

Completed in 42 milliseconds

1 2 3 45