Home
last modified time | relevance | path

Searched refs:vtxlst_t (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_trch.c841 vtxlp = (struct vtxlst_t *) __my_malloc(sizeof(struct vtxlst_t)); in add_vtx_to_future_q()
1332 struct vtxlst_t *vtxlp; in chg_bidchan_to_vtxlist()
1521 vtxlp = (struct vtxlst_t *) __my_malloc(sizeof(struct vtxlst_t)); in add_vtx_to_offlist()
1757 struct vtxlst_t *vtxlp; in init_add_vtx_and_subtree()
1782 vtxlp = (struct vtxlst_t *) __my_malloc(sizeof(struct vtxlst_t)); in init_add_vtx_and_subtree()
2863 struct vtxlst_t *vtxlp; in eval_update_1w_tranchan()
2889 struct vtxlst_t *vtxlp; in add_stchan_chged_vtx()
2931 vtxlp = (struct vtxlst_t *) __my_malloc(sizeof(struct vtxlst_t)); in add_stchan_chged_vtx()
3041 struct vtxlst_t *vtxlp2; in find_chgvtx_vicinity()
3353 chg_vtxlp = (struct vtxlst_t *) __my_malloc(sizeof(struct vtxlst_t)); in add_to_chg_vtx_list()
[all …]
H A Dv.h2367 struct vtxlst_t { struct
2370 struct vtxlst_t *vtxnxt; argument
3554 extern struct vtxlst_t *__stvtxtab[8]; /* per stren value vertex list */
3555 extern struct vtxlst_t *__stvtxtabend[8]; /* and ptr to last el on each */
3556 extern struct vtxlst_t *__chg_vtxlst_hdr; /* list of chged vertices to store */
3557 extern struct vtxlst_t *__chg_vtxlst_end; /* and ptr to end */
3558 extern struct vtxlst_t *__off_vtxlst_hdr; /* bid chan vtx list for marks off */
3559 extern struct vtxlst_t *__off_vtxlst_end; /* and ptr to end */
3560 extern struct vtxlst_t *__vtxlst_freelst; /* free list for vtx lists */
H A Dcver.c697 struct vtxlst_t *__stvtxtab[8]; /* per stren value vertex list */
698 struct vtxlst_t *__stvtxtabend[8]; /* and ptr to last el on each */
699 struct vtxlst_t *__chg_vtxlst_hdr; /* list of chged vertices to store */
700 struct vtxlst_t *__chg_vtxlst_end; /* and ptr to end */
701 struct vtxlst_t *__off_vtxlst_hdr; /* bid chan vtx list for marks off */
702 struct vtxlst_t *__off_vtxlst_end; /* and ptr to end */
703 struct vtxlst_t *__vtxlst_freelst; /* free list for vtx lists */