Home
last modified time | relevance | path

Searched refs:ABI_ATTR (Results 1 – 25 of 45) sorted by relevance

12

/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c119 #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 …]
Dtest-callback.c1279 ((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/
Dalign_stdcall.c11 static float ABI_ATTR align_arguments(int i1, in align_arguments()
Dalign_mixed.c11 static float ABI_ATTR align_arguments(int i1, in align_arguments()
Dstrlen.c10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
Dstrlen3.c11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
Dclosure_simple.c25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
Dstrlen2.c11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
Dstruct3.c15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
Dstrlen4.c11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
Dstruct4.c17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
Dstruct6.c15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
Dstruct9.c16 static test_structure_9 ABI_ATTR struct9 (test_structure_9 ts) in struct9()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstrlen.c10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
Dstrlen2.c11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
Dstrlen3.c11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
Dclosure_simple.c25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
Dstrlen4.c11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
Dstruct3.c15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
Dstruct4.c17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
Dstruct6.c15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
Dstruct2.c16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2()
/external/libffi/testsuite/libffi.closures/
Dclosure_simple.c25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);

12