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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 159 extern int lockf (int __fd, int __cmd, __off_t __len);
162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
168 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
181 __off64_t __len, int __advise),
188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
202 __off64_t __len),
209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 159 extern int lockf (int __fd, int __cmd, __off_t __len);
162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
168 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
181 __off64_t __len, int __advise),
188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
202 __off64_t __len),
209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 70 * @param __len The number of objects of type Tp.
75 * This function tries to obtain storage for @c __len adjacent Tp
87 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT
91 if (__len > __max)
92 __len = __max;
94 while (__len > 0)
96 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
99 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
100 __len /= 2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 70 * @param __len The number of objects of type Tp.
75 * This function tries to obtain storage for @c __len adjacent Tp
87 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT
91 if (__len > __max)
92 __len = __max;
94 while (__len > 0)
96 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
99 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
100 __len /= 2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tempbuf.h 68 * @param __len The number of objects of type Tp.
73 * This function tries to obtain storage for @c __len adjacent Tp
85 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT
89 if (__len > __max)
90 __len = __max;
92 while (__len > 0)
94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
98 __len /= 2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.tcc 180 const size_type __len = __lc->_M_curr_symbol_size;
182 for (; __beg != __end && __j < __len
185 if (__j != __len
372 const size_type __len = __str.size();
373 if (__len)
375 __digits.resize(__len);
376 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
424 if (__len)
430 __value.reserve(2 * __len);
    [all...]
locale_facets.tcc 442 const size_t __len = (__base == 16 ? __num_base::_S_iend
464 __digit = _M_find(__lit_zero, __len, __c);
508 __traits_type::find(__lit_zero, __len, __c);
761 _CharT* __new, const _CharT* __cs, int& __len) const
766 __cs, __w, __len);
767 __len = static_cast<int>(__w);
820 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
823 __grouping_size, __cs, __cs + __len);
824 __len = __p - __new;
856 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 180 const size_type __len = __lc->_M_curr_symbol_size;
182 for (; __beg != __end && __j < __len
185 if (__j != __len
372 const size_type __len = __str.size();
373 if (__len)
375 __digits.resize(__len);
376 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
424 if (__len)
430 __value.reserve(2 * __len);
    [all...]
locale_facets.tcc 442 const size_t __len = (__base == 16 ? __num_base::_S_iend
464 __digit = _M_find(__lit_zero, __len, __c);
508 __traits_type::find(__lit_zero, __len, __c);
761 _CharT* __new, const _CharT* __cs, int& __len) const
766 __cs, __w, __len);
767 __len = static_cast<int>(__w);
820 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
823 __grouping_size, __cs, __cs + __len);
824 __len = __p - __new;
856 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 180 const size_type __len = __lc->_M_curr_symbol_size;
182 for (; __beg != __end && __j < __len
185 if (__j != __len
372 const size_type __len = __str.size();
373 if (__len)
375 __digits.resize(__len);
376 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
424 if (__len)
430 __value.reserve(2 * __len);
    [all...]
locale_facets.tcc 442 const size_t __len = (__base == 16 ? __num_base::_S_iend
464 __digit = _M_find(__lit_zero, __len, __c);
508 __traits_type::find(__lit_zero, __len, __c);
761 _CharT* __new, const _CharT* __cs, int& __len) const
766 __cs, __w, __len);
767 __len = static_cast<int>(__w);
820 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
823 __grouping_size, __cs, __cs + __len);
824 __len = __p - __new;
856 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 180 const size_type __len = __lc->_M_curr_symbol_size;
182 for (; __beg != __end && __j < __len
185 if (__j != __len
372 const size_type __len = __str.size();
373 if (__len)
375 __digits.resize(__len);
376 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
424 if (__len)
430 __value.reserve(2 * __len);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.tcc 180 const size_type __len = __lc->_M_curr_symbol_size;
182 for (; __beg != __end && __j < __len
185 if (__j != __len
372 const size_type __len = __str.size();
373 if (__len)
375 __digits.resize(__len);
376 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
424 if (__len)
430 __value.reserve(2 * __len);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 459 const size_t __len = (__base == 16 ? __num_base::_S_iend
481 __digit = _M_find(__lit_zero, __len, __c);
525 __traits_type::find(__lit_zero, __len, __c);
778 _CharT* __new, const _CharT* __cs, int& __len) const
783 __cs, __w, __len);
784 __len = static_cast<int>(__w);
837 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
840 __grouping_size, __cs, __cs + __len);
841 __len = __p - __new;
873 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 459 const size_t __len = (__base == 16 ? __num_base::_S_iend
481 __digit = _M_find(__lit_zero, __len, __c);
525 __traits_type::find(__lit_zero, __len, __c);
778 _CharT* __new, const _CharT* __cs, int& __len) const
783 __cs, __w, __len);
784 __len = static_cast<int>(__w);
837 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
840 __grouping_size, __cs, __cs + __len);
841 __len = __p - __new;
873 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);

Completed in 606 milliseconds

1 2 3 4 5 67 8 91011>>