get_max_object_index  298 builtin/fsck.c 	max = get_max_object_index();
get_max_object_index  239 builtin/index-pack.c 	max = get_max_object_index();
get_max_object_index  394 builtin/name-rev.c 		max = get_max_object_index();
get_max_object_index   62 object.h       extern unsigned int get_max_object_index(void);
get_max_object_index  447 shallow.c      	nr = get_max_object_index();
get_max_object_index  505 shallow.c      	nr = get_max_object_index();
get_max_object_index  490 upload-pack.c  	for (i = get_max_object_index(); 0 < i; ) {