Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmimgrb.cpp684 copy_size = calc_alloc(vmb_get_len(ext_)); in rebuild_image()
705 mapper->alloc_pool_space(self, calc_alloc(vmb_get_len(ext_))); in reserve_const_data()
736 mapper->store_data(self, ext_, calc_alloc(vmb_get_len(ext_))); in convert_to_const_data()
1146 copy_size = calc_alloc(get_prec(ext_)); in rebuild_image()
1183 mapper->store_data(self, ext_, calc_alloc(get_prec(ext_))); in convert_to_const_data()
H A Dvmbignum.cpp567 size_t CVmObjBigNum::calc_alloc(size_t digits) in calc_alloc() function in CVmObjBigNum
2375 fp->write_bytes(ext_, calc_alloc(prec)); in save_to_file()
2834 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_frac()
2866 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_whole()
2916 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_round_dec()
3054 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_abs()
3088 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_ceil()
3149 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_floor()
3245 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_scale()
3292 memcpy(new_ext, ext_, calc_alloc(prec)); in getp_copy_sign()
[all …]
H A Dvmlst.cpp194 memcpy(ext_, lst, calc_alloc(cnt)); in CVmObjList()
216 memset(ext_ + VMB_LEN, 0, calc_alloc(cnt) - VMB_LEN); in CVmObjList()
228 alo = calc_alloc(cnt); in alloc_list()
313 fp->write_bytes(ext_, calc_alloc(cnt)); in save_to_file()
H A Dvmvec.h263 static size_t calc_alloc(size_t elecnt) in calc_alloc() function
H A Dvmlst.h600 static size_t calc_alloc(size_t elecnt) in calc_alloc() function
H A Dvmbignum.h831 static size_t calc_alloc(size_t digits);
H A Dvmvec.cpp113 ext_ = (char *)G_mem->get_var_heap()->alloc_mem(calc_alloc(cnt), this); in alloc_vector()
518 new_mem_size = calc_alloc(new_alloc_cnt); in set_element_count_undo()