Home
last modified time | relevance | path

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

/dports/net/libarms/libarms-5.01/protocol/
H A Dproto_push_read_storage.c111 int mod_max; member
229 arg->mod_max = arms_count_module(); in read_storage_done()
332 if (arg->mod_index >= arg->mod_max) in read_storage_done()
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dhistory.c283 static int mod_max; /* Number of elements allocated */ variable
1013 if (mod_count == mod_max) in save_module()
1015 mod_max = xsum (mod_max, MODULE_INCREMENT); in save_module()
1016 if (size_overflow_p (xtimes (mod_max, sizeof (char *)))) in save_module()
1021 mod_list = xnrealloc (mod_list, mod_max, sizeof (char *)); in save_module()
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/macros/
H A Dnicholschart.sci45 mod_max=ax.data_bounds(2,2)
140 l = find(module>mod_max-r(4),1)
/dports/math/gecode/gecode-0916a1a/test/int/
H A Dmm-arithmetic.cpp321 Mod mod_max("A",d1); variable
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app.c1108 const float mod_max = mod->prof.max * app->prof.count * tot_time_1; in sp_app_run_post() local
1115 mod_min, mod_avg, mod_max in sp_app_run_post()