HomeSort by relevance Sort by last modified time
    Searched full:ffi_type (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/libffi/man/
ffi_prep_cif.3 17 .Fa "ffi_type *rtype"
18 .Fa "ffi_type **atypes"
34 .Nm ffi_type
38 .Nm ffi_type
ffi.3 15 .Fa "ffi_type *rtype"
16 .Fa "ffi_type **atypes"
  /external/libffi/testsuite/libffi.call/
struct1.c 29 ffi_type *args[MAX_ARGS];
31 ffi_type ts1_type;
32 ffi_type *ts1_type_elements[4];
struct2.c 27 ffi_type *args[MAX_ARGS];
30 ffi_type ts2_type;
31 ffi_type *ts2_type_elements[3];
struct3.c 25 ffi_type *args[MAX_ARGS];
28 ffi_type ts3_type;
29 ffi_type *ts3_type_elements[2];
struct4.c 27 ffi_type *args[MAX_ARGS];
29 ffi_type ts4_type;
30 ffi_type *ts4_type_elements[4];
struct5.c 26 ffi_type *args[MAX_ARGS];
28 ffi_type ts5_type;
29 ffi_type *ts5_type_elements[3];
struct6.c 26 ffi_type *args[MAX_ARGS];
28 ffi_type ts6_type;
29 ffi_type *ts6_type_elements[3];
struct9.c 27 ffi_type *args[MAX_ARGS];
29 ffi_type ts9_type;
30 ffi_type *ts9_type_elements[3];
pyobjc-tc.c 35 ffi_type point_type;
36 ffi_type size_type;
37 ffi_type rect_type;
39 ffi_type* arglist[6];
50 point_type.elements = malloc(3 * sizeof(ffi_type*));
58 size_type.elements = malloc(3 * sizeof(ffi_type*));
66 rect_type.elements = malloc(3 * sizeof(ffi_type*));
cls_1_1byte.c 51 ffi_type* cls_struct_fields[2];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
struct7.c 28 ffi_type *args[MAX_ARGS];
30 ffi_type ts7_type;
31 ffi_type *ts7_type_elements[4];
struct8.c 30 ffi_type *args[MAX_ARGS];
32 ffi_type ts8_type;
33 ffi_type *ts8_type_elements[5];
return_ldl.c 17 ffi_type *args[MAX_ARGS];
cls_12byte.c 50 ffi_type* cls_struct_fields[4];
51 ffi_type cls_struct_type;
52 ffi_type* dbl_arg_types[5];
cls_16byte.c 51 ffi_type* cls_struct_fields[4];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
cls_20byte.c 51 ffi_type* cls_struct_fields[4];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
cls_20byte1.c 53 ffi_type* cls_struct_fields[4];
54 ffi_type cls_struct_type;
55 ffi_type* dbl_arg_types[3];
cls_2byte.c 51 ffi_type* cls_struct_fields[4];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
cls_3_1byte.c 55 ffi_type* cls_struct_fields[4];
56 ffi_type cls_struct_type;
57 ffi_type* dbl_arg_types[5];
cls_3byte1.c 51 ffi_type* cls_struct_fields[4];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
cls_3byte2.c 51 ffi_type* cls_struct_fields[4];
52 ffi_type cls_struct_type;
53 ffi_type* dbl_arg_types[5];
  /external/libffi/darwin-x86/
ffi.h 97 } ffi_type; typedef in typeref:struct:_ffi_type
149 extern ffi_type ffi_type_void;
150 extern ffi_type ffi_type_uint8;
151 extern ffi_type ffi_type_sint8;
152 extern ffi_type ffi_type_uint16;
153 extern ffi_type ffi_type_sint16;
154 extern ffi_type ffi_type_uint32;
155 extern ffi_type ffi_type_sint32;
156 extern ffi_type ffi_type_uint64;
157 extern ffi_type ffi_type_sint64
    [all...]
  /external/libffi/include/
ffi.h.in 97 } ffi_type;
149 extern ffi_type ffi_type_void;
150 extern ffi_type ffi_type_uint8;
151 extern ffi_type ffi_type_sint8;
152 extern ffi_type ffi_type_uint16;
153 extern ffi_type ffi_type_sint16;
154 extern ffi_type ffi_type_uint32;
155 extern ffi_type ffi_type_sint32;
156 extern ffi_type ffi_type_uint64;
157 extern ffi_type ffi_type_sint64
    [all...]
ffi_real.h 98 } ffi_type; typedef in typeref:struct:_ffi_type
150 extern ffi_type ffi_type_void;
151 extern ffi_type ffi_type_uint8;
152 extern ffi_type ffi_type_sint8;
153 extern ffi_type ffi_type_uint16;
154 extern ffi_type ffi_type_sint16;
155 extern ffi_type ffi_type_uint32;
156 extern ffi_type ffi_type_sint32;
157 extern ffi_type ffi_type_uint64;
158 extern ffi_type ffi_type_sint64
    [all...]

Completed in 4357 milliseconds

1 2 3 4 5 6