OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffi_type
(Results
1 - 25
of
134
) sorted by null
1
2
3
4
5
6
/external/libffi/testsuite/libffi.call/
struct3.c
25
ffi_type
*args[MAX_ARGS];
28
ffi_type
ts3_type;
29
ffi_type
*ts3_type_elements[2];
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
*));
return_dbl.c
17
ffi_type
*args[MAX_ARGS];
return_fl.c
17
ffi_type
*args[MAX_ARGS];
return_ldl.c
17
ffi_type
*args[MAX_ARGS];
return_sc.c
17
ffi_type
*args[MAX_ARGS];
return_uc.c
18
ffi_type
*args[MAX_ARGS];
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];
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];
struct7.c
28
ffi_type
*args[MAX_ARGS];
30
ffi_type
ts7_type;
31
ffi_type
*ts7_type_elements[4];
struct9.c
27
ffi_type
*args[MAX_ARGS];
29
ffi_type
ts9_type;
30
ffi_type
*ts9_type_elements[3];
cls_1_1byte.c
51
ffi_type
* cls_struct_fields[2];
52
ffi_type
cls_struct_type;
53
ffi_type
* dbl_arg_types[5];
cls_2byte.c
51
ffi_type
* cls_struct_fields[4];
52
ffi_type
cls_struct_type;
53
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];
cls_4byte.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_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
...]
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
...]
/dalvik/vm/arch/generic/
Call.cpp
29
static
ffi_type
* getFfiType(char sigType)
80
ffi_type
* types[kMaxArgs];
82
ffi_type
* retType;
/external/libffi/src/
types.c
41
const
ffi_type
ffi_type_##name = { \
48
const
ffi_type
ffi_type_void = {
74
const
ffi_type
ffi_type_longdouble = { 16, 16, 4, NULL };
prep_cif.c
36
static ffi_status initialize_aggregate(
ffi_type
*arg)
38
ffi_type
**ptr;
89
ffi_type
*rtype,
ffi_type
**atypes)
93
ffi_type
**ptr;
Completed in 213 milliseconds
1
2
3
4
5
6