HomeSort by relevance Sort by last modified time
    Searched defs:size_t (Results 201 - 225 of 388) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 10 typedef __typeof__(sizeof(int)) size_t; typedef
11 void *memmove(void *s1, const void *s2, size_t n);
26 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:std
37 size_t size() const {
38 return size_t(_finish - _start);
44 T &operator[](size_t n) {
48 const T &operator[](size_t n) const {
87 size_t __size_;
89 initializer_list(const _E* __b, size_t __s)
98 typedef size_t size_type
    [all...]
  /external/clang/test/Analysis/
malloc-annotations.c 2 typedef __typeof(sizeof(int)) size_t; typedef
3 void *malloc(size_t);
5 void *realloc(void *ptr, size_t size);
6 void *calloc(size_t nmemb, size_t size);
7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t); variable
11 void __attribute((ownership_returns(malloc, 1))) *my_malloc2(size_t); variable
20 void *my_malloc3(size_t);
malloc-plist.c 5 typedef __typeof(sizeof(int)) size_t; typedef
6 void *malloc(size_t);
8 void *realloc(void *ptr, size_t size);
    [all...]
misc-ps.c 85 typedef unsigned int size_t; typedef
86 void __my_memset_chk(char*, int, size_t);
89 ((__builtin_object_size ((char *) &overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __builtin_object_size ((char *) &overall, 0)) : __my_memset_chk ((char *) &overall, 0, sizeof(Struct103)));
reference.cpp 5 typedef typeof(sizeof(int)) size_t; typedef
6 void malloc (size_t);
taint-generic.c 11 typedef __typeof(sizeof(int)) size_t; typedef
24 char *strncpy( char * destination, const char * source, size_t num );
25 char *strndup(const char *s, size_t n);
26 char *strncat(char *restrict s1, const char *restrict s2, size_t n);
28 void *malloc(size_t);
29 void *calloc(size_t nmemb, size_t size);
30 void bcopy(void *s1, void *s2, size_t n);
140 size_t ts;
158 size_t read(int, void *, size_t)
    [all...]
uninit-const.c 6 typedef __typeof(sizeof(int)) size_t; typedef
7 void *malloc(size_t);
8 void *valloc(size_t);
unix-fns.c 14 typedef __darwin_size_t size_t; typedef
15 void *calloc(size_t, size_t);
16 void *malloc(size_t);
17 void *realloc(void *, size_t);
18 void *reallocf(void *, size_t);
19 void *alloca(size_t);
20 void *valloc(size_t);
87 void pr2899_nowarn(size_t size) {
105 void test_calloc_nowarn(size_t nmemb, size_t size)
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3.cpp 7 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
13 size_t n;
14 initializer_list(const E *p, size_t n) : p(p), n(n) {}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 158 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:pr15112
160 template <size_t n, typename T, typename... Args>
165 template <size_t Order, typename T>
168 template <size_t Order, typename MemoryTag>
172 typename enable_if<is_array_of<sizeof...(Args), size_t, Args...>::value,
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 3 typedef long unsigned int size_t; typedef
69 _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 9 typedef __darwin_size_t size_t; typedef
25 typedef uint32_t size_t; typedef in class:Pointer32
30 typedef uint64_t size_t; typedef in class:Pointer64
45 typename SIZE::size_t _length;
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
51 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {};
72 size_t operator()(const CSCppSymbolOwner& symbol_owner) const {
  /external/clang/test/Parser/
cxx0x-attributes.cpp 5 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
12 size_t __size_;
14 initializer_list(const _E* __b, size_t __s)
23 typedef size_t size_type;
30 size_t size() const {return __size_;}
  /external/clang/test/Sema/
builtins.c 132 typedef __typeof(sizeof(int)) size_t; typedef
133 size_t strlen(const char *);
188 size_t result;
212 size_t strlcpy(char * restrict dst, const char * restrict src, size_t size);
213 size_t strlcat(char * restrict dst, const char * restrict src, size_t size);
ext_vector_casts.c 11 typedef __typeof__(sizeof(int)) size_t; typedef
13 typedef size_t stride4 __attribute__((ext_vector_type(4)));
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 32 typedef uint32_t size_t; typedef in struct:clover::module
45 section(resource_id id, enum type type, size_t size,
52 size_t size;
82 argument(enum type type, size_t size,
83 size_t target_size, size_t target_align,
90 argument(enum type type, size_t size) :
100 size_t size;
101 size_t target_size;
102 size_t target_align
    [all...]
  /external/python/cpython2/Include/
objimpl.h 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t); variable
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
185 (size_t) \
306 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t); variable
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 73 typedef long unsigned int size_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 151 #undef size_t macro
153 __MINGW_EXTENSION typedef unsigned __int64 size_t; typedef
155 typedef unsigned int size_t; typedef
198 _CRTIMP errno_t __cdecl _mktemp_s (char *_TemplateName,size_t _Size);
294 _CRTIMP errno_t __cdecl _wmktemp_s (wchar_t *_TemplateName, size_t _SizeInWords);
time.h 56 #undef size_t macro
58 __MINGW_EXTENSION typedef unsigned __int64 size_t; typedef
60 typedef unsigned int size_t; typedef
111 _CRTIMP errno_t __cdecl _get_tzname(size_t *_ReturnValue,char *_Buffer,size_t _SizeInBytes,int _Index);
113 _CRTIMP errno_t __cdecl asctime_s (char *_Buf,size_t _SizeInWords,const struct tm *_Tm);
115 _CRTIMP errno_t __cdecl _ctime32_s (char *_Buf,size_t _SizeInBytes,const __time32_t *_Time);
122 size_t __cdecl strftime(char * __restrict__ _Buf,size_t _SizeInBytes,const char * __restrict__ _Format,const struct tm * __restrict__ _Tm);
123 _CRTIMP size_t __cdecl _strftime_l(char * __restrict__ _Buf,size_t _Max_size,const char * __restrict__ _Format,co (…)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t); variable
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
185 (size_t) \
312 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t); variable
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t); variable
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
185 (size_t) \
312 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t); variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t); variable
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
185 (size_t) \
312 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t); variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t); variable
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
185 (size_t) \
312 PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t); variable
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 110 typedef _EFI_SIZE_T_ size_t; typedef
159 /* Note: ai_addrlen used to be a size_t, per RFC 2553.

Completed in 554 milliseconds

1 2 3 4 5 6 7 891011>>