Home
last modified time | relevance | path

Searched refs:__offset (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/debug/
Dvector268 difference_type __offset = __position - begin();
273 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin()));
283 difference_type __offset = __position - begin();
288 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin()));
303 difference_type __offset = __position - begin();
309 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin()));
317 difference_type __offset = __position - begin();
319 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin()));
330 difference_type __offset = __first - begin();
333 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin()));
/freebsd-10-stable/contrib/libstdc++/include/std/
Dstd_bitset.h222 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; in _M_do_left_shift() local
224 if (__offset == 0) in _M_do_left_shift()
230 - __offset); in _M_do_left_shift()
232 _M_w[__n] = ((_M_w[__n - __wshift] << __offset) in _M_do_left_shift()
234 _M_w[__wshift] = _M_w[0] << __offset; in _M_do_left_shift()
248 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; in _M_do_right_shift() local
251 if (__offset == 0) in _M_do_right_shift()
257 - __offset); in _M_do_right_shift()
259 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset) in _M_do_right_shift()
261 _M_w[__limit] = _M_w[_Nw-1] >> __offset; in _M_do_right_shift()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstl_deque.h185 const difference_type __offset = __n + (_M_cur - _M_first); member
186 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
191 __offset > 0 ? __offset / difference_type(_S_buffer_size())
192 : -difference_type((-__offset - 1)
195 _M_cur = _M_first + (__offset - __node_offset
/freebsd-10-stable/include/
Dnl_types.h73 int32_t __offset; member
/freebsd-10-stable/contrib/libstdc++/libsupc++/
Dtinfo.cc322 ptrdiff_t offset = __base_info[i].__offset (); in __do_find_public_src()
448 ptrdiff_t offset = __base_info[i].__offset (); in __do_dyncast()
643 ptrdiff_t offset = __base_info[i].__offset (); in __do_upcast()
Dcxxabi.h327 __offset() const in __offset() function
/freebsd-10-stable/lib/libc/nls/
Dmsgcat.c303 msg_hdr[i].__offset)); in catgets()
/freebsd-10-stable/usr.bin/gencat/
Dgencat.c558 msg_hdr->__offset = htonl(msg_offset);
/freebsd-10-stable/contrib/libc++/include/
Dregex5883 int __offset = (__flags & regex_constants::match_prev_avail) ? 1 : 0;
5884 basic_string<_CharT> __s(_VSTD::prev(__first, __offset), __last);
5886 bool __r = __e.__search(__s.data() + __offset, __s.data() + __s.size(), __mc, __flags);
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-20004038 (__base_class_info::__offset): Use a static_cast.
4397 (__base_class_info::__offset): Comment shift.
/freebsd-10-stable/contrib/gcc/
DFSFChangeLog.105423 * va-alpha.h (__gnuc_va_list): Make __offset an int.
5425 of __offset both both OSF and WINNT.