Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-poly.h740 lst_p lst = XNEW (struct lst); in new_lst_loop() argument
761 lst_p lst = XNEW (struct lst); in new_lst_stmt() local
774 if (!lst) in free_lst()
797 if (!lst) in copy_lst()
835 if (!lst) in lst_depth()
855 if (!lst) in lst_dewey_number()
890 if (!lst || !LST_LOOP_FATHER (lst)) in lst_pred()
910 if (!lst || !LST_LOOP_FATHER (lst)) in lst_succ()
931 if (!lst) in lst_find_pbb()
935 return (pbb == LST_PBB (lst)) ? lst : NULL; in lst_find_pbb()
[all …]
H A Dgraphite-blocking.c165 gcc_assert (LST_LOOP_P (lst)); in lst_strip_mine_profitable_p()
170 lst_niter_for_loop (lst, niter); in lst_strip_mine_profitable_p()
188 if (!lst) in lst_do_strip_mine_loop()
191 if (LST_LOOP_P (lst)) in lst_do_strip_mine_loop()
201 pbb = LST_PBB (lst); in lst_do_strip_mine_loop()
223 lst_do_strip_mine (lst_p lst, int stride) in lst_do_strip_mine() argument
233 if (!lst in lst_do_strip_mine()
234 || !LST_LOOP_P (lst)) in lst_do_strip_mine()
240 depth = lst_depth (lst); in lst_do_strip_mine()
244 res += lst_do_strip_mine_loop (lst, lst_depth (lst), stride); in lst_do_strip_mine()
[all …]
H A Dgraphite-flattening.c159 if (LST_LOOP_P (lst)) in lst_linearized_niter()
161 lst_niter_for_loop (lst, n); in lst_linearized_niter()
210 int outer_depth = lst_depth (lst); in lst_scale()
325 lst_linearized_niter (lst, stride); in lst_flatten_loop()
326 lst_niter_for_loop (lst, n); in lst_flatten_loop()
337 lst_project_loop (lst, l, stride); in lst_flatten_loop()
347 lst_scale (lst, l, stride); in lst_flatten_loop()
411 lst_do_flatten (lst_p lst) in lst_do_flatten() argument
418 if (!lst in lst_do_flatten()
419 || !LST_LOOP_P (lst)) in lst_do_flatten()
[all …]
H A Dgraphite-poly.c1822 if (!lst) in print_lst()
1827 if (LST_LOOP_P (lst)) in print_lst()
1843 fprintf (file, "%d stmt_%d", lst_dewey_number (lst), pbb_index (LST_PBB (lst))); in print_lst()
1849 debug_lst (lst_p lst) in debug_lst() argument
1859 if (!lst) in dot_lst_1()
1862 if (LST_LOOP_P (lst)) in dot_lst_1()
1869 lst_depth (lst), in dot_lst_1()
1875 lst_depth (lst), in dot_lst_1()
1893 dot_lst (lst_p lst) in dot_lst() argument
1902 dot_lst_1 (stream, lst); in dot_lst()
[all …]
H A Dgraphite-interchange.c501 lst_apply_interchange (lst_p lst, int depth1, int depth2) in lst_apply_interchange() argument
503 if (!lst) in lst_apply_interchange()
506 if (LST_LOOP_P (lst)) in lst_apply_interchange()
511 FOR_EACH_VEC_ELT (lst_p, LST_SEQ (lst), i, l) in lst_apply_interchange()
515 pbb_interchange_loop_depths (depth1, depth2, LST_PBB (lst)); in lst_apply_interchange()
/dragonfly/games/monop/
H A Dgetinp.c47 getinp(const char *prompt, const char *const lst []) in getinp() argument
60 for (i = 0, match = 18; lst[i]; i++) { in getinp()
61 if ((match+=(n_match=strlen(lst[i]))) > LINE) { in getinp()
65 if (*lst[i] == '\0') { in getinp()
70 printf("%s", lst[i]); in getinp()
71 if (lst[i+1]) in getinp()
83 for (i = n_match = 0; lst[i]; i++) in getinp()
84 if (comp(lst[i])) { in getinp()
/dragonfly/usr.bin/rpcgen/
H A Drpc_util.c90 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) in findval() argument
92 for (; lst != NULL; lst = lst->next) { in findval()
93 if ((*cmp) (lst->val, val)) in findval()
94 return(lst->val); in findval()
106 list *lst; in storeval() local
110 lst = XALLOC(list); in storeval()
111 lst->val = val; in storeval()
112 lst->next = NULL; in storeval()
113 *l = lst; in storeval()
/dragonfly/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c636 static void output_strlst(FILE *outf, strlst_t *lst);
1109 strlst_t *lst; in prog_makefile_rules() local
1125 for (lst = p->objs; lst != NULL; lst = lst->next) in prog_makefile_rules()
1164 for (lst = p->libs_int; lst != NULL; lst = lst->next) in prog_makefile_rules()
1165 fprintf(outmk, " ${%s_LIB}", basename(lst->str)); in prog_makefile_rules()
1201 for (lst = p->keeplist; lst != NULL; lst = lst->next) in prog_makefile_rules()
1202 fprintf(outmk, "-k %s ", lst->str); in prog_makefile_rules()
1251 output_strlst(FILE *outf, strlst_t *lst) in output_strlst() argument
1253 for (; lst != NULL; lst = lst->next) in output_strlst()
1254 if ( strlen(lst->str) ) in output_strlst()
[all …]
/dragonfly/share/examples/rconfig/
H A Dhammer_ccd_mirror.sh187 local lst=""
192 tmp=${lst}
193 lst="${tmp} /dev/${disk}s1d"
196 ccdconfig ccd0 128 CCDF_MIRROR ${lst}
206 local lst=""
211 tmp=${lst}
212 lst="${tmp} /dev/${disk}s1d"
H A Dhammer_lvm_stripe.sh245 local lst=""
254 tmp=${lst}
255 lst="${tmp} /dev/${disk}s1d"
266 vgcreate main ${lst} >> ${logfile} 2>&1
/dragonfly/contrib/tcsh-6/
H A Dsh.exp.c615 struct cvxstat lstb, *lst = NULL; in filetest() local
619 struct stat lstb, *lst = NULL; in filetest() local
716 if (!lst) { in filetest()
717 lst = &lstb; in filetest()
718 if (TCSH_LSTAT(short2str(ep), lst) == -1) { in filetest()
724 st = lst; in filetest()
784 i = S_ISLNK(lst->st_mode); in filetest()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c231 struct stat lst; member
861 lst = NULL; in next_entry()
885 lst = tree_current_lstat(t); in next_entry()
886 if (lst == NULL) { in next_entry()
907 } while (lst == NULL); in next_entry()
970 st = lst; in next_entry()
1305 t->lst.st_dev, t->lst.st_ino, &t->restore_time); in archive_read_disk_descend()
2560 return (&t->lst);
2659 static const struct stat *lst, *st; local
2661 lst = tree_current_lstat(t);
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp-common.c421 char *slbl = lbl, *lst = NULL; in valid_domainname() local
443 lst = lbl - 1; in valid_domainname()
472 if (lst) { in valid_domainname()
474 *lst = '\0'; in valid_domainname()
475 return lst - slbl; in valid_domainname()
/dragonfly/usr.bin/bmake/
H A DMakefile15 lst.c \
/dragonfly/contrib/file/magic/Magdir/
H A Dclaris45 #./windows/claris/xtndtran.lst: data
/dragonfly/contrib/bmake/
H A DMakefile14 lst.c \
H A Djob.c1979 GNodeList lst = LST_INIT; in JobRun()
1980 Lst_Append(&lst, targ); in JobRun()
1981 (void)Make_Run(&lst); in JobRun()
1982 Lst_Done(&lst); in JobRun()
H A DChangeLog158 o lst.c: fix mem leak in Lst_Remove
835 o lst.c: rename Vector.priv_cap to cap
865 * lst.c: avoid anonymous union
920 o lst.c: inline Lst_Enqueue, Vector_Done
1140 o lst.c: inline Vector_Get
1186 o lst.c: clean up
1212 o lst.c: inline simple Lst getters
1288 o lst.c: remove redundant assertions
1408 o lst.c: more asserts,
1421 o lst.c: more simplification
[all …]
H A DFILES38 lst.c
39 lst.h
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd491 If using grub try adding/modifying an entry similar to this one in menu.lst
/dragonfly/contrib/ldns/
H A Dhost2str.c3437 const ldns_output_format *fmt, const ldns_rr_list *lst) in ldns_rr_list_print_fmt() argument
3440 for (i = 0; i < ldns_rr_list_rr_count(lst); i++) { in ldns_rr_list_print_fmt()
3441 ldns_rr_print_fmt(output, fmt, ldns_rr_list_rr(lst, i)); in ldns_rr_list_print_fmt()
3446 ldns_rr_list_print(FILE *output, const ldns_rr_list *lst) in ldns_rr_list_print() argument
3448 ldns_rr_list_print_fmt(output, ldns_output_format_default, lst); in ldns_rr_list_print()
/dragonfly/contrib/cvs-1.12/contrib/
H A DREADME112 tmpfile security patch from Olaf Kirch <okir@lst.de>.
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata.c462 struct dm_list *lst; in remove_lvs_in_vg() local
465 while ((lst = dm_list_first(&vg->lvs))) { in remove_lvs_in_vg()
466 lvl = dm_list_item(lst, struct lv_list); in remove_lvs_in_vg()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-stmts.c3878 tree lst = POINTER_TYPE_P (TREE_TYPE (arginfo[i].op)) in vectorizable_simd_clone_call() local
3880 tree ls = build_int_cst (lst, arginfo[i].linear_step); in vectorizable_simd_clone_call()