Searched refs:PRIdLL (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | cls_align_sint64.c | 26 …printf("%d %" PRIdLL " %d %d %" PRIdLL " %d: %d %" PRIdLL " %d\n", a1.a, a1.b, a1.c, a2.a, a2.b, a… in cls_struct_align_fn() 81 printf("res: %d %" PRIdLL " %d\n", res_dbl.a, res_dbl.b, res_dbl.c); in main() 88 printf("res: %d %" PRIdLL " %d\n", res_dbl.a, res_dbl.b, res_dbl.c); in main()
|
D | cls_align_uint64.c | 27 …printf("%d %" PRIdLL " %d %d %" PRIdLL " %d: %d %" PRIdLL " %d\n", a1.a, a1.b, a1.c, a2.a, a2.b, a… in cls_struct_align_fn() 82 printf("res: %d %" PRIdLL " %d\n", res_dbl.a, res_dbl.b, res_dbl.c); in main() 89 printf("res: %d %" PRIdLL " %d\n", res_dbl.a, res_dbl.b, res_dbl.c); in main()
|
D | ffitest.h | 67 #define PRIdLL "I64d" macro 70 #define PRIdLL "lld" macro 77 #undef PRIdLL 78 #define PRIdLL "ld" macro
|
D | return_ll1.c | 40 printf("res: %" PRIdLL ", %" PRIdLL "\n", rlonglong, ll0 + ll1 + ll2); in main()
|
D | cls_ulonglong.c | 38 printf("res: %" PRIdLL "\n", res); in main() 43 printf("res: %" PRIdLL "\n", res); in main()
|
D | stret_medium2.c | 43 printf("%g %g %g %g %g %g %g %g %" PRIdLL "\n", result.a, result.b, result.c, in cls_struct_72byte_fn() 111 printf("res: %g %g %g %g %g %g %g %g %" PRIdLL "\n", res_dbl.a, res_dbl.b, res_dbl.c, in main() 120 printf("res: %g %g %g %g %g %g %g %g %" PRIdLL "\n", res_dbl.a, res_dbl.b, res_dbl.c, in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi | 23 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
|
D | ChangeLog.libffi-3.1 | 1852 * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRIdLL, 1914 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRuLL): Fix 2252 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
|
D | ChangeLog | 3997 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
|