HomeSort by: relevance | last modified time | path
    Searched defs:HISTFRACTION (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
gmon.h 93 #define HISTFRACTION 2
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon.h 93 #define HISTFRACTION 2
  /src/external/gpl3/binutils.old/dist/gprof/
gmon.h 93 #define HISTFRACTION 2
  /src/sys/sys/
gmon.h 60 #ifndef HISTFRACTION
61 #define HISTFRACTION 2
62 #endif /* HISTFRACTION */
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c 56 #define HISTFRACTION 2
104 HISTFRACTION * sizeof (HISTCOUNTER));
107 HISTFRACTION * sizeof (HISTCOUNTER));
110 monsize = (s_textsize / HISTFRACTION) + sizeof (struct phdr);
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c 56 #define HISTFRACTION 2
104 HISTFRACTION * sizeof (HISTCOUNTER));
107 HISTFRACTION * sizeof (HISTCOUNTER));
110 monsize = (s_textsize / HISTFRACTION) + sizeof (struct phdr);

Completed in 33 milliseconds