weight             79 bisect.c       static inline void weight_set(struct commit_list *elem, int weight)
weight             81 bisect.c       	*((int*)(elem->item->util)) = weight;
weight            110 bisect.c       	switch (2 * weight(p) - nr) {
weight            143 bisect.c       			fprintf(stderr, "%3d", weight(p));
weight            171 bisect.c       		distance = weight(p);
weight            211 bisect.c       		distance = weight(p);
weight            303 bisect.c       		if (weight(p) != -2)
weight            321 bisect.c       			if (0 <= weight(p))
weight            326 bisect.c       				if (0 <= weight(q))
weight            338 bisect.c       				weight_set(p, weight(q)+1);
weight            344 bisect.c       				weight_set(p, weight(q));
weight            399 bisect.c       		*reaches = weight(best);