Home | History | Annotate | Download | only in ext

Lines Matching defs:__j

174 	int __j = __curr_depth + 1 - int(_S_path_cache_len);
176 if (__j < 0) __j = 0;
177 while (__j <= __curr_depth)
178 __x._M_path_end[++__i] = __path[__j++];