OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffi_type_sshort
(Results
1 - 14
of
14
) sorted by null
/external/libffi/testsuite/libffi.call/
cls_sshort.c
35
cl_arg_types[0] = &
ffi_type_sshort
;
40
&
ffi_type_sshort
, cl_arg_types) == FFI_OK);
cls_multi_sshort.c
61
cl_arg_types[0] = &
ffi_type_sshort
;
62
cl_arg_types[1] = &
ffi_type_sshort
;
67
&
ffi_type_sshort
, cl_arg_types) == FFI_OK);
cls_multi_sshortchar.c
72
cl_arg_types[1] = &
ffi_type_sshort
;
74
cl_arg_types[3] = &
ffi_type_sshort
;
79
&
ffi_type_sshort
, cl_arg_types) == FFI_OK);
negint.c
31
args[1] = &
ffi_type_sshort
;
promotion.c
30
args[1] = &
ffi_type_sshort
;
closure_fn0.c
69
cl_arg_types[4] = &
ffi_type_sshort
;
closure_fn1.c
61
cl_arg_types[4] = &
ffi_type_sshort
;
closure_fn2.c
61
cl_arg_types[4] = &
ffi_type_sshort
;
cls_align_sint16.c
71
cls_struct_fields[1] = &
ffi_type_sshort
;
/external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc
29
args[1] = &
ffi_type_sshort
;
unwindtest.cc
89
cl_arg_types[4] = &
ffi_type_sshort
;
/external/libffi/darwin-x86/
ffi.h
109
# define
ffi_type_sshort
ffi_type_sint16
macro
112
# define
ffi_type_sshort
ffi_type_sint32
macro
/external/libffi/include/
ffi_real.h
110
# define
ffi_type_sshort
ffi_type_sint16
macro
113
# define
ffi_type_sshort
ffi_type_sint32
macro
ffi.h.in
109
# define
ffi_type_sshort
ffi_type_sint16
112
# define
ffi_type_sshort
ffi_type_sint32
Completed in 2262 milliseconds