Home
last modified time | relevance | path

Searched refs:Lists (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h48 SmallVector<List, 4> Lists;
60 size_t getNumLists() const { return Lists.size(); } in getNumLists()
61 const List &getList(size_t LI) const { return Lists[LI]; } in getList()
62 ArrayRef<List> getLists() const { return Lists; } in getLists()
81 size_t LI = Lists.size(); in startList()
82 Lists.emplace_back(CU, Entries.size()); in startList()
113 .slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries()
129 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex()
131 return &L - &Lists.front(); in getIndex()
139 if (LI + 1 == Lists.size()) in getNumEntries()
[all …]
H A DDebugLocStream.cpp16 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()
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Ddynlist.out2 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
38 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
51 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
55 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
62 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
98 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
111 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
129 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
165 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
187 dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
[all …]
/netbsd-src/sys/ufs/ufs/
H A DREADME.acls3 UFS Access Control Lists Copyright
5 The UFS Access Control Lists implementation is copyright Robert Watson,
8 About UFS Access Control Lists (ACLs)
17 Using UFS Access Control Lists (ACLs)
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dtroubleshooting.sdf64 mailing Lists: {{URL:http://www.openldap.org/lists/}} for that.
80 * Mailing Lists: {{URL:http://www.openldap.org/lists/}}
H A Dpreface.sdf45 Mailing Lists|http://www.OpenLDAP.org/lists/
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVVPNodes.def1 //===-- VVPNodes.def - Lists & properties of VE Vector Predication Nodes --===//
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddif21 # https://www.wikidata.org/wiki/Wikidata:WikiProject_Informatics/File_formats/Lists/File_formats
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dengine.pod44 Lists the capabilities of each engine.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-engine.pod.in49 Lists the capabilities of each engine.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMakePrimer.rst115 Lists section in Variables, Types, and Scope
131 Lists of Lists
H A DMarkdownQuickstartTemplate.md74 Lists can be made like this:
H A DSphinxQuickstartTemplate.rst92 Lists chapter
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DSyntax.td16 // - Lists, with children in alternating Element/Delimiter roles. (syntax::List)
/netbsd-src/external/bsd/libbind/dist/
H A DREADME105 Bug Reports and Mailing Lists
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DSUPPORT.md63 Mailing Lists
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp622 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() local
624 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc()); in expand()
625 Length = std::min(Length, unsigned(Lists[i].size())); in expand()
640 Record *Proto = Lists[0][n]; in expand()
643 Record *Reg = Lists[i][n]; in expand()
/netbsd-src/sys/arch/evbarm/conf/
H A DGENERIC.common35 options UFS_ACL # UFS Access Control Lists
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dsecurity.inc.rst71 Access Control Lists
74 Access Control Lists (ACLs) are address match lists that can be set up
/netbsd-src/sys/arch/evbsh3/conf/
H A DNEXTVOD52 #options UFS_ACL # UFS Access Control Lists
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp324 IO.mapOptional("Lists", ListTable.Lists); in mapping()
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dgetting-started.rst111 may mean updating firewall policies or Access Control Lists (ACL) on
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-3377 * bulleted list, example markup [ms]: Lists in ms. (line 23)
728 * example markup, bulleted list [ms]: Lists in ms. (line 23)
729 * example markup, glossary-style list [ms]: Lists in ms. (line 71)
732 * example markup, numbered list [ms]: Lists in ms. (line 45)
862 * glossary-style list, example markup [ms]: Lists in ms. (line 71)
1376 * ms macros, lists: Lists in ms. (line 6)
1380 * ms macros, nested lists: Lists in ms. (line 132)
1410 * nested lists [ms]: Lists in ms. (line 132)
1450 * numbered list, example markup [ms]: Lists in ms. (line 45)
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A DREADME50 cvs_acls A perl script that implements Access Control Lists
/netbsd-src/sys/arch/amd64/conf/
H A DXEN3_DOMU88 options UFS_ACL # UFS Access Control Lists

1234