HomeSort by relevance Sort by last modified time
    Searched refs:__index (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 341 operator[](std::ptrdiff_t __index) const
342 { return _Storage_policy::get()[__index]; }
bitmap_allocator.h 441 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
442 { this->_M_reset(__index); }
445 _M_reset(long __index = -1) throw()
447 if (__index == -1)
454 _M_curr_index = __index;
458 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 341 operator[](std::ptrdiff_t __index) const
342 { return _Storage_policy::get()[__index]; }
bitmap_allocator.h 441 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
442 { this->_M_reset(__index); }
445 _M_reset(long __index = -1) throw()
447 if (__index == -1)
454 _M_curr_index = __index;
458 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 359 operator[](std::ptrdiff_t __index) const
360 { return _Storage_policy::get()[__index]; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 354 operator[](std::ptrdiff_t __index) const
355 { return _Storage_policy::get()[__index]; }
  /external/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 441 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
442 { this->_M_reset(__index); }
445 _M_reset(long __index = -1) throw()
447 if (__index == -1)
454 _M_curr_index = __index;
458 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 441 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
442 { this->_M_reset(__index); }
445 _M_reset(long __index = -1) throw()
447 if (__index == -1)
454 _M_curr_index = __index;
458 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 441 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
442 { this->_M_reset(__index); }
445 _M_reset(long __index = -1) throw()
447 if (__index == -1)
454 _M_curr_index = __index;
458 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /external/elfutils/libelf/
libelfP.h 546 extern Elf_Scn *__elf_getscn_internal (Elf *__elf, size_t __index)
557 extern char *__elf_strptr_internal (Elf *__elf, size_t __index,
  /external/opencv/cv/src/
_cvlist.h 364 typedef struct __index struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 514 extern struct in6_addr *inet6_rth_getaddr (__const void *__bp, int __index)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 514 extern struct in6_addr *inet6_rth_getaddr (__const void *__bp, int __index)

Completed in 563 milliseconds

1 23 4