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

  /external/libffi/testsuite/libffi.call/
problem1.c 45 ffi_type* my_ffi_struct_fields[4]; local
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
62 my_ffi_struct_fields[0] = &ffi_type_double;
63 my_ffi_struct_fields[1] = &ffi_type_double;
64 my_ffi_struct_fields[2] = &ffi_type_double;
65 my_ffi_struct_fields[3] = NULL;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 45 ffi_type* my_ffi_struct_fields[4]; local
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
62 my_ffi_struct_fields[0] = &ffi_type_double;
63 my_ffi_struct_fields[1] = &ffi_type_double;
64 my_ffi_struct_fields[2] = &ffi_type_double;
65 my_ffi_struct_fields[3] = NULL;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 45 ffi_type* my_ffi_struct_fields[4]; local
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
62 my_ffi_struct_fields[0] = &ffi_type_double;
63 my_ffi_struct_fields[1] = &ffi_type_double;
64 my_ffi_struct_fields[2] = &ffi_type_double;
65 my_ffi_struct_fields[3] = NULL;

Completed in 204 milliseconds