Searched refs:HOST_WIDEST_INT (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dhwint.h95 /* Set HOST_WIDEST_INT. This is a 64-bit type unless the compiler
100 # define HOST_WIDEST_INT HOST_WIDE_INT macro
110 # define HOST_WIDEST_INT long long macro
114 # define HOST_WIDEST_INT __int64 macro
H A Dcfgloop.h324 unsigned HOST_WIDEST_INT niter;
327 unsigned HOST_WIDEST_INT niter_max;
H A Dgcov-dump.c431 (HOST_WIDEST_INT)summary.ctrs[ix].sum_all);
433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max);
435 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max);
H A Dloop-iv.c1247 static unsigned HOST_WIDEST_INT
1248 inverse (unsigned HOST_WIDEST_INT x, int mod)
1250 unsigned HOST_WIDEST_INT mask =
1251 ((unsigned HOST_WIDEST_INT) 1 << (mod - 1) << 1) - 1;
1252 unsigned HOST_WIDEST_INT rslt = 1;
1266 static unsigned HOST_WIDEST_INT
1271 unsigned HOST_WIDEST_INT nmax, inc;
1998 unsigned HOST_WIDEST_INT s, size, d, inv;
1999 HOST_WIDEST_INT up, down, inc, step_val;
2340 bound = GEN_INT (((unsigned HOST_WIDEST_INT)
[all...]
H A Dalloc-pool.c47 HOST_WIDEST_INT align_i;
H A Dgcov-io.h212 typedef HOST_WIDEST_INT gcov_type;
H A Dgengtype-lex.l57 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|HOST_WIDEST_INT|bool|size_t|BOOL_BITFIELD
H A Dcgraph.c714 (HOST_WIDEST_INT)node->count);
751 (HOST_WIDEST_INT)edge->count);
765 (HOST_WIDEST_INT)edge->count);
H A Dmodulo-sched.c310 HOST_WIDEST_INT * count)
1006 (HOST_WIDEST_INT) bb->count);
1010 (HOST_WIDEST_INT) trip_count);
1014 (HOST_WIDEST_INT) profile_info->sum_max);
1072 HOST_WIDEST_INT loop_count = 0;
1104 (HOST_WIDEST_INT) bb->count);
1108 (HOST_WIDEST_INT) profile_info->sum_max);
H A Dloop-doloop.c349 <= ((unsigned HOST_WIDEST_INT) 1
H A Dcfghooks.c248 fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count);
H A Dbasic-block.h115 typedef HOST_WIDEST_INT gcov_type;
H A Dcfg.c977 #define MAX_SAFE_MULTIPLIER (1 << (sizeof (HOST_WIDEST_INT) * 4 - 1))
H A Dipa-inline.c933 max_insns = ((HOST_WIDEST_INT) max_insns
H A Dprofile.c349 (HOST_WIDEST_INT) e->count);
H A Dbt-load.c1418 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth,
H A Dgcov.c1371 sprintf (buffer, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)top);
H A Dggc-page.c220 HOST_WIDEST_INT i;
H A Dggc-zone.c214 HOST_WIDEST_INT i;
H A Dloop-unroll.c1222 (HOST_WIDEST_INT) (niter + 1));

Completed in 191 milliseconds