Searched refs:FIB (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | moderrs.mk | 11 FIB= 1 1 2 3 5 8 13 21 34 152 @echo ${FIB:ts} 154 @echo ${FIB:ts\65} # octal 065 == U+0035 == '5' 157 @echo ${FIB:ts\65oct} # bad modifier 160 @echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is "" 163 @echo ${FIB:tsxy} # modifier too long 167 @echo ${FIB:t 170 @echo ${FIB:txy} 173 @echo ${FIB:t} 176 @echo ${FIB:t:M*} [all …]
|
| /freebsd/tools/test/netfibs/ |
| H A D | README | 10 an address or port, a FIB to bind to or a FIB to add to a reflected 40 unrelated to multi-FIB test leading to a panic(9). "delay" calls 48 packets tagged on input are leaving on the correct FIB.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 233 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 250 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 295 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); in MeetIfcvtSizeLimit() local 300 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2, in MeetIfcvtSizeLimit() 313 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) { in MeetIfcvtSizeLimit() 359 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit() 732 MachineBasicBlock::iterator &FIB, in CountDuplicatedInstructions() argument 738 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions() 741 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions() 742 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() [all …]
|
| H A D | BranchFolding.cpp | 1949 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local 1952 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs() 1955 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs() 1956 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs() 1959 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs() 2052 ++FIB; in HoistCommonCodeInSuccs() 2059 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
|
| H A D | RegisterScavenging.cpp | 234 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in backward() 240 if (FI < FIB || FI >= FIE) in backward() 273 if (FI < FIB || FI >= FIE) { 387 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); spill() local
|
| /freebsd/tests/sys/netinet/ |
| H A D | fibs_test.sh | 741 eval FIB${i}=$(($i + 1)) 796 local FIB=$2 801 atf_check setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
|
| /freebsd/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 9 * -V: We use FIB to map what OpenBSD do for "rdomain"
|
| /freebsd/tools/test/ |
| H A D | README | 17 netfibs Programs to test multi-FIB network stacks.
|
| /freebsd/contrib/openbsm/ |
| H A D | NEWS | 12 jails, multi-FIB support, and misc. POSIX interfaces such as
|