Searched defs:size_t (Results 1 - 25 of 144) sorted by path

123456

/external/bison/lib/
H A Dconfig.in.h12 /* Define to the number of bits in type 'size_t'. */
1957 /* Define as the maximum value of type 'size_t', if the system doesn't define
1964 'size_t'. */
2234 #undef size_t macro
2236 /* Define as a signed type of the same size as size_t. */
/external/chromium_org/third_party/expat/files/lib/
H A Dmacconfig.h50 #undef size_t macro
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h922 typedef unsigned int size_t; typedef in class:Json::ValueIteratorBase
993 typedef unsigned int size_t; typedef in class:Json::ValueConstIterator
1051 typedef unsigned int size_t; typedef in class:Json::ValueIterator
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp334 ::size_t size_;
341 string(char * str, ::size_t size) :
404 ::size_t size(void) const { return size_; }
405 ::size_t length(void) const { return size(); }
678 * \brief size_t class used to interface between C++ and
679 * OpenCL C calls that require arrays of size_t values, who's
683 struct size_t : public cl::vector< ::size_t, N> { }; struct in namespace:cl
704 ::size_t required;
743 ::size_t require
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp36 typedef uint32_t size_t; typedef in struct:clover::module
47 section(resource_id id, enum type type, size_t size,
54 size_t size;
71 argument(enum type type, size_t size) : type(type), size(size) { }
75 size_t size;
80 size_t offset, const clover::compat::vector<argument> &args) :
86 size_t offset;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvsnprintf.c49 #define size_t ssize_t macro
62 size_t n;
94 size_t n;
108 vsnprintf(char *str, size_t n, char const *fmt, va_list ap)
112 size_t n;
144 snprintf(char *str, size_t n, char const *fmt, ...)
148 size_t n;
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc15 const size_t kScriptRecordSize = 6;
16 const size_t kLangSysRecordSize = 6;
26 const size_t script_table_size = 4 + kLangSysRecordSize * langsys_count;
37 const size_t langsys_table_size = 6 + 2 * feature_count;
68 const size_t kFeatureRecordSize = 6;
78 const size_t feature_table_size = 4 + 2 * lookup_count;
239 size_t size() const { return size_; }
241 virtual bool WriteRaw(const void *data, size_t length) {
249 size_t size_;
273 const size_t) {
272 fakeTypeParserReturnsTrue(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
277 fakeTypeParserReturnsFalse(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h93 #define size_t __int32 macro
706 /*typedef size_t sctp_zone_t;*/
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dlibyasm.h36 typedef unsigned long size_t; typedef
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp478 // The width of size_t.
494 // size_t. That's just a gloss, though, and it's wrong in one
515 // This will be a size_t.
530 // We want to do all this arithmetic in size_t. If numElements is
579 // numElements is larger than something representable in size_t;
604 // Otherwise, if we're signed, we want to sext up to size_t.
618 // Otherwise, zext up to size_t if necessary.
1054 size_t NumPlacementArgs;
1062 static size_t getExtraSize(size_t NumPlacementArg
1501 QualType size_t = DeleteFTy->getParamType(1); variable
1520 Args.add(RValue::get(Size), size_t); variable
[all...]
/external/clang/lib/Headers/
H A Dstddef.h54 /* Always define size_t when modules are available. */
58 typedef __SIZE_TYPE__ size_t; typedef
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h23 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:std
34 size_t size() const {
35 return size_t(_finish - _start);
41 T &operator[](size_t n) {
45 const T &operator[](size_t n) const {
84 size_t __size_;
86 initializer_list(const _E* __b, size_t __s)
95 typedef size_t size_type;
102 size_t size() const {return __size_;}
203 void* operator new(std::size_t, cons
[all...]
H A Dsystem-header-simulator-for-malloc.h8 typedef __typeof(sizeof(int)) size_t; typedef
9 void *malloc(size_t);
10 void *calloc(size_t, size_t);
H A Dsystem-header-simulator.h30 typedef __typeof(sizeof(int)) size_t; typedef
32 size_t strlen(const char *);
35 void *memcpy(void *dst, const void *src, size_t n);
46 int setvbuf(FILE * restrict, char * restrict, int, size_t);
68 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height,
69 size_t bitsPerComponent, size_t bytesPerRow,
/external/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator_intersections.cpp4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
H A DMalloc+NewDelete_intersections.cpp4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
H A DNewDelete+MismatchedDeallocator_intersections.cpp5 typedef __typeof(sizeof(int)) size_t; typedef
6 void *malloc(size_t);
H A DNewDelete-checker-test.cpp5 typedef __typeof__(sizeof(int)) size_t; typedef
6 extern "C" void *malloc(size_t);
H A DNewDelete-variadic.cpp5 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:std
10 void *operator new(std::size_t, X, ...);
11 void *operator new[](std::size_t, X, ...);
H A Dbstring.c27 typedef typeof(sizeof(int)) size_t; typedef
38 void *__memcpy_chk(void *restrict s1, const void *restrict s2, size_t n,
39 size_t destlen);
41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1)
46 void *memcpy(void *restrict s1, const void *restrict s2, size_t n);
140 void memcpy_unknown_size (size_t n) {
145 void memcpy_unknown_size_warn (size_t n) {
158 void *__mempcpy_chk(void *restrict s1, const void *restrict s2, size_t n,
159 size_t destlen);
161 #define mempcpy(a,b,c) __mempcpy_chk(a,b,c,(size_t)
[all...]
H A Dcomparison-implicit-casts.cpp6 typedef typeof(sizeof(int)) size_t; typedef
19 size_t comparisonSize = sizeof(1 == 1);
21 // Sanity check. This test is useless if size_t isn't bigger than bool.
22 clang_analyzer_eval(sizeof(size_t) > comparisonSize); // expected-warning{{TRUE}}
74 size_t strlen(const char *s);
76 size_t comparisonSize = sizeof(1 == 1);
78 // Sanity check. This test is useless if size_t isn't bigger than bool.
79 clang_analyzer_eval(sizeof(size_t) > comparisonSize); // expected-warning{{TRUE}}
82 size_t value = 1UL;
H A Dcoverage.c4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
H A Dcstring-syntax.c3 typedef __SIZE_TYPE__ size_t; typedef
4 char *strncat(char *, const char *, size_t);
5 size_t strlen (const char *s);
H A Ddtor.cpp19 typedef __typeof(sizeof(int)) size_t; typedef
20 void *malloc(size_t);
/external/clang/test/Analysis/diagnostics/
H A Dfalse-positive-suppression.c6 typedef __typeof(sizeof(int)) size_t; typedef
7 void *malloc(size_t);

Completed in 354 milliseconds

123456