HomeSort by relevance Sort by last modified time
    Searched refs:__size (Results 26 - 50 of 408) 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/
pthreadtypes.h 55 char __size[__SIZEOF_PTHREAD_ATTR_T]; member in union:__anon40684
102 char __size[__SIZEOF_PTHREAD_MUTEX_T]; member in union:__anon40685
108 char __size[__SIZEOF_PTHREAD_MUTEXATTR_T]; member in union:__anon40687
128 char __size[__SIZEOF_PTHREAD_COND_T]; member in union:__anon40688
134 char __size[__SIZEOF_PTHREAD_CONDATTR_T]; member in union:__anon40690
187 char __size[__SIZEOF_PTHREAD_RWLOCK_T]; member in union:__anon40691
193 char __size[__SIZEOF_PTHREAD_RWLOCKATTR_T]; member in union:__anon40693
208 char __size[__SIZEOF_PTHREAD_BARRIER_T]; member in union:__anon40694
214 char __size[__SIZEOF_PTHREAD_BARRIERATTR_T]; member in union:__anon40695
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 55 char __size[__SIZEOF_PTHREAD_ATTR_T]; member in union:__anon42199
102 char __size[__SIZEOF_PTHREAD_MUTEX_T]; member in union:__anon42200
108 char __size[__SIZEOF_PTHREAD_MUTEXATTR_T]; member in union:__anon42202
128 char __size[__SIZEOF_PTHREAD_COND_T]; member in union:__anon42203
134 char __size[__SIZEOF_PTHREAD_CONDATTR_T]; member in union:__anon42205
187 char __size[__SIZEOF_PTHREAD_RWLOCK_T]; member in union:__anon42206
193 char __size[__SIZEOF_PTHREAD_RWLOCKATTR_T]; member in union:__anon42208
208 char __size[__SIZEOF_PTHREAD_BARRIER_T]; member in union:__anon42209
214 char __size[__SIZEOF_PTHREAD_BARRIERATTR_T]; member in union:__anon42210
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
alloca.h 33 extern void *alloca (size_t __size) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 33 extern void *alloca (size_t __size) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 33 extern void *alloca (size_t __size) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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));
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 35 #define VENUS_BUFFER_SIZE( __color_fmt, __width, __height) ({ unsigned int __uv_alignment; unsigned int __size = 0; unsigned int __y_plane, __uv_plane, __y_stride, __uv_stride, __y_sclines, __uv_sclines; if (__width && __height) { __y_stride = VENUS_Y_STRIDE(__color_fmt, __width); __uv_stride = VENUS_UV_STRIDE(__color_fmt, __width); __y_sclines = VENUS_Y_SCANLINES(__color_fmt, __height); __uv_sclines = VENUS_UV_SCANLINES(__color_fmt, __height); switch (__color_fmt) { case COLOR_FMT_NV12: __uv_alignment = 4096; __y_plane = __y_stride * __y_sclines; __uv_plane = __uv_stride * __uv_sclines + __uv_alignment; __size = __y_plane + __uv_plane; __size = MSM_MEDIA_ALIGN(__size, 4096); break; default: break; } } __size; })
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 76 unsigned int __size = 0; \
89 __size = __y_plane + __uv_plane; \
90 __size = MSM_MEDIA_ALIGN(__size, 4096); \
96 __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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_map_to_unordered_map.h 40 __log2(std::size_t __size)
44 if ((2 << __bit_count) & __size)
50 __map_insert_cost(std::size_t __size)
52 * static_cast<float>(__log2(__size))); }
55 __map_erase_cost(std::size_t __size)
57 * static_cast<float>(__log2(__size))); }
60 __map_find_cost(std::size_t __size)
62 * static_cast<float>(__log2(__size))); }
114 __record_insert(std::size_t __size, std::size_t __count)
117 _M_map_cost += __count * __map_insert_cost(__size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_map_to_unordered_map.h 40 __log2(std::size_t __size)
44 if ((2 << __bit_count) & __size)
50 __map_insert_cost(std::size_t __size)
52 * static_cast<float>(__log2(__size))); }
55 __map_erase_cost(std::size_t __size)
57 * static_cast<float>(__log2(__size))); }
60 __map_find_cost(std::size_t __size)
62 * static_cast<float>(__log2(__size))); }
114 __record_insert(std::size_t __size, std::size_t __count)
117 _M_map_cost += __count * __map_insert_cost(__size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_map_to_unordered_map.h 40 __log2(std::size_t __size)
44 if ((2 << __bit_count) & __size)
50 __map_insert_cost(std::size_t __size)
52 * static_cast<float>(__log2(__size))); }
55 __map_erase_cost(std::size_t __size)
57 * static_cast<float>(__log2(__size))); }
60 __map_find_cost(std::size_t __size)
62 * static_cast<float>(__log2(__size))); }
114 __record_insert(std::size_t __size, std::size_t __count)
117 _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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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;

Completed in 713 milliseconds

12 3 4 5 6 7 8 91011>>