Searched refs:c_max (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/librecsort/
H A Drsopen.c45 int rsinit(reg Rs_t* rs, Rsmethod_t* meth, ssize_t c_max, int type, Rskey_t* key) argument
47 int rsinit(rs, meth, c_max, type, key)
50 ssize_t c_max; /* process about this much per chain */
58 if((round = c_max) > 0)
76 rs->c_max = c_max;
95 Rs_t* rsopen(Rsdisc_t* disc, Rsmethod_t* meth, ssize_t c_max, int type) argument
97 Rs_t* rsopen(disc, meth, c_max, type)
100 ssize_t c_max; /* process about this much per chain */
106 if((rs = rsnew(disc)) && rsinit(rs, meth, c_max, typ
[all...]
H A Drsprocess.c71 reg ssize_t s_key, k, s_process, c_max, s_loop, p_loop; local
80 if((c_max = rs->c_max) <= 0)
81 c_max = s_data;
107 { if((s_loop = s_data) > c_max && !single) /* max amount per loop */
108 s_loop = c_max;
110 if((rs->c_size += s_loop) > c_max && (r = (*rs->meth->listf)(rs)) )
H A Drshdr.h44 ssize_t c_max; /* max datasize per chain */ \
H A Drsmerge.c431 if((round = rs->c_max) > 0)

Completed in 54 milliseconds