HomeSort by relevance Sort by last modified time
    Searched defs:__offset (Results 1 - 25 of 27) sorted by null

1 2

  /external/stlport/src/
fstream.cpp 69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size(); local
70 streamoff __remainder = __cur - __offset;
72 __this->_M_mmap_len = __size - __offset;
77 if ((__this->_M_mmap_base = __this->_M_base._M_mmap(__offset, __this->_M_mmap_len)) != 0) {
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size(); local
70 streamoff __remainder = __cur - __offset;
72 __this->_M_mmap_len = __size - __offset;
77 if ((__this->_M_mmap_base = __this->_M_base._M_mmap(__offset, __this->_M_mmap_len)) != 0) {
  /external/stlport/stlport/stl/
_bitset.c 38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
_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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
_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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
_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...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 38 const size_t __offset = __shift % __BITS_PER_WORD; local
40 if (__offset == 0)
45 const size_t __sub_offset = __BITS_PER_WORD - __offset;
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) |
49 _M_w[__wshift] = _M_w[0] << __offset;
60 const size_t __offset = __shift % __BITS_PER_WORD; local
63 if (__offset == 0)
68 const size_t __sub_offset = __BITS_PER_WORD - __offset;
70 _M_w[__n] = (_M_w[__n + __wshift] >> __offset) |
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
    [all...]
_sstream.c 150 ptrdiff_t __offset = this->gptr() - this->eback(); local
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 178 const difference_type __offset = __n + (_M_cur - _M_first); local
179 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
184 __offset > 0 ? __offset / difference_type(_S_buffer_size())
185 : -difference_type((-__offset - 1)
188 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 178 const difference_type __offset = __n + (_M_cur - _M_first); local
179 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
184 __offset > 0 ? __offset / difference_type(_S_buffer_size())
185 : -difference_type((-__offset - 1)
188 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 178 const difference_type __offset = __n + (_M_cur - _M_first); local
179 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
184 __offset > 0 ? __offset / difference_type(_S_buffer_size())
185 : -difference_type((-__offset - 1)
188 _M_cur = _M_first + (__offset - __node_offset
    [all...]

Completed in 1786 milliseconds

1 2