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

  /external/libffi/testsuite/libffi.call/
struct5.c 28 ffi_type ts5_type; local
37 ts5_type.size = 0;
38 ts5_type.alignment = 0;
39 ts5_type.type = FFI_TYPE_STRUCT;
40 ts5_type.elements = ts5_type_elements;
45 args[0] = &ts5_type;
46 args[1] = &ts5_type;
51 CHECK(ffi_prep_cif(&cif, ABI_NUM, 2, &ts5_type, args) == FFI_OK);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct5.c 28 ffi_type ts5_type; local
37 ts5_type.size = 0;
38 ts5_type.alignment = 0;
39 ts5_type.type = FFI_TYPE_STRUCT;
40 ts5_type.elements = ts5_type_elements;
45 args[0] = &ts5_type;
46 args[1] = &ts5_type;
51 CHECK(ffi_prep_cif(&cif, ABI_NUM, 2, &ts5_type, args) == FFI_OK);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct5.c 28 ffi_type ts5_type; local
37 ts5_type.size = 0;
38 ts5_type.alignment = 0;
39 ts5_type.type = FFI_TYPE_STRUCT;
40 ts5_type.elements = ts5_type_elements;
45 args[0] = &ts5_type;
46 args[1] = &ts5_type;
51 CHECK(ffi_prep_cif(&cif, ABI_NUM, 2, &ts5_type, args) == FFI_OK);

Completed in 659 milliseconds