HomeSort by relevance Sort by last modified time
    Searched full:__size (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/Inputs/
malloc.h 2 extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
  /external/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local
21 if (__size > _S_bufsize) {
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
24 __size = _S_bufsize;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1);
36 _M_name[__size - 1] = '\0';
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
43 size_t __size = strlen(__x._M_name) + 1 local
    [all...]
  /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...]
  /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...]
  /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...]
  /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...]
  /external/clang/lib/Headers/
mm_malloc.h 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
46 _mm_malloc(size_t __size, size_t __align)
49 return malloc(__size);
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
59 __mallocedMemory = _aligned_malloc(__size, __align);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
46 _mm_malloc(size_t __size, size_t __align)
49 return malloc(__size);
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
59 __mallocedMemory = _aligned_malloc(__size, __align);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
33 extern char **backtrace_symbols (void *__const *__array, int __size)
39 extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd)
malloc.h 50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
53 extern void *calloc __MALLOC_P ((size_t __nmemb, size_t __size))
61 extern void *realloc __MALLOC_P ((void *__ptr, size_t __size))
71 extern void *memalign __MALLOC_P ((size_t __alignment, size_t __size))
75 extern void *valloc __MALLOC_P ((size_t __size))
79 __size to nearest pagesize. */
80 extern void * pvalloc __MALLOC_P ((size_t __size))
85 extern void *(*__morecore) __MALLOC_PMT ((ptrdiff_t __size));
88 extern void *__default_morecore __MALLOC_P ((ptrdiff_t __size))
159 extern void *(*__malloc_hook) __MALLOC_PMT ((size_t __size,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
33 extern char **backtrace_symbols (void *__const *__array, int __size)
39 extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd)
malloc.h 50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
53 extern void *calloc __MALLOC_P ((size_t __nmemb, size_t __size))
61 extern void *realloc __MALLOC_P ((void *__ptr, size_t __size))
71 extern void *memalign __MALLOC_P ((size_t __alignment, size_t __size))
75 extern void *valloc __MALLOC_P ((size_t __size))
79 __size to nearest pagesize. */
80 extern void * pvalloc __MALLOC_P ((size_t __size))
85 extern void *(*__morecore) __MALLOC_PMT ((ptrdiff_t __size));
88 extern void *__default_morecore __MALLOC_P ((ptrdiff_t __size))
159 extern void *(*__malloc_hook) __MALLOC_PMT ((size_t __size,
    [all...]

Completed in 1978 milliseconds

1 2 3 4 5 6 7 8 91011>>