Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 2230) sorted by relevance

12345678910>>...90

/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dkatajainen.c67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) { in GetFreeNode()
75 if (lists) { in GetFreeNode()
78 for (node = lists[i / 2][i % 2]; node; node = node->tail) { in GetFreeNode()
105 static void BoundaryPM(Node* (*lists)[2], int maxbits, in BoundaryPM()
109 int lastcount = lists[index][1]->count; /* Count of last chain of list. */ in BoundaryPM()
113 newchain = GetFreeNode(lists, maxbits, pool); in BoundaryPM()
114 oldchain = lists[index][1]; in BoundaryPM()
118 lists[index][0] = oldchain; in BoundaryPM()
119 lists[index][1] = newchain; in BoundaryPM()
125 size_t sum = lists[index - 1][0]->weight + lists[index - 1][1]->weight; in BoundaryPM()
[all …]
/netbsd-src/distrib/sets/
H A Dmakeflist11 lists=
17 -L base,x print specified lists
18 -b print netbsd + x11 lists
19 -x print make x11 lists
25 [setname [...]] sets to build [${lists}]
39 base) lists="${lists} ${nlists}" ;;
40 x) lists="${lists} ${xlists}" ;;
47 lists="${nlists} ${xlists}"
50 lists="${xlists}"
75 lists="$*"
[all …]
H A Dmakeobsolete12 lists=
20 -L base,x make specified lists
21 -b make netbsd + x11 lists
22 -x only make x11 lists
40 base) lists="${lists} ${nlists}" ;;
41 x) lists="${lists} ${xlists}" ;;
48 lists="${nlists} ${xlists}"
51 lists="${xlists}"
73 lists="$*"
81 for setname in ${lists:-${nlists}}; do
H A Dmaketars24 lists=
46 -L base,x Make specified lists
47 -b Make both netbsd and x11 lists
48 -x Only make x11 lists
49 [Default: make netbsd lists]
55 -F setlistdir output directory for generated set lists [${dest}/etc/mtree/]
63 [setname ...] Sets to build [${lists}]
82 base) lists="${lists} ${nlists}" ;;
83 x) lists="${lists} ${xlists}" ;;
90 lists="${nlists} ${xlists}"
[all …]
H A Dmakesums75 lists="$(${FIND} ${pat} -prune \( -type f -o -type l \) \
77 if [ -n "${lists}" ]; then
78 eval ${CKSUM} -a md5 ${lists} ${append} MD5
79 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
H A Dcheckflist78 Usage: ${prog} [-x|-b|-L lists] [-M metalog] [-e] [-m]
79 -x check only x11 lists
80 -b check netbsd + x11 lists
81 -L base,x,ext check specified lists
H A DREADME7 'lists' directory.
14 based on the contents of the lists, the tree in
21 what's in 'lists':
23 lists describing file sets. There are two sets of lists per file
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_evlog.c46 tcs_event_log->lists = calloc(tpm_metrics.num_pcrs, sizeof(struct event_wrapper *)); in event_log_init()
47 if (tcs_event_log->lists == NULL) { in event_log_init()
71 cur = tcs_event_log->lists[i]; in event_log_final()
83 free(tcs_event_log->lists); in event_log_final()
120 if (tcs_event_log->lists[event->ulPcrIndex] == NULL) { in event_log_add()
121 tcs_event_log->lists[event->ulPcrIndex] = new; in event_log_add()
124 tmp = tcs_event_log->lists[event->ulPcrIndex]; in event_log_add()
147 tmp = tcs_event_log->lists[pcrIndex]; in get_pcr_event()
167 tmp = tcs_event_log->lists[pcrIndex]; in get_num_events()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_.
361 .. [AminiInconsistent] Mehdi Amini, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130329.h…
362 .. [ArsenaultAgree] Matt Arsenault, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129934.h…
363 .. [BeylsDistinguish] Kristof Beyls, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130292.…
364 .. [BradburyConcern] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130266.h…
365 .. [BradburyTransition] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13038…
366 .. [CarruthAcronym] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130313…
367 .. [CarruthCamelBack] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/1302…
368 .. [CarruthDistinguish] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13…
369 .. [CarruthFunction] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13030…
[all …]
/netbsd-src/sys/net/
H A Dpfil.c65 pfil_list_t lists[2]; member
107 pflistset->active = &pflistset->lists[0]; in pfil_listset_init()
200 if (phlistset->active == &phlistset->lists[0]) { in pfil_list_add()
201 oldlist = &phlistset->lists[0]; in pfil_list_add()
202 newlist = &phlistset->lists[1]; in pfil_list_add()
204 oldlist = &phlistset->lists[1]; in pfil_list_add()
205 newlist = &phlistset->lists[0]; in pfil_list_add()
324 if (phlistset->active == &phlistset->lists[0]) { in pfil_list_remove()
325 oldlist = &phlistset->lists[0]; in pfil_list_remove()
326 newlist = &phlistset->lists[1]; in pfil_list_remove()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_workarounds.c66 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_init() argument
71 memset(lists, 0, sizeof(*lists)); in reference_lists_init()
73 wa_init_start(&lists->gt_wa_list, "GT_REF", "global"); in reference_lists_init()
74 gt_init_workarounds(gt->i915, &lists->gt_wa_list); in reference_lists_init()
75 wa_init_finish(&lists->gt_wa_list); in reference_lists_init()
78 struct i915_wa_list *wal = &lists->engine[id].wa_list; in reference_lists_init()
85 &lists->engine[id].ctx_wa_list, in reference_lists_init()
91 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_fini() argument
97 intel_wa_list_free(&lists->engine[id].wa_list); in reference_lists_fini()
99 intel_wa_list_free(&lists->gt_wa_list); in reference_lists_fini()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgp-display-text.cc1585 char **lists[]) in disp_list() argument
1596 size_t len = strlen (lists[i][j]); in disp_list()
1630 fprintf (out_file, fmt[i], lists[i][j]); in disp_list()
1641 char **lists[MAX_NUM_HEADER]; in exp_list() local
1653 lists[0] = new char*[size]; in exp_list()
1654 lists[1] = new char*[size]; in exp_list()
1655 lists[2] = new char*[size]; in exp_list()
1656 lists[3] = new char*[size]; in exp_list()
1659 lists[0][index] = dbe_sprintf (NTXT ("%d"), index + 1); in exp_list()
1660 lists[1][index] = strdup (dbev->get_exp_enable (index) ? GTXT ("yes") : GTXT ("no")); in exp_list()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-display-text.cc1590 char **lists[]) in disp_list() argument
1601 size_t len = strlen (lists[i][j]); in disp_list()
1635 fprintf (out_file, fmt[i], lists[i][j]); in disp_list()
1646 char **lists[MAX_NUM_HEADER]; in exp_list() local
1658 lists[0] = new char*[size]; in exp_list()
1659 lists[1] = new char*[size]; in exp_list()
1660 lists[2] = new char*[size]; in exp_list()
1661 lists[3] = new char*[size]; in exp_list()
1664 lists[0][index] = dbe_sprintf (NTXT ("%d"), index + 1); in exp_list()
1665 lists[1][index] = strdup (dbev->get_exp_enable (index) ? GTXT ("yes") : GTXT ("no")); in exp_list()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dpath.c47 struct strlist *lists[] = { &crtdirs, &sysincdirs, &incdirs, in expand_sysroot() local
54 assert(sizeof(lists) / sizeof(lists[0]) == in expand_sysroot()
57 for (i = 0; lists[i] != NULL; ++i) { in expand_sysroot()
58 STRLIST_FOREACH(s, lists[i]) { in expand_sysroot()
/netbsd-src/crypto/external/bsd/openssl/dist/
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
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
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc109 gfc_free_omp_namelist (c->lists[i], in gfc_free_omp_clauses()
1325 if (gfc_match_omp_variable_list (" :", &c->lists[list_idx], false, NULL, in gfc_match_omp_clause_reduction()
1356 tl = &c->lists[OMP_LIST_MAP]; in gfc_match_omp_clause_reduction()
1472 &c->lists[OMP_LIST_ALIGNED], in gfc_match_omp_clauses()
1530 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_AFFINITY], in gfc_match_omp_clauses()
1561 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_ALLOCATE], in gfc_match_omp_clauses()
1632 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP], in gfc_match_omp_clauses()
1704 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP], in gfc_match_omp_clauses()
1713 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP], in gfc_match_omp_clauses()
1719 &c->lists[OMP_LIST_COPYIN], in gfc_match_omp_clauses()
[all …]
H A Dtrans-openmp.cc2581 gfc_omp_namelist *n = clauses->lists[list]; in gfc_trans_omp_clauses()
5099 for (n = clauses->lists[OMP_LIST_LINEAR]; in gfc_trans_omp_do()
5107 for (n = clauses->lists[OMP_LIST_LASTPRIVATE]; in gfc_trans_omp_do()
5115 for (n = clauses->lists[OMP_LIST_PRIVATE]; n != NULL; n = n->next) in gfc_trans_omp_do()
5359 if (clauses->lists[OMP_LIST_REDUCTION_INSCAN]) in gfc_trans_omp_do()
5468 loop_clauses.lists[OMP_LIST_PRIVATE] in gfc_trans_oacc_combined_directive()
5469 = construct_clauses.lists[OMP_LIST_PRIVATE]; in gfc_trans_oacc_combined_directive()
5470 loop_clauses.lists[OMP_LIST_REDUCTION] in gfc_trans_oacc_combined_directive()
5471 = construct_clauses.lists[OMP_LIST_REDUCTION]; in gfc_trans_oacc_combined_directive()
5485 construct_clauses.lists[OMP_LIST_PRIVATE] = NULL; in gfc_trans_oacc_combined_directive()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c105 gfc_free_omp_namelist (c->lists[i]); in gfc_free_omp_clauses()
997 &c->lists[OMP_LIST_ALIGNED],
1050 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
1080 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
1089 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
1095 &c->lists[OMP_LIST_COPYIN],
1101 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
1106 &c->lists[OMP_LIST_COPYPRIVATE],
1111 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
1147 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DREADME.TXT1 This directory contains abi lists representing the symbols exported
2 by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py.
5 lists *MUST* be updated to reflect the changes. This can be done by using the
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A Dmdoc2texi118 my %lists = (
128 die "Not supported list type <$type>" if not exists $lists{ $type };
129 Mdoc::set_El_callback(sub { $lists{ $type }[1] });
130 $lists{ $type }[0]
H A Dmdoc2man78 my %lists = (
120 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
128 $lists{$1}->(%opts);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingInvolved.rst95 .. _mailing-lists:
101 lists.
108 .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev
117 .. __: http://lists.llvm.org/pipermail/llvm-commits/
123 .. __: http://lists.llvm.org/pipermail/llvm-bugs/
130 .. __: http://lists.llvm.org/pipermail/llvm-testresults/
136 .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce
192 …- `ics <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201103/a3499a67/attachment-0001.ics…
269 Proposal to adopt a code of conduct on the LLVM social spaces (lists, events,
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DContributing.rst61 When exporting new symbols from libc++, you must update the ABI lists located in ``lib/abi``.
62 To test whether the lists are up-to-date, please run the target ``check-cxx-abilist``.
63 To regenerate the lists, use the target ``generate-cxx-abilist``.
64 The ABI lists must be updated for all supported platforms; currently Linux and
/netbsd-src/external/bsd/flex/dist/
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:
/netbsd-src/crypto/dist/ipsec-tools/
H A DREADME55 The mailing lists from SourceForge still exist:
57 ipsec-tools-devel@lists.sourceforge.net
58 ipsec-tools-users@lists.sourceforge.net

12345678910>>...90