Searched refs:MAX_LOC_POINT_SEGS (Results 1 – 2 of 2) sorted by relevance
909 #define MAX_LOC_POINT_SEGS 64 macro980 point_seg point_segs[MAX_LOC_POINT_SEGS]; in find_connected_distance()988 if (max_depth > MAX_LOC_POINT_SEGS-2) { in find_connected_distance()989 …g: In find_connected_distance, max_depth = %i, limited to %i\n", max_depth, MAX_LOC_POINT_SEGS-2)); in find_connected_distance()990 max_depth = MAX_LOC_POINT_SEGS-2; in find_connected_distance()
770 #define MAX_LOC_POINT_SEGS 64 macro847 point_seg point_segs[MAX_LOC_POINT_SEGS]; in find_connected_distance()854 if (max_depth > MAX_LOC_POINT_SEGS-2) { in find_connected_distance()855 max_depth = MAX_LOC_POINT_SEGS-2; in find_connected_distance()