Searched refs:list (Results 101 - 125 of 3568) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y19 * notice, this list of conditions and the following disclaimer.
21 * notice, this list of conditions and the following disclaimer in the
72 * list structure. If the structure is NULL than a new instance is
110 struct sun_list *list;
117 * Assign the global location list to this entry and reset the
119 * list instance next time get_sun_location_list() is called.
121 list = get_sun_location_list();
122 entry->location_list = (struct sun_location *)list->first;
125 /* Add this entry to the entry list. */
131 struct sun_list *list;
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_graft.c126 /* Do all the grafts in "list" have the same guard and is this guard
129 static isl_bool equal_independent_guards(__isl_keep isl_ast_graft_list *list, argument
140 n = isl_ast_graft_list_n_ast_graft(list);
144 graft_0 = isl_ast_graft_list_get_ast_graft(list, 0);
163 graft = isl_ast_graft_list_get_ast_graft(list, i);
202 /* Extract a common guard from the grafts in "list" that can be hoisted
206 * If all the grafts in the list have the same guard and if this guard
208 * If there is only one graft in the list and if its guard
229 __isl_keep isl_ast_graft_list *list, __isl_keep isl_ast_build *build)
239 if (!list || !buil
228 isl_ast_graft_list_extract_hoistable_guard( __isl_keep isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
296 isl_ast_node_list *list; member in struct:isl_insert_if_data
466 isl_ast_node_list *list; local
489 graft_extend_body( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_node **body, __isl_take isl_ast_graft *graft, __isl_keep isl_ast_build *build) argument
527 extend_then( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_node *last_if, __isl_take isl_ast_graft *graft, __isl_keep isl_ast_build *build) argument
538 extend_else( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_node *last_if, __isl_take isl_ast_graft *graft, __isl_keep isl_ast_build *build) argument
589 insert_pending_guard_nodes( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
711 isl_ast_graft_list_insert_pending_guard_nodes( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
745 extract_node_list( __isl_keep isl_ast_graft_list *list) argument
776 isl_ast_graft_list_extract_shared_enforced( __isl_keep isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
845 gist_guards( __isl_take isl_ast_graft_list *list, __isl_keep isl_set *context) argument
876 isl_ast_graft_list_gist_guards( __isl_take isl_ast_graft_list *list, __isl_take isl_set *context) argument
895 isl_ast_graft_alloc_from_children( __isl_take isl_ast_graft_list *list, __isl_take isl_set *guard, __isl_take isl_basic_set *enforced, __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build) argument
938 ast_graft_list_fuse( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
960 isl_ast_graft_list_fuse( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
984 isl_ast_graft_list *list; local
1037 isl_ast_node_from_graft_list( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
1152 isl_ast_graft_list_unembed( __isl_take isl_ast_graft_list *list, int product) argument
1197 isl_ast_graft_list_preimage_multi_aff( __isl_take isl_ast_graft_list *list, __isl_take isl_multi_aff *ma) argument
1229 isl_ast_graft_list_sort_guard( __isl_take isl_ast_graft_list *list) argument
1384 split_on_guard( __isl_keep isl_ast_graft_list *list, int *any_match) argument
1409 isl_ast_graft_list **list = user; local
1421 reconstruct( __isl_take isl_ast_graft_list *list, __isl_keep isl_set_to_ast_graft_list *guard2list, __isl_keep isl_ast_build *build) argument
1443 isl_ast_graft_list_group_on_guard( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dpriority_queue.c40 struct priority_list *list,
43 struct priority_node *p = list->tasks;
50 while (p != list->tasks);
61 struct priority_list *list local
63 if (!list)
65 return priority_queue_task_in_list_p (type, list, task);
85 order. LIST is a priority list of type TYPE.
97 struct priority_list *list, bool check_deps)
101 struct priority_node *p = list->tasks;
121 if (p == list
39 priority_queue_task_in_list_p(enum priority_queue_type type, struct priority_list *list, struct gomp_task *task) argument
96 priority_list_verify(enum priority_queue_type type, struct priority_list *list, bool check_deps) argument
188 struct priority_list *list local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_rr.c7 /* resource record memory and list management
24 /* void dns_rr_free(list)
25 /* DNS_RR *list;
30 /* DNS_RR *dns_rr_append(list, record)
31 /* DNS_RR *list;
34 /* DNS_RR *dns_rr_sort(list, compar)
35 /* DNS_RR *list
39 /* DNS_RR *list
40 /* DNS_RR *list
43 /* DNS_RR *list
225 dns_rr_append(DNS_RR *list, DNS_RR *rr) argument
299 dns_rr_sort(DNS_RR *list, int (*compar) (DNS_RR *, DNS_RR *)) argument
351 dns_rr_shuffle(DNS_RR *list) argument
403 dns_rr_remove(DNS_RR *list, DNS_RR *record) argument
473 dns_srv_rr_sort(DNS_RR *list) argument
[all...]
/netbsd-current/distrib/amd64/ramdisks/ramdisk/
H A DMakefile12 LISTS+= ${DISTRIBDIR}/common/list.inet6
/netbsd-current/distrib/ofppc/ramdisks/ramdisk/
H A DMakefile11 LISTS+= ${DISTRIBDIR}/common/list.inet6
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dlist_impl.h43 struct list { struct
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvm-types.h30 struct dm_list list; member in struct:str_list
/netbsd-current/external/gpl2/lvm2/dist/lib/datastruct/
H A Dlvm-types.h30 struct dm_list list; member in struct:str_list
/netbsd-current/games/backgammon/teachgammon/
H A Dttext1.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
47 const char *const list[] = { variable
57 "\t?\tto get this list",
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_waitq.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
45 TAILQ_ENTRY(waiter) list;
66 TAILQ_INSERT_TAIL(wq, &w, list);
78 TAILQ_REMOVE(wq, w, list);
93 TAILQ_FOREACH(w, wq, list) {
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dhave-db.in12 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
53 list=`${kdc} --builtin-hdb | sed 's/^builtin hdb backends: //'`
56 set - ${list}
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Duser_acl.c29 /* Authorized user name list suitable for input to string_list_init(3).
31 /* The uid to be checked against the access list.
70 STRING_LIST *list; local
94 * fails to produce a match. 2) The string-list infrastructure is not
109 list = string_list_init(pname, MATCH_FLAG_NONE, acl);
110 if ((matched = string_list_match(list, name)) == 0) {
115 string_list_free(list);
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Derrwarn.c58 va_list list; local
67 va_start (list, fmt);
68 vsnprintf (mbuf, sizeof mbuf, fbuf, list);
69 va_end (list);
101 va_list list; local
108 va_start (list, fmt);
109 vsnprintf (mbuf, sizeof mbuf, fbuf, list);
110 va_end (list);
130 va_list list; local
137 va_start (list, fm
159 va_list list; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dtestranges-ia64.d11 00000000 <End of list>
13 00000010 <End of list>
H A Dtestranges.d11 00000000 <End of list>
13 00000010 <End of list>
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_for.c53 #define foreach(list, it) for (it = list.first; it != NULL; it = it->next)
66 foreach(list, it)
70 foreach(list, it) {
/netbsd-current/external/mit/isl/dist/include/isl/
H A Did_type.h4 #include <isl/list.h>
H A Dval_type.h4 #include <isl/list.h>
/netbsd-current/distrib/virt68k/ramdisks/inst-ramdisk/
H A DMakefile12 LISTS+= ${DISTRIBDIR}/common/list.inet6
/netbsd-current/sbin/sysctl/
H A Dpathconf.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
72 struct list { struct
73 struct ctlname *list; member in struct:list
76 struct list pclist = { pcnames, PC_MAXID };
132 struct list *lp;
136 if (lp->list == 0)
139 if (lp->list[lvl2].ctl_name == 0)
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
195 * Scan a list o
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dcommand-def-selftests.c88 /* Recursively call ourselves on the subcommand list,
109 /* Nr of commands in which a duplicated list is found. */
111 /* Nr of commands in a list having no valid prefix cmd. */
114 /* A map associating a list with the prefix leading to it. */
118 /* Store each command list in lists, associated with the prefix to reach it. A
119 list must only be found once.
121 Verifies that all elements of the list have the same non-null prefix
125 traverse_command_structure (struct cmd_list_element **list, argument
130 auto dupl = lists.find (list);
134 "list
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dcommand-def-selftests.c87 /* Recursively call ourselves on the subcommand list,
108 /* Nr of commands in which a duplicated list is found. */
110 /* Nr of commands in a list having no valid prefix cmd. */
113 /* A map associating a list with the prefix leading to it. */
117 /* Store each command list in lists, associated with the prefix to reach it. A
118 list must only be found once.
120 Verifies that all elements of the list have the same non-null prefix
124 traverse_command_structure (struct cmd_list_element **list, argument
129 auto dupl = lists.find (list);
132 gdb_printf ("list
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dpv_map.h36 struct dm_list list; /* pv_map.areas */ member in struct:pv_area
44 struct dm_list list; member in struct:pv_map
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py87 def setMasters(self, list):
88 self.masters = list
98 def setAllowTransfers(self, list):
99 self.allow_transfer = list
109 def setAlsoNotify(self, list):
110 self.also_notify = list
120 def setAllowNotify(self, list):
121 self.allow_notify = list

Completed in 347 milliseconds

1234567891011>>