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

1 2 3

  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
memory.hpp 102 size_t __offset; member in struct:clover::sub_buffer
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.hpp 102 size_t __offset; member in struct:clover::sub_buffer
  /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));
  /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));
  /prebuilts/ndk/5/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));
  /prebuilts/ndk/6/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));
  /prebuilts/ndk/7/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));
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
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,
set_operations.h 396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))
    [all...]
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 367 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 367 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 370 __offset() const function in class:__cxxabiv1::__base_class_type_info

Completed in 576 milliseconds

1 2 3