Home
last modified time | relevance | path

Searched refs:Match_T (Results 1 – 16 of 16) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmatchpool.c35 struct Match_T *matchptr;
39 struct Match_T *matchptr_save;
53 struct Match_T *matchptr; in Matchpool_free_memory()
57 matchptr = (struct Match_T *) List_head(p); in Matchpool_free_memory()
91 static struct Match_T *
93 struct Match_T *chunk; in add_new_matchchunk()
95 chunk = (struct Match_T *) MALLOC_KEEP(CHUNKSIZE*sizeof(struct Match_T)); in add_new_matchchunk()
163 Match_T match; in Matchpool_push()
250 Matchpool_pop (List_T list, Match_T *x) { in Matchpool_pop()
255 *x = (Match_T) list->first; in Matchpool_pop()
[all …]
H A Dmatchpool.h31 Matchpool_push_existing (List_T list, T this, Match_T match);
33 Matchpool_pop (List_T list, Match_T *x);
H A Dgregion.h92 Gregion_new_from_matches (Match_T match5, Match_T match3, int genestrand, Univ_IIT_T chromosome_iit,
H A Dmatchdef.h9 #define T Match_T
H A Dmatch.h13 #define T Match_T
H A Dstage1.c411 connectable_p (Match_T match5, Match_T match3, int maxtotallen) { in connectable_p()
489 Match_T match5, match3; in pair_up()
502 match3 = (Match_T) s->first; in pair_up()
637 Match_T match; in identify_singles()
686 match = (Match_T) p->first; in identify_singles()
753 Match_T match; in identify_doubles()
886 match = (Match_T) p->first; in identify_doubles()
916 Match_T match; in identify_triples()
2059 Match_T match; in count_dangling()
2074 Match_T match; in dangling_pct()
[all …]
H A Dmatch.c28 #define T Match_T
H A Dgregion.c346 Gregion_new_from_matches (Match_T match5, Match_T match3, int genestrand, Univ_IIT_T chromosome_iit… in Gregion_new_from_matches()
/dports/sysutils/monit/monit-5.29.0/src/
H A Dmonit.h949 typedef struct Match_T { struct
959 struct Match_T *next; /**< next match in chain */ argument
960 } *Match_T; typedef
1228 Match_T matchlist; /**< Content Match list */
1229 Match_T matchignorelist; /**< Content Match ignore list */
H A Dgc.c64 static void _gcmatch(Match_T *);
551 static void _gcmatch(Match_T *s) { in _gcmatch()
H A Dp.y198 static struct Match_T matchset = {};
265 static void addmatch(Match_T, int, int);
266 static void addmatchpath(Match_T, Action_Type);
4183 static void appendmatch(Match_T *list, Match_T item) { in appendmatch()
4186 Match_T last; in appendmatch()
4199 static void addmatch(Match_T ms, int actionnumber, int linenumber) { in addmatch()
4200 Match_T m; in addmatch()
4230 static void addmatchpath(Match_T ms, Action_Type actionnumber) { in addmatchpath()
H A Dy.tab.c242 static struct Match_T matchset = {};
309 static void addmatch(Match_T, int, int);
310 static void addmatchpath(Match_T, Action_Type);
9224 static void appendmatch(Match_T *list, Match_T item) { in appendmatch()
9227 Match_T last; in appendmatch()
9240 static void addmatch(Match_T ms, int actionnumber, int linenumber) { in addmatch()
9241 Match_T m; in addmatch()
9271 static void addmatchpath(Match_T ms, Action_Type actionnumber) { in addmatchpath()
H A Dvalidate.c1052 static int _checkPattern(Match_T pattern, const char *line) { in _checkPattern()
1137 for (Match_T ml = s->matchignorelist; ml; ml = ml->next) { in _checkMatch()
1145 for (Match_T ml = s->matchlist; ml; ml = ml->next) { in _checkMatch()
1169 for (Match_T ml = s->matchlist; ml; ml = ml->next) { in _checkMatch()
1911 for (Match_T ml = s->matchlist; ml; ml = ml->next) { in check_program()
H A Dutil.c1054 for (Match_T o = s->matchignorelist; o; o = o->next) {
1058 for (Match_T o = s->matchlist; o; o = o->next) {
/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dcervlet.c2295 for (Match_T ml = s->matchignorelist; ml; ml = ml->next) { in print_service_rules_content()
2300 for (Match_T ml = s->matchlist; ml; ml = ml->next) { in print_service_rules_content()
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog11765 * stage1.c: Made direct calls to fields in Match_T objects for speed. Made
27856 pairs of Match_T objects.
28262 * block.c: Changed name from Result_T to Match_T.
28265 name of Result_T to Match_T.
28267 * result.c, result.h: Renamed Result_T to Match_T.