Home
last modified time | relevance | path

Searched refs:IP1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh31 IP1=10.0.0.1
116 test_endpoint $SOCK1 $IP1 bus1 ipv4
151 setup_endpoint $SOCK1 $IP1 bus1 ipv4
247 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
259 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td513 // - X16/X17, used by the linker as IP0/IP1
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp85 static bool isConflictIP(IRBuilder<>::InsertPoint IP1, in isConflictIP() argument
87 if (!IP1.isSet() || !IP2.isSet()) in isConflictIP()
89 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP()