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

  /external/libffi/testsuite/libffi.call/
struct7.c 31 ffi_type *ts7_type_elements[4]; local
42 ts7_type.elements = ts7_type_elements;
43 ts7_type_elements[0] = &ffi_type_float;
44 ts7_type_elements[1] = &ffi_type_float;
45 ts7_type_elements[2] = &ffi_type_double;
46 ts7_type_elements[3] = NULL;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct7.c 31 ffi_type *ts7_type_elements[4]; local
42 ts7_type.elements = ts7_type_elements;
43 ts7_type_elements[0] = &ffi_type_float;
44 ts7_type_elements[1] = &ffi_type_float;
45 ts7_type_elements[2] = &ffi_type_double;
46 ts7_type_elements[3] = NULL;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct7.c 31 ffi_type *ts7_type_elements[4]; local
42 ts7_type.elements = ts7_type_elements;
43 ts7_type_elements[0] = &ffi_type_float;
44 ts7_type_elements[1] = &ffi_type_float;
45 ts7_type_elements[2] = &ffi_type_double;
46 ts7_type_elements[3] = NULL;

Completed in 89 milliseconds