| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 52 uint64_t branches = 0; member 755 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local 757 ++branches; in collectSourceLine() 763 if (branches > 1) { in collectSourceLine() 764 summary->branches += branches; in collectSourceLine() 978 if (summary.branches == 0) { in printSummary() 982 double(summary.branchesExec) * 100 / summary.branches, in printSummary() 983 summary.branches); in printSummary() 985 double(summary.branchesTaken) * 100 / summary.branches, in printSummary() 986 summary.branches); in printSummary()
|
| /freebsd/ |
| H A D | LOCKS | 9 releng/* branches Requires Security Officer approval.
|
| H A D | README.md | 47 … your source tree with one or more of the FreeBSD Project's development branches, please see [Free…
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 192 int branches[2]; member 2656 while (code->tree[node].branches[0] != code->tree[node].branches[1]) in read_next_symbol() 2667 if (code->tree[node].branches[bit] < 0) in read_next_symbol() 2673 node = code->tree[node].branches[bit]; in read_next_symbol() 2676 return code->tree[node].branches[0]; in read_next_symbol() 2749 if (code->tree[lastnode].branches[0] == in add_value() 2750 code->tree[lastnode].branches[1]) in add_value() 2793 if (code->tree[lastnode].branches[bit] < 0) in add_value() 2800 code->tree[lastnode].branches[bit] = code->numentries++; in add_value() 2804 lastnode = code->tree[lastnode].branches[bit]; in add_value() [all …]
|
| /freebsd/contrib/openbsm/ |
| H A D | FREEBSD-upgrade | 31 development branches: 49 not on CVS vendor branches, but do have the same local vs. vendor merge
|
| /freebsd/contrib/pjdfstest/ |
| H A D | FREEBSD-upgrade | 4 branches and you are supposed to follow those:
|
| /freebsd/tools/tools/git/ |
| H A D | HOWTO | 67 Do not merge in other branches, or rebase your review branches at this point. 79 First, merge each of your review branches back into your main development
|
| /freebsd/crypto/libecc/ |
| H A D | common.mk | 105 …erflow=4 -Warith-conversion -Wlogical-op -Wduplicated-cond -Wduplicated-branches -Wformat-signedne… 329 CFLAGS := $(patsubst -Wduplicated-branches,,$(CFLAGS))
|
| /freebsd/contrib/netbsd-tests/ |
| H A D | FREEBSD-upgrade | 4 branches and you are supposed to follow those:
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | README.md | 35 * Supported FreeBSD versions are any supported branches and releases starting from 13.0-RELEASE.
|
| H A D | RELEASES.md | 22 Two release branches are maintained for OpenZFS, they are:
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | cc-flags.m4 | 100 dnl -Wunused-macros Often used on suppressed branches 121 -Wmissing-format-attribute -Walloc-zero -Wduplicated-branches
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 380 // Lower indirect branches and switches either using conditional branch trees 385 "retpoline-indirect-branches", "UseRetpolineIndirectBranches", "true", 386 "Remove speculation of indirect branches from the generated code">; 389 // `retpoline-indirect-branches` above. 392 "Remove speculation of indirect branches from the " 409 // Mitigate LVI attacks against indirect calls/branches and call returns 413 "Prevent indirect calls/branches from using a memory operand, and " 414 "precede all indirect calls/branches from a register with an " 424 "and conditional branches. Implies LVI Control Flow integrity.", 658 // instructions) with conditional branches. [all …]
|
| H A D | X86InstrControl.td | 60 // Unconditional branches. 108 // Indirect branches 296 // Conditional tail calls are similar to the above, but they are branches 420 // Conditional tail calls are similar to the above, but they are branches
|
| /freebsd/contrib/atf/ |
| H A D | FREEBSD-upgrade | 4 branches and you are supposed to follow those:
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | lpc1850-ccu.txt | 3 Each CGU base clock has several clock branches which can be turned on
|
| /freebsd/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 178 - "Release branches" contain the latest released code for said version. 179 - "Staging branches" contain selected commits prior to being released. 183 - Release branches: `zfs-$VERSION-release` 184 - Staging branches: `zfs-$VERSION-staging`
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 388 // This class is ambiguous with other branches: 403 // This class is ambiguous with other branches: 418 // This class is ambiguous with other branches:
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | luke | 433 end,call=call,case=function(s,branches)if branches[s]~=nil then 434 return call(branches[s],s)end 436 for pattern,fn in next,branches do 442 local default=branches[DEFAULT]if iscallable(default)then
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | configure.ac | 32 # and -dev branches, do not simply increment the version, instead use
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP7.td | 16 // branches), but the total internal issue bandwidth per
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrAliases.td | 90 // Instruction aliases for integer conditional branches and moves. 231 // Instruction aliases for floating point conditional branches and moves. 284 // Instruction aliases for co-processor conditional branches. 296 // Instruction aliases for register conditional branches and moves.
|
| /freebsd/contrib/ntp/ |
| H A D | README.pullrequests | 5 There are two branches, master and stable.
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | submitting-patches.rst | 102 but always via platform SoC trees on dedicated branches (see also
|
| /freebsd/crypto/openssh/ |
| H A D | README.md | 44 Release tarballs and release branches in git include a pre-built copy of the ``configure`` script a…
|