HomeSort by: relevance | last modified time | path
    Searched refs:arcs (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_cg_arcs.cc 40 Arc **arcs; variable
82 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
102 to the array of arcs. */
115 arcs = (Arc**) xrealloc (arcs, sizeof (*arcs) * maxarcs);
119 arcs[numarcs++] = arc;
cg_arcs.h 48 extern Arc **arcs;
  /src/external/gpl3/binutils/dist/gprof/
cg_arcs.h 49 extern Arc **arcs;
cg_print.c 216 /* Compare two arcs to/from the same child/parent.
219 - if both arcs are within a cycle, compare arc counts.
318 *detached the rest of the arcs to be sorted.
338 /* Reattach sorted arcs to child. */
405 *detached the rest of the arcs to be sorted.
676 /* Compare two arcs based on their usage counts.
717 * Search the highest use arcs (those which account for 90% of
726 occur in the top 99% of the arcs in the profile. Some provisions
727 are made to handle high usage arcs where the parent and/or
731 arcs to place the leftover functions
    [all...]
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
  /src/external/gpl3/binutils.old/dist/gprof/
cg_arcs.h 49 extern Arc **arcs;
cg_print.c 216 /* Compare two arcs to/from the same child/parent.
219 - if both arcs are within a cycle, compare arc counts.
318 *detached the rest of the arcs to be sorted.
338 /* Reattach sorted arcs to child. */
405 *detached the rest of the arcs to be sorted.
676 /* Compare two arcs based on their usage counts.
717 * Search the highest use arcs (those which account for 90% of
726 occur in the top 99% of the arcs in the profile. Some provisions
727 are made to handle high usage arcs where the parent and/or
731 arcs to place the leftover functions
    [all...]
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
  /src/common/dist/zlib/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /src/external/gpl3/gdb/dist/zlib/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 172 fn->arcs.push_back(std::move(arc));
268 if (length != 2 * fn->arcs.size()) {
272 length, unsigned(2 * fn->arcs.size()));
275 for (std::unique_ptr<GCOVArc> &arc : fn->arcs) {
353 // outgoing edge counts by Kirchoff's circuit law. If the unmeasured arcs form a
443 // Ignore saturated arcs (cycleCount has been reduced to 0) and visited
444 // blocks. Ignore self arcs to guard against bad input (.gcno has no
445 // self arcs).
677 // For nonstandard control flows, arcs into the exit block may be
680 // the outgoing arcs
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblmdb/
Makefile 101 COV_FLAGS=-fprofile-arcs -ftest-coverage
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 262 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; member in class:llvm::GCOVFunction
  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 9984 const xcb_arc_t *arcs);
9999 const xcb_arc_t *arcs);
10154 const xcb_arc_t *arcs);
10169 const xcb_arc_t *arcs);
xproto.c 8974 /* arcs */
8995 const xcb_arc_t *arcs)
9016 /* xcb_arc_t arcs */
9017 xcb_parts[4].iov_base = (char *) arcs;
9031 const xcb_arc_t *arcs)
9052 /* xcb_arc_t arcs */
9053 xcb_parts[4].iov_base = (char *) arcs;
9359 /* arcs */
9380 const xcb_arc_t *arcs)
9401 /* xcb_arc_t arcs */
    [all...]

Completed in 61 milliseconds