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

1 2 3 45 6 7

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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/pointers/
_tools.h 371 _Self& operator += (difference_type __offset) {
372 _M_ite += __offset;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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/pointers/
_tools.h 371 _Self& operator += (difference_type __offset) {
372 _M_ite += __offset;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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/pointers/
_tools.h 371 _Self& operator += (difference_type __offset) {
372 _M_ite += __offset;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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/pointers/
_tools.h 374 _Self& operator += (difference_type __offset) {
375 _M_ite += __offset;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_tools.h 374 _Self& operator += (difference_type __offset) {
375 _M_ite += __offset;
  /external/chromium_org/third_party/icu/source/common/
utrie.h 184 int32_t __offset; \
188 __offset=(trie)->getFoldingOffset(result); \
191 if(__offset>0) { \
192 (result)=_UTRIE_GET_RAW((trie), data, __offset, (c2)&0x3ff); \
  /external/icu4c/common/
utrie.h 185 int32_t __offset; \
189 __offset=(trie)->getFoldingOffset(result); \
192 if(__offset>0) { \
193 (result)=_UTRIE_GET_RAW((trie), data, __offset, (c2)&0x3ff); \
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 45 uptr __offset = (uptr)(offset); \
48 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \
49 (__bad = __asan_region_is_poisoned(__offset, __size))) { \
  /external/elfutils/
android.patch 467 loff_t __offset, size_t __size,
471 + off_t __offset, size_t __size,
491 extern size_t elf_rand (Elf *__elf, size_t __offset);
  /external/elfutils/libelf/
libelfP.h 535 extern Elf_Scn *__elf32_offscn_internal (Elf *__elf, Elf32_Off __offset)
537 extern Elf_Scn *__elf64_offscn_internal (Elf *__elf, Elf64_Off __offset)
558 size_t __offset) attribute_hidden;
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 189 const difference_type __offset = __n + (_M_cur - _M_first); local
190 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 __offset > 0 ? __offset / difference_type(_S_buffer_size())
196 : -difference_type((-__offset - 1)
199 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_deque.h 189 const difference_type __offset = __n + (_M_cur - _M_first); local
190 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 __offset > 0 ? __offset / difference_type(_S_buffer_size())
196 : -difference_type((-__offset - 1)
199 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 189 const difference_type __offset = __n + (_M_cur - _M_first); local
190 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 __offset > 0 ? __offset / difference_type(_S_buffer_size())
196 : -difference_type((-__offset - 1)
199 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 191 const difference_type __offset = __n + (_M_cur - _M_first); local
192 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
197 __offset > 0 ? __offset / difference_type(_S_buffer_size())
198 : -difference_type((-__offset - 1)
201 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 189 const difference_type __offset = __n + (_M_cur - _M_first); local
190 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 __offset > 0 ? __offset / difference_type(_S_buffer_size())
196 : -difference_type((-__offset - 1)
199 _M_cur = _M_first + (__offset - __node_offset
    [all...]

Completed in 603 milliseconds

1 2 3 45 6 7