OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HZ_WRONG
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
hertz.h
23
#define
HZ_WRONG
0 /* impossible clock frequency */
27
* we return
HZ_WRONG
, an impossible sampling frequency.
/src/external/gpl3/binutils.old/dist/gprof/
hertz.h
23
#define
HZ_WRONG
0 /* impossible clock frequency */
27
* we return
HZ_WRONG
, an impossible sampling frequency.
/src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.cc
68
#define
HZ_WRONG
0
452
int gmon_interval = (hz ==
HZ_WRONG
? 1000 : hz * 100);
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026