/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 47 SmallVector<List, 4> Lists; 59 size_t getNumLists() const { return Lists.size(); } in DebugLocStream() 60 const List &getList(size_t LI) const { return Lists[LI]; } in getNumLists() 61 ArrayRef<List> getLists() const { return Lists; } in getList() 80 size_t LI = Lists.size(); in startList() 81 Lists.emplace_back(CU, Entries.size()); in startList() 111 return ArrayRef(Entries).slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 127 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex() 129 return &L - &Lists in getIndex() [all...] |
H A D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 18 Lists.pop_back(); in finalizeList() 23 Lists.back().Label = Asm.createTempSymbol("debug_loc"); in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/freebsd/sys/ufs/ufs/ |
H A D | README.acls | 2 UFS Access Control Lists Copyright 4 The UFS Access Control Lists implementation is copyright Robert Watson, 7 About UFS Access Control Lists (ACLs) 16 Using UFS Access Control Lists (ACLs)
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t5fw_cfg_fpga.txt | 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 195 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists 202 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists 209 # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists 217 # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists 220 # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists 227 # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists 246 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 248 # NEQ_HYPERV = 32 # VIQs Free Lists 470 # Ingress Queues/w Free Lists and Interrupts: 526
|
H A D | t6fw_cfg_fpga.txt | 23 # 2. Ingress Queues with Free Lists: 1024. 207 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists 214 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists 221 # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists 229 # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists 232 # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists 239 # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists 258 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 260 # NEQ_HYPERV = 32 # VIQs Free Lists 480 # Ingress Queues/w Free Lists and Interrupts: 526
|
H A D | t4fw_cfg_uwire.txt | 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 178 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists 185 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists 192 # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists 200 # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists 203 # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists 210 # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists 229 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 231 # NEQ_HYPERV = 32 # VIQs Free Lists 558 # Ingress Queues/w Free Lists and Interrupts: 526
|
H A D | t5fw_cfg_uwire.txt | 23 # 2. Ingress Queues with Free Lists: 1024. 213 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists 220 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists 227 # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists 235 # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists 238 # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists 245 # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists 264 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 266 # NEQ_HYPERV = 32 # VIQs Free Lists 609 # Ingress Queues/w Free Lists and Interrupts: 526
|
H A D | t6fw_cfg_uwire.txt | 23 # 2. Ingress Queues with Free Lists: 1024. 230 # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists 237 # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists 244 # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists 252 # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists 255 # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists 262 # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists 281 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 283 # NEQ_HYPERV = 32 # VIQs Free Lists 599 # Ingress Queues/w Free Lists and Interrupts: 526
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test_list.inc | 54 PFCTL_TEST(0019, "Lists") 55 PFCTL_TEST(0020, "Lists")
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dif | 21 # https://www.wikidata.org/wiki/Wikidata:WikiProject_Informatics/File_formats/Lists/File_formats
|
/freebsd/sys/contrib/openzfs/ |
H A D | README.md | 14 …iling lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 211 using Lists = std::pair<ObjCMethodList, ObjCMethodList>; 212 using iterator = llvm::DenseMap<Selector, Lists>::iterator; 216 std::pair<iterator, bool> insert(std::pair<Selector, Lists> &&Val) { in insert() 223 llvm::DenseMap<Selector, Lists> Methods;
|
/freebsd/stand/fdt/ |
H A D | help.fdt | 44 Lists the nodes under the specified path.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPNodes.def | 1 //===-- VVPNodes.def - Lists & properties of VE Vector Predication Nodes --===//
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-engine.pod.in | 49 Lists the capabilities of each engine.
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Syntax.td | 16 // - Lists, with children in alternating Element/Delimiter roles. (syntax::List)
|
H A D | Nodes.td | 28 // Lists
|
/freebsd/crypto/openssl/ |
H A D | SUPPORT.md | 63 Mailing Lists
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 640 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() local 642 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc()); in expand() 643 Length = std::min(Length, unsigned(Lists[i].size())); in expand() 659 Record *Proto = Lists[0][n]; in expand() 662 Record *Reg = Lists[i][n]; in expand()
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 34 * Mailing Lists and Large Aliases (1-n Mailing) 150 * Mailing Lists and Large Aliases (1-n Mailing)
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 62 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html) 70 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 148 Lists and Instances
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 351 IO.mapOptional("Lists", ListTable.Lists); in mapping()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 398 help = "Lists principals in a terse format. Equivalent to \"get -t\"."
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 230 std::vector<ListEntries<EntryType>> Lists; member
|