Searched refs:normalize_val (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-tool.c | 303 int64_t normalize_val = 0; in do_rewrite() local 324 normalize_val = strtol (optarg, (char **)NULL, 10); in do_rewrite() 326 normalize_val = strtoll (optarg, (char **)NULL, 10); in do_rewrite() 360 if (normalize_val != 0) in do_rewrite() 363 normalize_val = 0; in do_rewrite() 379 ret = profile_rewrite (argv[optind], output_dir, normalize_val, scale, 0, 0); in do_rewrite()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-tool.cc | 303 int64_t normalize_val = 0; in do_rewrite() local 324 normalize_val = strtol (optarg, (char **)NULL, 10); in do_rewrite() 326 normalize_val = strtoll (optarg, (char **)NULL, 10); in do_rewrite() 360 if (normalize_val != 0) in do_rewrite() 363 normalize_val = 0; in do_rewrite() 379 ret = profile_rewrite (argv[optind], output_dir, normalize_val, scale, 0, 0); in do_rewrite()
|