HomeSort by relevance Sort by last modified time
    Searched full:__offset (Results 76 - 100 of 172) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
243 if (__offset == 0)
249 - __offset);
251 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
253 _M_w[__wshift] = _M_w[0] << __offset;
267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
270 if (__offset == 0)
276 - __offset);
278 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset 243 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
245 if (__offset == 0)
251 - __offset);
253 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
255 _M_w[__wshift] = _M_w[0] << __offset;
269 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
272 if (__offset == 0)
278 - __offset);
280 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
282 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
243 if (__offset == 0)
249 - __offset);
251 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
253 _M_w[__wshift] = _M_w[0] << __offset;
267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
270 if (__offset == 0)
276 - __offset);
278 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset 243 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
245 if (__offset == 0)
251 - __offset);
253 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
255 _M_w[__wshift] = _M_w[0] << __offset;
269 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
272 if (__offset == 0)
278 - __offset);
280 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
282 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
bitset 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
243 if (__offset == 0)
249 - __offset);
251 _M_w[__n] = ((_M_w[__n - __wshift] << __offset)
253 _M_w[__wshift] = _M_w[0] << __offset;
267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD;
270 if (__offset == 0)
276 - __offset);
278 _M_w[__n] = ((_M_w[__n + __wshift] >> __offset)
280 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
  /external/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_deque.h 141 difference_type __offset = __n + (_M_cur - _M_first); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
_streambuf.h 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 380 * @param __offset The rank of the selected element in the global
390 _RankType& __offset, _Compare __comp = std::less<_Tp>())
617 __offset = 0;
622 __offset = 0;
630 __offset += __a[__i] - lb;
multiway_mergesort.h 351 _DifferenceType __offset = 0, __length_am = 0; local
356 __offset += __sd->_M_pieces[__iam][__s]._M_begin;
376 __sd->_M_source + __offset, __comp,
  /external/stlport/stlport/stl/pointers/
_tools.h 374 _Self& operator += (difference_type __offset) {
375 _M_ite += __offset;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 374 _Self& operator += (difference_type __offset) {
375 _M_ite += __offset;

Completed in 309 milliseconds

1 2 34 5 6 7