Searched refs:HOST_WIDEST_INT_PRINT_DEC (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dhwint.h102 # define HOST_WIDEST_INT_PRINT_DEC HOST_WIDE_INT_PRINT_DEC macro
119 # define HOST_WIDEST_INT_PRINT_DEC "%" HOST_LONG_LONG_FORMAT "d" macro
H A Dgcov-dump.c408 printf (HOST_WIDEST_INT_PRINT_DEC, count);
430 printf (", sum_all=" HOST_WIDEST_INT_PRINT_DEC,
432 printf (", run_max=" HOST_WIDEST_INT_PRINT_DEC,
434 printf (", sum_max=" HOST_WIDEST_INT_PRINT_DEC,
H A Dmodulo-sched.c1005 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1009 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1013 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1103 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1107 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1134 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
1169 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, loop_count);
1171 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, trip_count);
H A Dcgraph.c713 fprintf (f, " executed "HOST_WIDEST_INT_PRINT_DEC"x",
750 fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
764 fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
H A Dloop-doloop.c309 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, desc->niter);
H A Dcfg.c498 fprintf (file, HOST_WIDEST_INT_PRINT_DEC, bb->count);
626 fprintf (file, HOST_WIDEST_INT_PRINT_DEC, e->count);
H A Dcfghooks.c248 fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count);
H A Dpredict.c369 fprintf (file, HOST_WIDEST_INT_PRINT_DEC, bb->count);
373 fprintf (file, HOST_WIDEST_INT_PRINT_DEC, e->count);
H A Dloop-unroll.c451 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, desc->niter);
1221 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
H A Dipa-inline.c775 fprintf (dump_file," Called "HOST_WIDEST_INT_PRINT_DEC"x\n", edge->count);
H A Dprofile.c348 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC,
H A Dbt-load.c1416 "Basic block %d: count = " HOST_WIDEST_INT_PRINT_DEC
H A Dgcov.c1371 sprintf (buffer, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)top);
H A Dloop-iv.c2662 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, desc->niter_max);

Completed in 131 milliseconds