Home | History | Annotate | Download | only in ext

Lines Matching defs:__j

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