Home
last modified time | relevance | path

Searched full:lists (Results 1 – 25 of 1895) sorted by relevance

12345678910>>...76

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h47 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 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()
/freebsd/crypto/openssl/
H A DSUPPORT.md13 An overview over the [mailing lists](#mailing-lists) can be found below.
25 - Search the mailing lists and/or the GitHub issues to find out whether
63 Mailing Lists
66 The OpenSSL maintains a number of [mailing lists] for various purposes.
67 The most important lists are:
79 lists] page.
87 [mailing lists]: https://www.openssl.org/community/mailinglists.html
/freebsd/sys/ufs/ufs/
H A DREADME.acls2 UFS Access Control Lists Copyright
4 The UFS Access Control Lists implementation is copyright Robert Watson,
7 About UFS Access Control Lists (ACLs)
9 Access control lists allow the association of fine-grained discretionary
16 Using UFS Access Control Lists (ACLs)
18 Support for UFS access control lists may be enabled by adding:
/freebsd/share/man/man3/
H A Dqueue.3122 .Nd implementations of singly-linked lists, singly-linked tail queues,
123 lists and tail queues
226 Lists
228 Singly-linked lists
245 Swapping the contents of two lists.
248 Singly-linked lists are the simplest of the four data structures
250 Singly-linked lists are ideal for applications with large datasets
253 Singly-linked lists add the following functionality:
258 O(n) concatenation of two lists.
278 than singly-linked lists.
[all …]
/freebsd/sys/dev/isci/
H A Disci_logger.c104 * length argument lists and should consider prepending the fact
128 * length argument lists and should consider prepending the fact
153 * length argument lists and should consider prepending the fact
178 * length argument lists and should consider prepending the fact
204 * variable length argument lists and should consider prepending the
230 * length argument lists and should consider prepending the fact
255 * length argument lists and should consider prepending the fact
280 * length argument lists and should consider prepending the fact
305 * length argument lists and should consider prepending the fact
331 * variable length argument lists and should consider prepending the
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h69 /// This enumeration lists the attributes that can be associated with
531 /// Returns a new list because attribute lists are immutable.
537 /// Returns a new list because attribute lists are immutable.
543 /// Returns a new list because attribute lists are immutable.
548 /// Returns a new list because attribute lists are immutable.
554 /// attribute lists are immutable.
561 /// attribute lists are immutable.
568 /// attribute lists are immutable.
576 /// attribute lists are immutable.
583 /// attribute lists are immutable.
[all …]
/freebsd/contrib/libxo/libxo/
H A Dxo_open_container.342 .Dq lists .
125 mode, where the name of the open containers, lists, and
150 Some users may find tracking the names of open containers, lists, and
157 will track the names of open containers, lists, and instances so
183 containers, lists, and instances.
H A Dxo_open_list.318 .Nd open and close lists and instances
56 Lists are sequences of instances of homogeneous data objects.
133 .Sh LEAF LISTS
147 In JSON, leaf lists are rendered as arrays of values. In XML, they
/freebsd/sbin/ipf/ipf/
H A Dipf.83 ipf \- alters packet filtering lists for IP packet input and output
30 is added to the kernel's internal lists if there are no parsing problems.
31 Rules are added to the end of the internal lists, matching the order in
92 lists.
116 Remove matching filter rules rather than add them to the internal lists
178 Needs to be run as root for the packet filtering lists to actually
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dt_integration.sh110 "constant conversion in argument lists"
112 "constant conversion in argument lists"
115 "type conversion in argument lists"
117 "type conversion in argument lists"
119 "type conversion in argument lists"
/freebsd/contrib/flex/
H A DREADME.md13 There are several mailing lists available as well:
15 * flex-announce@lists.sourceforge.net - where posts will be made
17 * flex-help@lists.sourceforge.net - where you can post questions about
19 * flex-devel@lists.sourceforge.net - where you can discuss development
22 Find information on subscribing to the mailing lists at:
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h35 /// A base class for lists of entries that are extracted from a particular
36 /// section, such as range lists or location lists.
69 /// The number of offsets that follow the header before the range lists.
142 /// A class representing a table of lists as specified in the DWARF v5
143 /// standard for location lists and range lists. The table consists of a header
146 /// the lists' section offsets.
149 /// A mapping between file offsets and lists. It is used to find a particular
/freebsd/contrib/lua/src/
H A Dlstate.h25 ** belong to one (and only one) of these lists, using field 'next' of
34 ** For the generational collector, some of these lists have marks for
48 ** All lists can contain elements older than their main ages, due
50 ** objects between the normal lists and the "marked for finalization"
51 ** lists. Moreover, barriers can age young objects in young lists as
66 ** Moreover, there is another set of lists that control gray objects.
67 ** These lists are linked by fields 'gclist'. (All objects that
70 ** must belong to one of these lists, and all objects in these lists
89 ** of gray lists. (They don't even have a 'gclist' field.)
/freebsd/sbin/ipf/ipnat/
H A Dipnat.115 is added to the kernels internal lists if there are no parsing problems.
16 Rules are added to the end of the internal lists, matching the order in
38 Remove matching NAT rules rather than add them to the internal lists
H A Dipnat.822 is added to the kernels internal lists if there are no parsing problems.
23 Rules are added to the end of the internal lists, matching the order in
60 Remove matching NAT rules rather than add them to the internal lists.
/freebsd/usr.bin/lsvfs/
H A Dlsvfs.116 command lists information about the currently loaded virtual file system
22 lists information about the specified VFS modules.
25 lists all currently loaded modules.
/freebsd/contrib/libder/tests/
H A DCMakeLists.txt11 foreach(fuzzer IN LISTS FUZZERS)
21 foreach(prog IN LISTS UTILS TESTS)
25 foreach(prog IN LISTS ALL_TESTS)
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man4 # Properly implement -columns in the "my %lists" definition...
75 ## lists
78 my %lists = (
120 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
122 # Wrap nested lists with .RS and .RE
128 $lists{$1}->(%opts);
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md41 comparison degenerates to integer comparison. Additionally, lists of
76 These convert ASCII strings into lists of properties. The resulting
77 lists are sorted by the name index. Some additional utility functions
78 for dealing with property lists are also included: comparison of a query
/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt22 # 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 Dt6fw_cfg_fpga.txt23 # 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
/freebsd/lib/libutil/
H A Dlogin_ok.c21 * Support allow/deny lists in login class capabilities
120 * arbitrary capability lists not necessarily related to access.
121 * This hook is provided for the accounted/exclude accounting lists.
169 * arbitrary capability lists not necessarily related to access.
170 * This hook is provided for the accounted/exclude accounting lists.
/freebsd/sys/netlink/route/
H A Dcommon.h39 NL_RTM_GETLINK = 18, /* lists matching interfaces */
43 NL_RTM_GETADDR = 22, /* lists matching ifaddrs */
46 NL_RTM_GETROUTE = 26, /* lists matching routes */
49 NL_RTM_GETNEIGH = 30, /* lists matching arp/ndp entry */
89 NL_RTM_GETNEXTHOP = 106, /* lists created user nexthops */
/freebsd/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man29 # Properly implement -columns in the "my %lists" definition...
101 ## lists
104 my %lists = (
146 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
148 # Wrap nested lists with .RS and .RE
154 $lists{$1}->(%opts);

12345678910>>...76