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

1 2 3 4 5 6 7

  /external/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
_string_sum_methods.h 33 size_type __size = __s.size(); local
34 if (__pos > __size)
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
semaphore.h 39 char __size[__SIZEOF_SEM_T]; member in union:__anon39126
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
semaphore.h 39 char __size[__SIZEOF_SEM_T]; member in union:__anon40716
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
semaphore.h 39 char __size[__SIZEOF_SEM_T]; member in union:__anon42231
  /external/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string_sum_methods.h 34 size_type __size = __s.size(); local
35 if (__pos > __size)
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
  /external/stlport/src/
fstream.cpp 67 streamoff __size = __this->_M_base._M_file_size(); local
68 if (__size > 0 && __cur >= 0 && __cur < __size) {
72 __this->_M_mmap_len = __size - __offset;
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 67 streamoff __size = __this->_M_base._M_file_size(); local
68 if (__size > 0 && __cur >= 0 && __cur < __size) {
72 __this->_M_mmap_len = __size - __offset;

Completed in 331 milliseconds

1 2 3 4 5 6 7