Home | History | Annotate | Download | only in ext

Lines Matching refs:__buf_start_pos

85 	    size_t __buf_start_pos = __leaf_pos;
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
92 if (__buf_start_pos + __len > __leaf_end)
93 __buf_start_pos = __leaf_end - __len;
95 if (__buf_start_pos + __len > __leaf_end)
96 __len = __leaf_end - __buf_start_pos;
97 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);