HomeSort by relevance Sort by last modified time
    Searched refs:res_closure (Results 1 - 6 of 6) sorted by null

  /external/libffi/testsuite/libffi.call/
cls_multi_schar.c 46 signed char a, b, res_closure; local
76 res_closure = (*((test_type)pcl))(2, 125);
78 printf("res: %d\n", res_closure);
cls_multi_sshort.c 46 unsigned short a, b, res_closure; local
76 res_closure = (*((test_type)pcl))(2, 32765);
78 printf("res: %d\n", res_closure);
cls_multi_sshortchar.c 52 signed short b, d, res_closure; local
88 res_closure = (*((test_type)pcl))(1, 32765, 127, -128);
90 printf("res: %d\n", res_closure);
cls_multi_ushort.c 46 unsigned short a, b, res_closure; local
76 res_closure = (*((test_type)pcl))(2, 32765);
78 printf("res: %d\n", res_closure);
cls_multi_ushortchar.c 52 unsigned short b, d, res_closure; local
88 res_closure = (*((test_type)pcl))(1, 2, 127, 128);
90 printf("res: %d\n", res_closure);
cls_multi_uchar.c 57 unsigned char a, b, c, d, res_closure; local
93 res_closure = (*((test_type)pcl))(1, 2, 127, 125);
95 printf("res: %d\n", res_closure);

Completed in 42 milliseconds