Searched refs:__from_chunk_end (Results 1 – 1 of 1) sorted by relevance
64 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in _GLIBCXX_BEGIN_NAMESPACE() local66 if (!__from_chunk_end) in _GLIBCXX_BEGIN_NAMESPACE()67 __from_chunk_end = __from_end; in _GLIBCXX_BEGIN_NAMESPACE()71 __from_chunk_end - __from_next, in _GLIBCXX_BEGIN_NAMESPACE()83 else if (__from_next && __from_next < __from_chunk_end) in _GLIBCXX_BEGIN_NAMESPACE()90 __from_next = __from_chunk_end; in _GLIBCXX_BEGIN_NAMESPACE()139 const extern_type* __from_chunk_end; in do_in() local140 __from_chunk_end = static_cast<const extern_type*>(memchr(__from_next, '\0', in do_in()143 if (!__from_chunk_end) in do_in()144 __from_chunk_end = __from_end; in do_in()[all …]