Home
last modified time | relevance | path

Searched refs:OBD (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/share/misc/
HDbsd-family-tree506 [OBD] OpenBSD Project, The.
625 OpenBSD 2.0 1996-10-18 [OBD]
635 OpenBSD 2.1 1997-06-01 [OBD]
637 OpenBSD 2.2 1997-12-01 [OBD]
642 OpenBSD 2.3 1998-05-19 [OBD]
652 OpenBSD 2.4 1998-12-01 [OBD]
658 OpenBSD 2.5 1999-05-19 [OBD]
661 OpenBSD 2.6 1999-12-01 [OBD]
666 OpenBSD 2.7 2000-06-15 [OBD]
674 OpenBSD 2.8 2000-12-01 [OBD]
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAutoUpgrade.cpp5473 erase_if(Bundles, [&](OperandBundleDef &OBD) { in UpgradeOperandBundles() argument
5474 return OBD.getTag() == "clang.arc.attachedcall" && in UpgradeOperandBundles()
5475 OBD.inputs().empty(); in UpgradeOperandBundles()
/freebsd-14-stable/sys/dev/usb/
HDusbdevs4510 product SILABS AC_SERV_OBD 0x8665 AC-Services OBD Interface
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp3443 OperandBundleDefT<Value *> OBD("separate_storage", Values); in EmitBuiltinExpr() local
3444 Builder.CreateAssumption(ConstantInt::getTrue(getLLVMContext()), {OBD}); in EmitBuiltinExpr()