HomeSort by: relevance | last modified time | path
    Searched refs:n_val (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gcov-tool.cc 239 /* If N_VAL is no-zero, normalize the profile by setting the largest counter
240 counter value to N_VAL and scale others counters proportionally.
244 profile_rewrite (const char *d1, const char *out, int64_t n_val,
253 if (n_val)
254 gcov_profile_normalize (d1_profile, (gcov_type) n_val);
  /src/external/bsd/pcc/dist/pcc/mip/
node.h 121 #define n_val n_f.n_u.n_l._val macro
  /src/external/gpl3/gcc/dist/gcc/
gcov-tool.cc 305 /* If N_VAL is no-zero, normalize the profile by setting the largest counter
306 counter value to N_VAL and scale others counters proportionally.
310 profile_rewrite (const char *d1, const char *out, int64_t n_val,
319 if (n_val)
320 gcov_profile_normalize (d1_profile, (gcov_type) n_val);

Completed in 18 milliseconds