Searched refs:list (Results 176 - 200 of 3568) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
49 struct dma_resv_list *list; local
51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP);
52 if (list == NULL)
54 list->shared_max = n;
56 return list;
62 struct dma_resv_list *list; local
64 list
71 objlist_free(struct dma_resv_list *list) argument
81 struct dma_resv_list *list = container_of(rcu, local
88 objlist_defer_free(struct dma_resv_list *list) argument
327 struct dma_resv_list *list, *prealloc; local
475 struct dma_resv_list *list; local
630 struct dma_resv_list *list = robj->fence; local
768 const struct dma_resv_list *list = NULL; local
1048 const struct dma_resv_list *list; local
1135 const struct dma_resv_list *list; local
1291 const struct dma_resv_list *list; local
[all...]
H A Dlinux_list_sort.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
39 #include <linux/list.h>
52 list_sort(void *arg, struct list_head *list, argument
64 /* The sorted list we're currently working on. */
67 /* The remainder of the unsorted list. */
76 list_for_each_safe(sorted, next, list) {
112 * Merge the last ~halves back into the list, and fix the back
115 list_sort_merge_into(list, accumulator[max_logn], sorted, compare,
150 * the (uninitialized) list hea
154 list_sort_merge_into(struct list_head *list, struct list_head *a, struct list_head *b, int (*compare)(void *, struct list_head *, struct list_head *), void *arg) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dsetlocale.c92 struct list struct
96 struct list *next;
98 static struct list *facets = NULL;
99 struct list *facetp;
132 facetp = (struct list *) malloc (sizeof (struct list));
/netbsd-current/external/gpl2/groff/dist/src/utils/lkbib/
H A Dlkbib.cpp50 search_list list; local
89 list.add_file(optarg);
108 list.add_file(filename);
110 list.add_file(DEFAULT_INDEX, 1);
111 if (list.nfiles() == 0)
126 search_list_iterator iter(&list, buffer);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Daddrmatch.c38 * Match "addr" against list pattern list "_list", which may contain a
47 * Returns -2 on invalid list entry.
52 char *list, *cp, *o; local
61 if ((o = list = strdup(_list)) == NULL)
63 while ((cp = strsep(&list, ",")) != NULL) {
101 * Match "addr" against list CIDR list "_list". Lexical wildcards and
112 char *list, *cp, *o; local
121 if ((o = list
[all...]
/netbsd-current/distrib/pmax/miniroot/
H A DMakefile.inc13 LISTS= ${.CURDIR}/list ${ARCHDIR}/list${SFX}
14 LISTS+= ${DISTRIBDIR}/common/list.sysinst
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSearchPath.h11 #include <list>
14 * \brief Handles searching a list of paths for a file.
41 //! \brief Add a new search path to the end of the list.
48 typedef std::list<std::string> string_list_t; //!< Linked list of strings.
49 string_list_t m_paths; //!< Ordered list of paths to search.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Daverage.c12 void print_average(int *list, int low, int high) argument
15 total = sum(list, low, high);
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_aio_suspend.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
60 aio_suspend(const struct aiocb * const list[], int nent,
69 return __aio_suspend50(list, nent, tsp);
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dsis_ds.c47 set->list[i].free_next = i + 1;
48 set->list[i].alloc_next = -1;
50 set->list[SET_SIZE - 1].free_next = -1;
63 set->list[freeidx].val = item;
64 set->free = set->list[freeidx].free_next;
69 set->list[freeidx].alloc_next = set->alloc;
71 set->list[freeidx].free_next = -1;
82 if (set->list[alloc].val == item) {
84 set->list[prev].alloc_next =
85 set->list[allo
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Daverage.c12 void print_average(int *list, int low, int high) argument
15 total = sum(list, low, high);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgentvals.sh14 rm -f tmpvals.list tmpvals.uniq
18 grep "#define[ ]$pattern" $dir/$f | sed -e "s/^.*#define[ ]\($pattern\)[ ]*\([^ ][^ ]*\).*$/\1/" >> tmpvals.list
22 sort <tmpvals.list | uniq >tmpvals.uniq
74 rm -f tmpvals.list tmpvals.uniq tmpvals.h
/netbsd-current/distrib/mvme68k/miniroot/
H A DMakefile.inc9 LISTS+= ${DISTRIBDIR}/common/list.sysinst
/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Delf32ppc.sh23 if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControlSet.h12 #include <list>
16 typedef std::list<LDAPCtrl> CtrlList;
25 * Constructs an empty std::list
55 * stored in this list.
61 * stored in this list.
66 * @return A iterator that points to the first element of the list.
72 * element of the list.
77 * Adds one element to the end of the list.
78 * @param ctrl The Control to add to the list.
83 * Translates the list t
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32ppc.sh23 if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
/netbsd-current/external/gpl3/gdb.old/dist/ld/emulparams/
H A Delf32ppc.sh23 if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr19617c.d2 #ld: --dynamic-list-data --no-dynamic-linker
/netbsd-current/external/apache2/llvm/librt/
H A DMakefile.inc6 CWARNFLAGS.gcc+= ${${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
/netbsd-current/sbin/iscsid/
H A Discsid_lists.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
63 TAILQ_REMOVE(&list[SESSION_LIST].list, &sess->entry, link);
64 list[SESSION_LIST].num_entries--;
76 * Verify that all sessions in the list still exist.
84 for (curr = list[SESSION_LIST].list.tqh_first; curr != NULL; curr = next) {
96 * Find a list element by ID.
98 * Parameter: the list hea
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dlisting.c45 .list
68 down, the listing is output. This is done by running down the list of
166 /* Next in list. */
176 /* Pointers to linked list of messages associated with this line. */
703 listing_page (list_info_type *list) argument
716 while (c != 0 && list)
718 if (list->edict == EDICT_SBTTL && !had_subtitle)
721 subtitle = list->edict_arg;
723 if (list->edict == EDICT_TITLE && !had_title)
726 title = list
749 emit_line(list_info_type * list, const char * format, ...) argument
763 calc_hex(list_info_type *list) argument
831 print_lines(list_info_type *list, unsigned int lineno, const char *string, unsigned int address) argument
1031 print_source(file_info_type * current_file, list_info_type * list, unsigned int width) argument
1123 debugging_pseudo(list_info_type *list, const char *line) argument
1199 list_info_type *list = head; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dlisting.c45 .list
68 down, the listing is output. This is done by running down the list of
166 /* Next in list. */
176 /* Pointers to linked list of messages associated with this line. */
698 listing_page (list_info_type *list) argument
711 while (c != 0 && list)
713 if (list->edict == EDICT_SBTTL && !had_subtitle)
716 subtitle = list->edict_arg;
718 if (list->edict == EDICT_TITLE && !had_title)
721 title = list
744 emit_line(list_info_type * list, const char * format, ...) argument
758 calc_hex(list_info_type *list) argument
826 print_lines(list_info_type *list, unsigned int lineno, const char *string, unsigned int address) argument
1026 print_source(file_info_type * current_file, list_info_type * list, unsigned int width) argument
1118 debugging_pseudo(list_info_type *list, const char *line) argument
1194 list_info_type *list = head; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dlisting.c45 .list
68 down, the listing is output. This is done by running down the list of
166 /* Next in list. */
176 /* Pointers to linked list of messages associated with this line. */
703 listing_page (list_info_type *list) argument
716 while (c != 0 && list)
718 if (list->edict == EDICT_SBTTL && !had_subtitle)
721 subtitle = list->edict_arg;
723 if (list->edict == EDICT_TITLE && !had_title)
726 title = list
749 emit_line(list_info_type * list, const char * format, ...) argument
763 calc_hex(list_info_type *list) argument
831 print_lines(list_info_type *list, unsigned int lineno, const char *string, unsigned int address) argument
1031 print_source(file_info_type * current_file, list_info_type * list, unsigned int width) argument
1123 debugging_pseudo(list_info_type *list, const char *line) argument
1199 list_info_type *list = head; local
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_fold.c45 * list of polynomials.
49 __isl_take isl_qpolynomial_list *list)
54 if (type < 0 || !space || !list)
65 fold->list = list;
70 isl_qpolynomial_list_free(list);
159 /* Return the list of polynomials in the reduction "fold".
164 return fold ? fold->list : NULL;
167 /* Return a copy of the list of polynomials in the reduction "fold".
175 /* Return the list o
47 qpolynomial_fold_alloc( enum isl_fold type, __isl_take isl_space *space, __isl_take isl_qpolynomial_list *list) argument
187 isl_qpolynomial_list *list; local
204 isl_qpolynomial_fold_restore_list( __isl_keep isl_qpolynomial_fold *fold, __isl_take isl_qpolynomial_list *list) argument
248 isl_qpolynomial_list *list; local
305 isl_qpolynomial_list *list; local
356 isl_qpolynomial_list *list; local
389 isl_qpolynomial_list *list; local
428 isl_qpolynomial_list *list; local
780 isl_qpolynomial_list *list; local
880 isl_qpolynomial_list *list; local
904 isl_qpolynomial_list *list; local
977 isl_qpolynomial_list *list; local
993 isl_qpolynomial_list *list; local
1015 isl_qpolynomial_list *list; local
1053 isl_qpolynomial_list *list; local
1069 isl_qpolynomial_list *list; local
1390 isl_qpolynomial_list *list; local
1440 isl_qpolynomial_list *list; local
1460 isl_qpolynomial_list *list; local
1609 isl_qpolynomial_list *list; local
1671 isl_qpolynomial_list *list; local
1699 isl_qpolynomial_list *list; local
1738 isl_qpolynomial_list *list; local
1794 isl_qpolynomial_list *list; local
2042 isl_qpolynomial_list *list; local
2071 isl_qpolynomial_list *list; local
2120 isl_qpolynomial_list *list; local
[all...]
H A Disl_ast_graft_private.h7 #include <isl/list.h>
50 __isl_take isl_ast_graft_list *list, __isl_take isl_set *guard,
60 __isl_take isl_ast_graft_list *list);
67 __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build);
87 __isl_take isl_ast_graft_list *list, int product);
89 __isl_take isl_ast_graft_list *list, __isl_take isl_multi_aff *ma);
91 __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build);
94 __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build);
97 __isl_keep isl_ast_graft_list *list, __isl_keep isl_ast_build *build);
99 __isl_keep isl_ast_graft_list *list, __isl_kee
[all...]

Completed in 192 milliseconds

1234567891011>>