Searched defs:size_t (Results 1 - 25 of 144) sorted by last modified time

123456

/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c2 typedef unsigned int size_t; typedef
24 extern size_t __ctype_get_mb_cur_max (void) __attribute__ ((__nothrow__));
477 size_t __guardsize;
480 size_t __stacksize;
553 size_t __statelen) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));
583 size_t __statelen,
687 extern void *malloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
689 extern void *calloc (size_t __nmemb, size_t __size)
698 extern void *realloc (void *__ptr, size_t __siz
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h68 #define size_t SizeT macro
/external/stlport/stlport/stl/
H A D_bitset.h74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
77 size_t __result = 0;
79 for (size_t i = 0; i < (sizeof(unsigned char) * 8); ++i) {
106 template<size_t _Nw>
119 static size_t _STLP_CALL _S_whichword( size_t __pos ) {
122 static size_t _STLP_CALL _S_whichbyte( size_t __pos ) {
125 static size_t _STLP_CALL _S_whichbit( size_t __po
439 bitset(const string& __s, size_t __pos = 0, size_t __n = (size_t)-1) argument
[all...]
H A Dc_locale.h40 typedef unsigned int size_t; typedef
43 typedef unsigned long size_t; typedef
/external/stlport/stlport/stl/config/
H A D_evc.h258 typedef unsigned int size_t; typedef
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
/external/srtp/
H A Dconfig_in.h170 #undef size_t macro
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h38 typedef unsigned int size_t; typedef
H A DSDL_config_os2.h36 typedef unsigned int size_t; typedef
H A DSDL_config_symbian.h47 typedef unsigned int size_t; typedef
H A DSDL_config_win32.h67 typedef unsigned int size_t; typedef
/external/oprofile/libpopt/
H A Dconfig.h279 /* Define as the maximum value of type 'size_t', if the system doesn't define
326 #undef size_t macro
/external/nanopb-c/extra/
H A Dpb_syshdr.h34 typedef uint32_t size_t; typedef
35 #define offsetof(st, m) ((size_t)(&((st *)0)->m))
61 void *realloc(void *ptr, size_t size);
72 static size_t strlen( const char * s )
74 size_t rc = 0;
82 static void * memcpy( void *s1, const void *s2, size_t n )
93 static void * memset( void * s, int c, size_t n )
/external/mesa3d/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/mesa3d/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/mesa3d/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/llvm/include/llvm/ADT/
H A DHashing.h79 size_t value;
87 hash_code(size_t value) : value(value) {}
90 /*explicit*/ operator size_t() const { return value; }
100 friend size_t hash_value(const hash_code &code) { return code.value; }
142 void set_fixed_execution_hash_seed(size_t fixed_value);
176 inline uint64_t rotate(uint64_t val, size_t shift) {
196 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
205 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
216 inline uint64_t hash_17to32_bytes(const char *s, size_t le
[all...]
/external/jsoncpp/chromium-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/jsoncpp/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/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIterationController.h75 size_t m_maxiter; ///< Max. number of iterations
79 size_t m_nit; ///< iteration number
92 IterationController(double r = 1.0E-8, int noi = 0, size_t mit = size_t(-1)) argument
116 size_t iteration() const { return m_nit; }
117 void setIteration(size_t i) { m_nit = i; }
119 size_t maxIterarions() const { return m_maxiter; }
120 void setMaxIterations(size_t i) { m_maxiter = i; }
/external/e2fsprogs/e2fsck/
H A Dmtrace.h53 #undef size_t macro
54 #define size_t unsigned int macro
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));
130 size_t nfre
[all...]
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h25 typedef __SIZE_TYPE__ size_t; typedef
79 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict)
81 size_t fread(void * __restrict, size_t, size_t, FILE * __restrict);
84 int snprintf(char * __restrict, size_t, const char * __restrict, ...);
H A Dstdlib.h22 typedef __SIZE_TYPE__ size_t; typedef
29 void *malloc(size_t);
30 void *realloc(void *, size_t);
H A Dstring.h20 typedef __SIZE_TYPE__ size_t; typedef
22 int memcmp(const void *, const void *, size_t);
23 void *memcpy(void *, const void *, size_t);
24 void *memset(void *, int, size_t);
28 size_t strlen(const char *);
29 char *strncpy(char *, const char *, size_t);
/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dmman.h20 typedef __SIZE_TYPE__ size_t; typedef
37 void *mmap(void *addr, size_t len, int prot, int flags, int fd,
39 int munmap(void *addr, size_t len);
40 int msync(void *addr, size_t len, int flags);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h20 typedef __SIZE_TYPE__ size_t; typedef
39 extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict);
40 extern size_t fread(void * restrict, size_t, size_t, FILE * restrict);

Completed in 4666 milliseconds

123456