HomeSort by relevance Sort by last modified time
    Searched refs:__size (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
102 __s, __size, __fmt, __tm);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 59 uptr __size = (uptr)(size); \
61 if (__offset > __offset + __size) { \
63 ReportStringFunctionSizeOverflow(__offset, __size, &stack); \
65 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \
66 (__bad = __asan_region_is_poisoned(__offset, __size))) { \
78 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
  /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/current/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;
  /bionic/libc/include/
unistd.h 112 extern int getgroups(int __size, gid_t* __list);
113 extern int setgroups(size_t __size, const gid_t* __list);
152 extern char* getcwd(char* __buf, size_t __size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 507 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
706 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 512 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
712 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 324 extern bool_t xdr_reference (XDR *__xdrs, caddr_t *__xpp, u_int __size,
351 u_int __size, enum xdr_op __xop) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h 324 extern bool_t xdr_reference (XDR *__xdrs, caddr_t *__xpp, u_int __size,
351 u_int __size, enum xdr_op __xop) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /external/v8/test/cctest/compiler/
test-node.cc 30 int __size = \
32 CheckUseChain(node, __array, __size); \
137 int __size = \
139 CheckInputs(node, __array, __size); \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 371 extern wchar_t *__fgetws_chk (wchar_t *__restrict __s, size_t __size, int __n,
377 (wchar_t *__restrict __s, size_t __size, int __n,
399 extern wchar_t *__fgetws_unlocked_chk (wchar_t *__restrict __s, size_t __size,
407 (wchar_t *__restrict __s, size_t __size, int __n,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 373 extern wchar_t *__fgetws_chk (wchar_t *__restrict __s, size_t __size, int __n,
379 (wchar_t *__restrict __s, size_t __size, int __n,
401 extern wchar_t *__fgetws_unlocked_chk (wchar_t *__restrict __s, size_t __size,
409 (wchar_t *__restrict __s, size_t __size, int __n,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 373 extern wchar_t *__fgetws_chk (wchar_t *__restrict __s, size_t __size, int __n,
379 (wchar_t *__restrict __s, size_t __size, int __n,
401 extern wchar_t *__fgetws_unlocked_chk (wchar_t *__restrict __s, size_t __size,
409 (wchar_t *__restrict __s, size_t __size, int __n,
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2227 const size_type __size = this->size(); local
2445 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]

Completed in 817 milliseconds

1 2 3 4 5 6 7 8 91011>>