Searched refs:aka_start (Results 1 – 2 of 2) sorted by relevance
3175 int aka_start, aka_len; char *p; in type_to_string() local3184 aka_start = obstack_object_size (ob); in type_to_string()3186 aka_len = obstack_object_size (ob) - aka_start; in type_to_string()3193 && memcmp (p + type_start, p+aka_start, type_len) == 0) in type_to_string()
2733 int aka_start; char *p; in type_to_string() local2741 aka_start = obstack_object_size (ob); in type_to_string()2746 if (memcmp (p, p+aka_start, len) == 0) in type_to_string()