Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp52 uint64_t branches = 0; member
762 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
764 ++branches; in collectSourceLine()
770 if (branches > 1) { in collectSourceLine()
771 summary->branches += branches; in collectSourceLine()
985 if (summary.branches == 0) { in printSummary()
989 double(summary.branchesExec) * 100 / summary.branches, in printSummary()
990 summary.branches); in printSummary()
992 double(summary.branchesTaken) * 100 / summary.branches, in printSummary()
993 summary.branches); in printSummary()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c192 int branches[2]; member
2657 while (code->tree[node].branches[0] != code->tree[node].branches[1]) in read_next_symbol()
2668 if (code->tree[node].branches[bit] < 0) in read_next_symbol()
2674 node = code->tree[node].branches[bit]; in read_next_symbol()
2677 return code->tree[node].branches[0]; in read_next_symbol()
2750 if (code->tree[lastnode].branches[0] == in add_value()
2751 code->tree[lastnode].branches[1]) in add_value()
2794 if (code->tree[lastnode].branches[bit] < 0) in add_value()
2801 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2805 lastnode = code->tree[lastnode].branches[bit]; in add_value()
[all …]
/freebsd/
H A DLOCKS9 releng/* branches Requires Security Officer approval.
H A DREADME.md49 … your source tree with one or more of the FreeBSD Project's development branches, please see [Free…
/freebsd/contrib/openbsm/
H A DFREEBSD-upgrade31 development branches:
49 not on CVS vendor branches, but do have the same local vs. vendor merge
/freebsd/tools/tools/git/
H A DHOWTO67 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
H A Dgit-arc.sh534 while git show-ref --quiet --branches "$new"; do
/freebsd/contrib/pjdfstest/
H A DFREEBSD-upgrade4 branches and you are supposed to follow those:
/freebsd/crypto/libecc/
H A Dcommon.mk105 …erflow=4 -Warith-conversion -Wlogical-op -Wduplicated-cond -Wduplicated-branches -Wformat-signedne…
329 CFLAGS := $(patsubst -Wduplicated-branches,,$(CFLAGS))
/freebsd/contrib/netbsd-tests/
H A DFREEBSD-upgrade4 branches and you are supposed to follow those:
/freebsd/contrib/pam-krb5/m4/
H A Dcc-flags.m4100 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 DX86.td399 // Lower indirect branches and switches either using conditional branch trees
404 "retpoline-indirect-branches", "UseRetpolineIndirectBranches", "true",
405 "Remove speculation of indirect branches from the generated code">;
408 // `retpoline-indirect-branches` above.
411 "Remove speculation of indirect branches from the "
428 // Mitigate LVI attacks against indirect calls/branches and call returns
432 "Prevent indirect calls/branches from using a memory operand, and "
433 "precede all indirect calls/branches from a register with an "
443 "and conditional branches. Implies LVI Control Flow integrity.",
677 // instructions) with conditional branches.
[all …]
H A DX86InstrControl.td60 // Unconditional branches.
108 // Indirect branches
299 // Conditional tail calls are similar to the above, but they are branches
431 // Conditional tail calls are similar to the above, but they are branches
/freebsd/contrib/atf/
H A DFREEBSD-upgrade4 branches and you are supposed to follow those:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dlpc1850-ccu.txt3 Each CGU base clock has several clock branches which can be turned on
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md178 - "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/sys/contrib/openzfs/
H A DRELEASES.md22 Two release branches are maintained for OpenZFS, they are:
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td388 // 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 Dluke433 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 Dconfigure.ac32 # and -dev branches, do not simply increment the version, instead use
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst102 but always via platform SoC trees on dedicated branches (see also
/freebsd/contrib/ntp/
H A DREADME.pullrequests5 There are two branches, master and stable.
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td90 // 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/llvm-project/lld/docs/
H A DReleaseNotes.rst61 * For AArch64 and X86_64, added ``--branch-to-branch``, which rewrites branches
/freebsd/crypto/openssh/
H A DREADME.md47 Release tarballs and release branches in git include a pre-built copy of the ``configure`` script a…

1234