Home
last modified time | relevance | path

Searched refs:MM_SEED_SELF (Results 1 – 3 of 3) sorted by relevance

/dports/biology/minimap2/minimap2-2.24/
H A Dmmpriv.h21 #define MM_SEED_SELF (1ULL<<43) macro
H A Dmap.c145 if (is_self) p->y |= MM_SEED_SELF; in collect_seed_hits_heap()
203 if (is_self) p->y |= MM_SEED_SELF; in collect_seed_hits()
H A Dalign.c687 if (a[r->as].y & MM_SEED_SELF) { in mm_align1()