Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp52 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/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c192 int branches[2]; member
2611 while (code->tree[node].branches[0] != code->tree[node].branches[1]) in read_next_symbol()
2622 if (code->tree[node].branches[bit] < 0) in read_next_symbol()
2628 node = code->tree[node].branches[bit]; in read_next_symbol()
2631 return code->tree[node].branches[0]; in read_next_symbol()
2704 if (code->tree[lastnode].branches[0] == in add_value()
2705 code->tree[lastnode].branches[1]) in add_value()
2748 if (code->tree[lastnode].branches[bit] < 0) in add_value()
2755 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2759 lastnode = code->tree[lastnode].branches[bit]; in add_value()
[all …]
/freebsd/
H A DLOCKS9 releng/* branches Requires Security Officer approval.
H A DRELNOTES241 stable/15 and stable/16 branches.
253 stable/14 and earlier branches will retain existing 32-bit
256 and earlier branches as long as those branches are supported
H A DREADME.md47 … 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
/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/llvm-project/llvm/lib/Target/X86/
H A DX86.td380 // 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 DX86InstrControl.td60 // 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/sys/contrib/openzfs/
H A DREADME.md35 * Supported FreeBSD versions are any supported branches and releases starting from 13.0-RELEASE.
H A DRELEASES.md22 Two release branches are maintained for OpenZFS, they are:
/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/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/ntp/sntp/
H A Dconfigure.ac32 # and -dev branches, do not simply increment the version, instead use
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td16 // branches), but the total internal issue bandwidth per
/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/ntp/
H A DREADME.pullrequests5 There are two branches, master and stable.
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def265 X86_FEATURE (RETPOLINE_INDIRECT_BRANCHES, "retpoline-indirect-branches")
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac304 AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wduplicated-branches], [CWFLAGS="$CWFLAGS -Wduplicated-branches"])
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRDevices.td42 // The device supports the indirect branches `IJMP` and `ICALL`.
47 // The device supports the extended indirect branches `EIJMP` and `EICALL`.

1234