Searched refs:__testoff (Results 1 – 8 of 8) sorted by relevance
77 const bool __testoff = __off < __size - __pos;78 return __testoff ? __off : __size - __pos;
71 const bool __testoff = __off < __size - __pos;72 return __testoff ? __off : __size - __pos;
1329 const bool __testoff = __off < size() - __pos; in version() local1330 return __testoff ? __off : size() - __pos; in version()1664 const bool __testoff = __off < size() - __pos; in version() local1665 return __testoff ? __off : size() - __pos; in version()
106 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local107 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
107 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local108 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
339 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()340 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()3422 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()3423 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
386 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local387 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
412 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()413 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()