/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 119 #ifndef ABI_ATTR 120 #define ABI_ATTR macro 124 void ABI_ATTR v_v (void) in v_v() 131 int ABI_ATTR i_v (void) in i_v() 138 int ABI_ATTR i_i (int a) in i_i() 145 int ABI_ATTR i_i2 (int a, int b) in i_i2() 152 int ABI_ATTR i_i4 (int a, int b, int c, int d) in i_i4() 159 int ABI_ATTR i_i8 (int a, int b, int c, int d, int e, int f, int g, int h) in i_i8() 166 int ABI_ATTR i_i16 (int a, int b, int c, int d, int e, int f, int g, int h, in i_i16() 177 float ABI_ATTR f_f (float a) in f_f() [all …]
|
D | test-callback.c | 1279 ((void (ABI_ATTR *) (void)) callback_code) (); in main() 1297 ir = ((int (ABI_ATTR *) (void)) callback_code) (); in main() 1315 ir = ((int (ABI_ATTR *) (int)) callback_code) (i1); in main() 1333 ir = ((int (ABI_ATTR *) (int,int)) callback_code) (i1,i2); in main() 1351 ir = ((int (ABI_ATTR *) (int,int,int,int)) callback_code) (i1,i2,i3,i4); in main() 1369 …ir = ((int (ABI_ATTR *) (int,int,int,int,int,int,int,int)) callback_code) (i1,i2,i3,i4,i5,i6,i7,i8… in main() 1387 …ir = ((int (ABI_ATTR *) (int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int)) callbac… in main() 1409 fr = ((float (ABI_ATTR *) (float)) callback_code) (f1); in main() 1427 fr = ((float (ABI_ATTR *) (float,float)) callback_code) (f1,f2); in main() 1445 fr = ((float (ABI_ATTR *) (float,float,float,float)) callback_code) (f1,f2,f3,f4); in main() [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | align_stdcall.c | 11 static float ABI_ATTR align_arguments(int i1, in align_arguments()
|
D | align_mixed.c | 11 static float ABI_ATTR align_arguments(int i1, in align_arguments()
|
D | strlen.c | 10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
|
D | strlen3.c | 11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
|
D | closure_simple.c | 25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
|
D | strlen2.c | 11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
|
D | struct3.c | 15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
|
D | strlen4.c | 11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
|
D | struct1.c | 17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
|
D | struct4.c | 17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
|
D | struct6.c | 15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
|
D | struct9.c | 16 static test_structure_9 ABI_ATTR struct9 (test_structure_9 ts) in struct9()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | strlen.c | 10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
|
D | strlen2.c | 11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
|
D | strlen3.c | 11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
|
D | closure_simple.c | 25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
|
D | strlen4.c | 11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
|
D | struct3.c | 15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
|
D | struct4.c | 17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
|
D | struct1.c | 17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
|
D | struct6.c | 15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
|
D | struct2.c | 16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2()
|
/external/libffi/testsuite/libffi.closures/ |
D | closure_simple.c | 25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
|