Searched refs:i_i16 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 221 ir = i_i16(i1,i2,i3,i4,i5,i6,i7,i8,i9,i10,i11,i12,i13,i14,i15,i16); in int_tests() 231 FFI_CALL(cif,i_i16,args,&retvalue); in int_tests()
|
D | testcases.c | 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() function
|
D | test-callback.c | 166 if (data != (void*)&i_i16) { fprintf(out,"wrong data for i_i16\n"); exit(1); } in i_i16_simulator() 1377 ir = i_i16(i1,i2,i3,i4,i5,i6,i7,i8,i9,i10,i11,i12,i13,i14,i15,i16); in main() 1386 PREP_CALLBACK(cif,i_i16_simulator,(void*)&i_i16); in main()
|