Home
last modified time | relevance | path

Searched refs:cellhead (Results 1 – 7 of 7) sorted by relevance

/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Dcellmalloc.c29 struct cellhead;
43 struct cellhead *free_head;
44 struct cellhead *free_tail;
56 struct cellhead { struct
60 struct cellhead *next; argument
111 struct cellhead *ch = (struct cellhead *)(cb + i); /* pointer arithmentic! */ in new_cellblock()
198 struct cellhead *ch = (struct cellhead *)(((char*)v) - sizeof(void*)); in clientptr_to_cellhead()
200 struct cellhead *ch = (struct cellhead*)v; in clientptr_to_cellhead()
209 struct cellhead *ch; in cellmalloc()
259 struct cellhead *ch; in cellmallocmany()
[all …]
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimalsflat.c154 BOOLEAN simals_flatten_model(CONPTR cellhead) in simals_flatten_model() argument
159 modhead = simals_find_model(cellhead->model_name); in simals_flatten_model()
164 if (simals_process_function(cellhead, modhead)) return(TRUE); in simals_flatten_model()
168 if (simals_process_gate(cellhead, modhead)) return(TRUE); in simals_flatten_model()
211 cellptr1 = &cellhead->child; in simals_process_connect_list()
219 cellptr2->parent = cellhead; in simals_process_connect_list()
318 EXPTR simals_find_xref_entry(CONPTR cellhead, CHAR *name) in simals_find_xref_entry() argument
324 xrefptr1 = &cellhead->exptr; in simals_find_xref_entry()
344 nodeptr2->cellptr = cellhead; in simals_find_xref_entry()
372 BOOLEAN simals_process_gate(CONPTR cellhead, MODPTR modhead) in simals_process_gate() argument
[all …]
H A Dsimalscom.c48 static void simals_sdfannotate(CONPTR cellhead);
1091 CONPTR cellhead; in simals_print_command() local
1241 for (cellhead = simals_levelptr->child; cellhead; cellhead = cellhead->next) in simals_print_command()
1244 ttyputmsg(M_("Name: %s, Model: %s"), cellhead->inst_name, cellhead->model_name); in simals_print_command()
1379 void simals_print_xref_entry(CONPTR cellhead, INTBIG tab) in simals_print_xref_entry() argument
1391 cellhead->model_name); in simals_print_xref_entry()
1893 void simals_sdfannotate(CONPTR cellhead) in simals_sdfannotate() argument
1900 s1 = simals_compute_path_name(cellhead); in simals_sdfannotate()
1902 ni = simals_getcellinstance(cellhead->model_name, s1); in simals_sdfannotate()
1905 simals_sdfportdelay(cellhead, ni, s1); in simals_sdfannotate()
[all …]
H A Dsimals.c1721 CONPTR cellhead; in simals_compute_node_name() local
1724 cellhead = nodehead->cellptr; in simals_compute_node_name()
1725 estrcpy(sp, simals_compute_path_name(cellhead)); in simals_compute_node_name()
1727 for (exhead = cellhead->exptr; ; exhead = exhead->next) in simals_compute_node_name()
1749 CHAR *simals_compute_path_name(CONPTR cellhead) in simals_compute_path_name() argument
1754 for ( ; cellhead; cellhead = cellhead->parent) in simals_compute_path_name()
1755 formatinfstr(infstr, x_(".%s"), cellhead->inst_name); in simals_compute_path_name()
/dports/databases/grass7/grass-7.8.6/raster/r.out.gdal/
H A Dmain.c123 struct Cell_head cellhead; in main() local
355 G_get_window(&cellhead); in main()
601 &cellhead, maptype, nodataval, nodataopt->key, in main()
635 GDALCreate(hMEMDriver, "", cellhead.cols, cellhead.rows, in main()
644 GDALCreate(hDriver, output->answer, cellhead.cols, cellhead.rows, in main()
655 adfGeoTransform[0] = cellhead.west; in main()
656 adfGeoTransform[1] = cellhead.ew_res; in main()
658 adfGeoTransform[3] = cellhead.north; in main()
660 adfGeoTransform[5] = -1 * cellhead.ns_res; in main()
709 ref.file[band].mapset, &cellhead, maptype, nodataval, in main()
H A Dexport_band.c35 struct Cell_head *cellhead, RASTER_MAP_TYPE maptype, in exact_checks() argument
42 int cols = cellhead->cols; in exact_checks()
43 int rows = cellhead->rows; in exact_checks()
216 struct Cell_head *cellhead, RASTER_MAP_TYPE maptype, in export_band() argument
228 int cols = cellhead->cols; in export_band()
229 int rows = cellhead->rows; in export_band()
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-calendar_box.tpl5 {$cellhead}