HomeSort by relevance Sort by last modified time
    Searched refs:__size (Results 26 - 50 of 230) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
152 (char *__restrict __s, size_t __size, int __n,
172 size_t __size, size_t __n,
175 (void *__restrict __ptr, size_t __size,
180 size_t __size, size_t __n,
187 fread (void *__restrict __ptr, size_t __size, size_t __n,
192 if (!__builtin_constant_p (__size)
194 || (__size | __n) >= (((size_t) 1) << (8 * sizeof (size_t) / 2)))
195 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
197 if (__size * __n > __bos0 (__ptr)
    [all...]
unistd.h 190 extern char *__getcwd_chk (char *__buf, size_t __size, size_t __buflen)
193 (char *__buf, size_t __size), getcwd) __wur;
195 (char *__buf, size_t __size, size_t __buflen),
201 __NTH (getcwd (char *__buf, size_t __size))
205 if (!__builtin_constant_p (__size))
206 return __getcwd_chk (__buf, __size, __bos (__buf));
208 if (__size > __bos (__buf))
209 return __getcwd_chk_warn (__buf, __size, __bos (__buf));
211 return __getcwd_alias (__buf, __size);
255 extern int __getgroups_chk (int __size, __gid_t __list[], size_t __listlen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
152 (char *__restrict __s, size_t __size, int __n,
172 size_t __size, size_t __n,
175 (void *__restrict __ptr, size_t __size,
180 size_t __size, size_t __n,
187 fread (void *__restrict __ptr, size_t __size, size_t __n,
192 if (!__builtin_constant_p (__size)
194 || (__size | __n) >= (((size_t) 1) << (8 * sizeof (size_t) / 2)))
195 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
197 if (__size * __n > __bos0 (__ptr)
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 61 extern __ptr_t malloc __P ((size_t __size));
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
71 extern __ptr_t memalign __P ((size_t __alignment, size_t __size));
74 extern __ptr_t valloc __P ((size_t __size));
195 extern __ptr_t (*__morecore) __P ((ptrdiff_t __size));
198 extern __ptr_t __default_morecore __P ((ptrdiff_t __size));
205 extern __ptr_t (*__malloc_hook) __P ((size_t __size));
206 extern __ptr_t (*__realloc_hook) __P ((__ptr_t __ptr, size_t __size));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_map_to_unordered_map.h 47 __log2(std::size_t __size)
51 if ((2 << __bit_count) & __size)
57 __map_insert_cost(std::size_t __size)
59 * static_cast<float>(__log2(__size))); }
62 __map_erase_cost(std::size_t __size)
64 * static_cast<float>(__log2(__size))); }
67 __map_find_cost(std::size_t __size)
69 * static_cast<float>(__log2(__size))); }
121 __record_insert(std::size_t __size, std::size_t __count)
124 _M_map_cost += __count * __map_insert_cost(__size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_map_to_unordered_map.h 47 __log2(std::size_t __size)
51 if ((2 << __bit_count) & __size)
57 __map_insert_cost(std::size_t __size)
59 * static_cast<float>(__log2(__size))); }
62 __map_erase_cost(std::size_t __size)
64 * static_cast<float>(__log2(__size))); }
67 __map_find_cost(std::size_t __size)
69 * static_cast<float>(__log2(__size))); }
121 __record_insert(std::size_t __size, std::size_t __count)
124 _M_map_cost += __count * __map_insert_cost(__size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 74 size_t __size = static_cast<size_t>(BUFSIZ));
87 size_t __size = static_cast<size_t>(BUFSIZ));
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
130 this->_M_buf_size = __size;
141 size_t __size)
147 this->_M_buf_size = __size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 78 size_t __size = static_cast<size_t>(BUFSIZ));
91 size_t __size = static_cast<size_t>(BUFSIZ));
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
134 this->_M_buf_size = __size;
145 size_t __size)
151 this->_M_buf_size = __size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 78 size_t __size = static_cast<size_t>(BUFSIZ));
91 size_t __size = static_cast<size_t>(BUFSIZ));
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
134 this->_M_buf_size = __size;
145 size_t __size)
151 this->_M_buf_size = __size;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 74 size_t __size = static_cast<size_t>(BUFSIZ));
87 size_t __size = static_cast<size_t>(BUFSIZ));
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
130 this->_M_buf_size = __size;
141 size_t __size)
147 this->_M_buf_size = __size;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 74 size_t __size = static_cast<size_t>(BUFSIZ));
87 size_t __size = static_cast<size_t>(BUFSIZ));
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
130 this->_M_buf_size = __size;
141 size_t __size)
147 this->_M_buf_size = __size;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 74 size_t __size = static_cast<size_t>(BUFSIZ));
87 size_t __size = static_cast<size_t>(BUFSIZ));
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
130 this->_M_buf_size = __size;
141 size_t __size)
147 this->_M_buf_size = __size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
unistd.h 73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size)
78 if (__ssp_bos (__buf) != (size_t) -1 && __size > __ssp_bos (__buf))
80 return __getcwd_alias (__buf, __size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
unistd.h 73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size)
78 if (__ssp_bos (__buf) != (size_t) -1 && __size > __ssp_bos (__buf))
80 return __getcwd_alias (__buf, __size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
unistd.h 73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size)
78 if (__ssp_bos (__buf) != (size_t) -1 && __size > __ssp_bos (__buf))
80 return __getcwd_alias (__buf, __size);
  /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 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++locale.h 57 const int __size __attribute__((__unused__)),
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h 190 extern char *__getcwd_chk (char *__buf, size_t __size, size_t __buflen)
193 (char *__buf, size_t __size), getcwd) __wur;
195 (char *__buf, size_t __size, size_t __buflen),
201 __NTH (getcwd (char *__buf, size_t __size))
205 if (!__builtin_constant_p (__size))
206 return __getcwd_chk (__buf, __size, __bos (__buf));
208 if (__size > __bos (__buf))
209 return __getcwd_chk_warn (__buf, __size, __bos (__buf));
211 return __getcwd_alias (__buf, __size);
255 extern int __getgroups_chk (int __size, __gid_t __list[], size_t __listlen
    [all...]

Completed in 981 milliseconds

12 3 4 5 6 7 8 910