HomeSort by: relevance | last modified time | path
    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