Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dglob.c258 const size_t n_elem_alloc = 2 * n_elem_needed; in brac1() local
260 n_elem_alloc); in brac1()
261 wl->n_elem_word_alloc = n_elem_alloc; in brac1()
662 const size_t n_elem_alloc = 2 * n_elem_needed; in wll_append_to_node() local
664 char, dst->wl.wl_word, n_elem_alloc); in wll_append_to_node()
665 dst->n_elem_word_alloc = n_elem_alloc; in wll_append_to_node()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_let.c195 int n_elem_alloc = vec_src->v_alloc_length; in com_let() local
203 vec_dst->v_realdata = TMALLOC(double, n_elem_alloc); in com_let()
206 vec_dst->v_compdata = TMALLOC(ngcomplex_t, n_elem_alloc); in com_let()
H A Dinp.c1818 static unsigned int n_elem_alloc = 0; in create_circbyline() local
1822 n_elem_alloc = 0; in create_circbyline()
1827 if (n_elem_alloc < linec + 2) { in create_circbyline()
1828 n_elem_alloc = n_elem_alloc == 0 ? 256 : 2 * n_elem_alloc; in create_circbyline()
1829 circarray = TREALLOC(char *, circarray, n_elem_alloc); in create_circbyline()
1857 n_elem_alloc = 0; in create_circbyline()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/main/
H A DFLA_Obj.c116 obj->base->n_elem_alloc = n_elem; in FLA_Obj_create_ext()
396 obj->base->n_elem_alloc = 0; in FLA_Obj_create_without_buffer()
577 obj->base->n_elem_alloc = n_elem; in FLA_Obj_create_buffer()
H A DFLA_Query.c206 return (obj.base)->n_elem_alloc; in FLA_Obj_num_elem_alloc()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/include/
H A DFLA_type_defs.h137 dim_t n_elem_alloc; member
/dports/math/libflame/libflame-5.2.0/src/base/flamec/hierarchy/main/
H A DFLASH_Obj.c703 dim_t n_elem_alloc; in FLASH_Obj_free_hierarchy() local
723 n_elem_alloc = FLA_Obj_num_elem_alloc( *H ); in FLASH_Obj_free_hierarchy()
729 for ( i = 0; i < n_elem_alloc; ++i ) in FLASH_Obj_free_hierarchy()