Home
last modified time | relevance | path

Searched refs:arcs (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/file/magic/Magdir/
HDcoverage13 # gcc -fprofile-arcs
41 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs),
46 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs),
HDopenfst11 >>>>>&0 quad >0 \b, num arcs: %lld
/freebsd-14-stable/contrib/libucl/m4/
HDgcov.m465 COVERAGE_CFLAGS="-fprofile-arcs -ftest-coverage"
66 COVERAGE_LDFLAGS="--coverage -fprofile-arcs -ftest-coverage"
/freebsd-14-stable/usr.bin/gprof/
HDMakefile4 SRCS= gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \
/freebsd-14-stable/contrib/libevent/cmake/
HDCodeCoverage.cmake43 # SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
44 # SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
/freebsd-14-stable/contrib/ntp/sntp/libevent/cmake/
HDCodeCoverage.cmake43 # SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
44 # SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
/freebsd-14-stable/contrib/libcbor/
HDCMakeLists.txt135 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -fprofile-arcs -ftest-coverage --coverage")
136 …set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} -g -fprofile-arcs -ftest-coverag…
/freebsd-14-stable/sys/contrib/openzfs/config/
HDax_code_coverage.m4128 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
129 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDGCOV.cpp175 fn->arcs.push_back(std::move(arc)); in readGCNO()
267 uint32_t expected = 2 * fn->arcs.size(); in readGCDA()
277 for (std::unique_ptr<GCOVArc> &arc : fn->arcs) { in readGCDA()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDGCOV.h269 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; variable
/freebsd-14-stable/contrib/sendmail/cf/
HDsendmail.schema15 # OID arcs for Sendmail
/freebsd-14-stable/sys/conf/
HDkern.pre.mk159 GCOV_CFLAGS+= -fprofile-arcs -ftest-coverage
/freebsd-14-stable/sys/contrib/openzfs/module/
HDMakefile.bsd71 CFLAGS+= -fprofile-arcs -ftest-coverage
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDfunstack.in3184 …ng the speed of the algorithm to the number of vertices and the number of arcs. The speed is also …
9977 …an event-node network in which both the number of nodes and the number of arcs are the minima to p…
10067 keywords = "arcs; flows; input parameters; maxflow; network; network analysis",
15584 …nt procedure for detecting approximate circles and approximately circular arcs of varying gray lev…
15590 …umulators; biomedical applications of computers; circle finding; circular arcs; curve detection; e…
19766 …abstract = "Circular arcs can be drawn on an incremental display device such as a cathode ray …
19772 …keywords = "addition; arc generation; arcs; circle drawing; circular; computer graphics; compu…
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1850 def fprofile_arcs : Flag<["-"], "fprofile-arcs">, Group<f_Group>,
1852 def fno_profile_arcs : Flag<["-"], "fno-profile-arcs">, Group<f_Group>;
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttrDocs.td3058 ``-fcs-profile-generate`` / ``-fprofile-arcs`` flags.