Lines Matching refs:grouplength
9076 int grouplength = -1; in get_grouplength() local
9100 if (grouplength == -1) grouplength = branchlength; in get_grouplength()
9101 else if (grouplength != branchlength) goto ISNOTFIXED; in get_grouplength()
9107 cb->groupinfo[group] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
9108 return grouplength; in get_grouplength()
9140 int grouplength; in get_branchlength() local
9403 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength()
9405 if (grouplength < 0) in get_branchlength()
9410 itemlength = grouplength; in get_branchlength()
9448 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9450 if (grouplength < 0) return -1; in get_branchlength()
9451 itemlength = grouplength; in get_branchlength()