Searched refs:Rsmethod_t (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/librecsort/
H A Drsmethod.c29 Rsmethod_t* rsmethod(Rs_t* rs, Rsmethod_t* meth)
31 Rsmethod_t* rsmethod(rs, meth)
33 Rsmethod_t* meth;
36 reg Rsmethod_t* old = rs->meth;
43 return NIL(Rsmethod_t*);
48 return NIL(Rsmethod_t*);
H A Drecsort.h38 typedef struct _rsmethod_s Rsmethod_t; typedef in typeref:struct:_rsmethod_s
105 Rsmethod_t* meth; /* rsopen() method */
136 { Rsmethod_t* meth; /* method to sort */
220 extern Rsmethod_t* Rscopy; /* copy original order */
221 extern Rsmethod_t* Rsrasp; /* radix + splay trees */
222 extern Rsmethod_t* Rsradix; /* radix only */
223 extern Rsmethod_t* Rssplay; /* splay insertion */
224 extern Rsmethod_t* Rsverify; /* verify order */
235 extern int rsinit _ARG_((Rs_t*, Rsmethod_t*, ssize_t, int, Rskey_t*));
237 extern Rs_t* rsopen _ARG_((Rsdisc_t*, Rsmethod_t*, ssize_
[all...]
H A Drs-copy.c70 static Rsmethod_t _Rscopy =
80 __DEFINE__(Rsmethod_t*, Rscopy, &_Rscopy);
H A Drsopen.c45 int rsinit(reg Rs_t* rs, Rsmethod_t* meth, ssize_t c_max, int type, Rskey_t* key)
49 Rsmethod_t* meth; /* sorting method */
95 Rs_t* rsopen(Rsdisc_t* disc, Rsmethod_t* meth, ssize_t c_max, int type)
99 Rsmethod_t* meth; /* sorting method */
H A Drskeymeth.c29 static Rsmethod_t** methods[] =
42 Rsmethod_t*
H A Drs-splay.c199 static Rsmethod_t _Rssplay =
208 __DEFINE__(Rsmethod_t*, Rssplay, &_Rssplay);
H A Drs-radix.c225 static Rsmethod_t _Rsradix =
234 __DEFINE__(Rsmethod_t*, Rsradix, &_Rsradix);
H A Drs-verify.c157 static Rsmethod_t _Rsverify =
166 __DEFINE__(Rsmethod_t*, Rsverify, &_Rsverify);
H A Drs-rasp.c453 static Rsmethod_t _Rsrasp =
462 __DEFINE__(Rsmethod_t*, Rsrasp, &_Rsrasp);

Completed in 18 milliseconds