HomeSort by relevance Sort by last modified time
    Searched refs:__size (Results 276 - 300 of 408) sorted by null

<<11121314151617

  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.hpp 93 size_t __size; member in class:_cl_kernel::argument
memory.hpp 61 size_t __size; member in struct:_cl_mem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1926 const size_type __size = this->size(); local
2139 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1926 const size_type __size = this->size(); local
2139 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1926 const size_type __size = this->size(); local
2139 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 777 const size_type __size = this->size(); local
778 if (__size + 1 > this->capacity() || this->_M_is_shared())
779 this->_M_mutate(__size, size_type(0), 0, size_type(1));
780 traits_type::assign(this->_M_data()[__size], __c);
781 this->_M_set_length(__size + 1);
1935 const size_type __size = this->size(); local
2148 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1926 const size_type __size = this->size(); local
2139 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 777 const size_type __size = this->size(); local
778 if (__size + 1 > this->capacity() || this->_M_is_shared())
779 this->_M_mutate(__size, size_type(0), 0, size_type(1));
780 traits_type::assign(this->_M_data()[__size], __c);
781 this->_M_set_length(__size + 1);
1935 const size_type __size = this->size(); local
2148 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1969 const size_type __size = this->size(); local
2182 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /external/libffi/src/x86/
ffi.c 330 unsigned short __size = (unsigned short)(SIZE); \
336 *(unsigned short*) &__tramp[11] = __size; /* ret __size */ \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 90 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
94 __s, __size, __fmt, __tm);
  /external/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
_fstream.c 140 streamoff __size = _M_base._M_file_size(); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
_fstream.c 140 streamoff __size = _M_base._M_file_size(); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
_fstream.c 140 streamoff __size = _M_base._M_file_size(); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
_fstream.c 140 streamoff __size = _M_base._M_file_size(); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 471 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
656 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
883 extern int profil (unsigned short int *__sample_buffer, size_t __size,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 471 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
656 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
883 extern int profil (unsigned short int *__sample_buffer, size_t __size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 471 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
656 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
883 extern int profil (unsigned short int *__sample_buffer, size_t __size,
    [all...]

Completed in 3004 milliseconds

<<11121314151617