Searched refs:gptrend (Results 1 – 1 of 1) sorted by relevance
8580 uint32_t *gptr, *gptrend; in get_branchlength() local8805 gptrend = parsed_skip(gptr + 1, PSKIP_KET); in get_branchlength()8806 if (gptrend == NULL) goto PARSED_SKIP_FAILED; in get_branchlength()8807 if (pptr > gptr && pptr < gptrend) goto ISNOTFIXED; /* Local recursion */ in get_branchlength()