OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diff_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc
970
profile_count
diff_count
= best_count / 10;
971
if (count < best_count -
diff_count
979
else if (count > best_count +
diff_count
)
969
profile_count
diff_count
= best_count \/ 10;
local
/src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc
970
profile_count
diff_count
= best_count.apply_scale (1, 10);
971
if (count < best_count -
diff_count
979
else if (count > best_count +
diff_count
)
969
profile_count
diff_count
= best_count.apply_scale (1, 10);
local
Completed in 18 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026