Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dgraphics.c110 static INT heat_allocS ; /* size of temperature index array */ variable
189 heat_allocS = lastpadG + 1; in init_heat_index()
190 heat_indexS = (INT *) Ysafe_malloc( heat_allocS * sizeof(INT) ) ; in init_heat_index()
191 heat_attemptS = (INT *) Ysafe_malloc( heat_allocS * sizeof(INT) ) ; in init_heat_index()
202 oldnum = heat_allocS; in expand_heat_index()
203 heat_allocS = lastpadG + actual_feed_thru_cells_addedG + 1; in expand_heat_index()
204 if (oldnum < heat_allocS) { in expand_heat_index()
207 for( i = oldnum; i < heat_allocS ; i++ ){ in expand_heat_index()
712 ASSERTNRETURN( cell > 0 && cell < heat_allocS, "graphics_cell_update",
723 ASSERTNRETURN( cell > 0 && cell < heat_allocS, "graphics_cell_update",
[all …]