OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_fn
(Results
1 - 9
of
9
) sorted by null
/external/libffi/testsuite/libffi.call/
nested_struct10.c
28
static B
B_fn
(struct A b2, struct B b3, struct C b4)
55
*(B*)resp =
B_fn
(b0, b1, b2);
126
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct2.c
22
B
B_fn
(struct A b0, struct B b1)
46
*(B*)resp =
B_fn
(b0, b1);
103
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct3.c
22
B
B_fn
(struct A b0, struct B b1)
47
*(B*)resp =
B_fn
(b0, b1);
104
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct4.c
22
static B
B_fn
(struct A b2, struct B b3)
47
*(B*)resp =
B_fn
(b0, b1);
104
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct5.c
22
static B
B_fn
(struct A b2, struct B b3)
47
*(B*)resp =
B_fn
(b0, b1);
104
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct6.c
27
static B
B_fn
(struct A b2, struct B b3, struct C b4)
54
*(B*)resp =
B_fn
(b0, b1, b2);
124
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct7.c
22
static B
B_fn
(struct A b2, struct B b3)
47
*(B*)resp =
B_fn
(b0, b1);
104
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct8.c
27
static B
B_fn
(struct A b2, struct B b3, struct C b4)
54
*(B*)resp =
B_fn
(b0, b1, b2);
124
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
nested_struct9.c
27
static B
B_fn
(struct A b2, struct B b3, struct C b4)
54
*(B*)resp =
B_fn
(b0, b1, b2);
124
ffi_call(&cif, FFI_FN(
B_fn
), &res_dbl, args_dbl);
Completed in 2383 milliseconds