Searched refs:__testoff (Results 1 – 2 of 2) sorted by relevance
100 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local101 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()
326 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local327 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()