HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 26 - 50 of 883) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
476 if (!__builtin_constant_p (__len))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
480 if (__len > __bos (__dst) / sizeof (wchar_t))
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
484 return __mbsrtowcs_alias (__dst, __src, __len, __ps);
490 size_t __len, mbstate_t *__restrict __ps
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
476 if (!__builtin_constant_p (__len))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
480 if (__len > __bos (__dst) / sizeof (wchar_t))
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
484 return __mbsrtowcs_alias (__dst, __src, __len, __ps);
490 size_t __len, mbstate_t *__restrict __ps
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
initializer_list 46 size_t __len;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
58 { return __len; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 46 size_t __len;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
58 { return __len; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 46 size_t __len;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
58 { return __len; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 46 size_t __len;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
58 { return __len; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
initializer_list 46 size_t __len;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
58 { return __len; }
  /external/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 61 size_t __len)
63 return __builtin___memcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
72 __memmove_ichk (void *__dest, const void *__src, size_t __len)
74 return __builtin___memmove_chk (__dest, __src, __len, __ssp_bos0 (__dest));
84 size_t __len)
86 return __builtin___mempcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
138 size_t __len)
140 return __builtin___strncpy_chk (__dest, __src, __len, __ssp_bos (__dest))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
string.h 61 size_t __len)
63 return __builtin___memcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
72 __memmove_ichk (void *__dest, const void *__src, size_t __len)
74 return __builtin___memmove_chk (__dest, __src, __len, __ssp_bos0 (__dest));
84 size_t __len)
86 return __builtin___mempcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
138 size_t __len)
140 return __builtin___strncpy_chk (__dest, __src, __len, __ssp_bos (__dest))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
string.h 61 size_t __len)
63 return __builtin___memcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
72 __memmove_ichk (void *__dest, const void *__src, size_t __len)
74 return __builtin___memmove_chk (__dest, __src, __len, __ssp_bos0 (__dest));
84 size_t __len)
86 return __builtin___mempcpy_chk (__dest, __src, __len, __ssp_bos0 (__dest));
95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
138 size_t __len)
140 return __builtin___strncpy_chk (__dest, __src, __len, __ssp_bos (__dest))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mman.h 58 extern void *mmap (void *__addr, size_t __len, int __prot,
63 (void *__addr, size_t __len, int __prot,
71 extern void *mmap64 (void *__addr, size_t __len, int __prot,
77 extern int munmap (void *__addr, size_t __len) __THROW;
82 extern int mprotect (void *__addr, size_t __len, int __prot) __THROW;
90 extern int msync (void *__addr, size_t __len, int __flags);
95 extern int madvise (void *__addr, size_t __len, int __advice) __THROW;
99 extern int posix_madvise (void *__addr, size_t __len, int __advice) __THROW;
104 extern int mlock (__const void *__addr, size_t __len) __THROW;
107 extern int munlock (__const void *__addr, size_t __len) __THROW
    [all...]

Completed in 1220 milliseconds

12 3 4 5 6 7 8 91011>>