Searched refs:size_t (Results 1 - 25 of 3330) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp177 size_t off = 0;
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h150 size_t size);
162 size_t * outSize);
197 size_t * size) = 0;
208 size_t size);
428 const void * value, size_t * size) = 0;
430 const void * value, size_t size);
495 size_t * size) {
499 size_t size) {
H A DMediaFileProducer.h57 size_t size);
74 size_t inMaxCount);
90 // size_t size);
195 size_t size);
/haiku/headers/build/
H A DHaikuBuildCompatibility.h115 extern size_t strnlen(const char *string, size_t count);
117 extern size_t strlcat(char *dest, const char *source, size_t length);
118 extern size_t strlcpy(char *dest, const char *source, size_t length);
260 /* size_t */
/haiku/headers/build/gcc-2.95.3/
H A Dstddef.h70 _TYPE_size_t which will typedef size_t. fixincludes patched the
169 #if !(defined (__GNUG__) && defined (size_t))
170 typedef __SIZE_TYPE__ size_t; typedef
174 #endif /* !(defined (__GNUG__) && defined (size_t)) */
281 /* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
333 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/haiku/headers/build/host/darwin/
H A Dunistd.h12 ssize_t readlinkat(int fd, const char *path, char *buffer, size_t bufferSize);
/haiku/headers/build/os/app/
H A DMessage.h233 void *operator new(size_t size);
234 void *operator new(size_t, void *pointer);
235 void operator delete(void *pointer, size_t size);
301 size_t fDataAvailable;
/haiku/headers/build/os/kernel/
H A Dfs_attr.h25 off_t pos, void *buffer, size_t readBytes);
27 off_t pos, const void *buffer, size_t readBytes);
/haiku/headers/build/private/storage/
H A DMergedDirectory.h46 size_t bufferSize,
/haiku/headers/compatibility/bsd/
H A Dlibutil.h87 int humanize_number(char *_buf, size_t _len, int64_t _number,
98 int realhostname(char *host, size_t hsize, const struct in_addr *ip);
100 int realhostname_sa(char *host, size_t hsize, struct sockaddr *addr,
107 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
H A Dreadpassphrase.h41 char * readpassphrase(const char *, char *, size_t, int);
H A Dstring.h21 void explicit_bzero(void *buf, size_t len);
H A Dvis.h95 char *nvis(char *, size_t, int, int, int);
98 char *snvis(char *, size_t, int, int, int, const char *);
102 int strnvis(char *, size_t, const char *, int);
105 int strsnvis(char *, size_t, const char *, int, const char *);
107 int strvisx(char *, const char *, size_t, int);
108 int strnvisx(char *, size_t, const char *, size_t, int);
109 int strenvisx(char *, size_t, const char *, size_t, int, int *);
111 int strsvisx(char *, const char *, size_t, in
[all...]
/haiku/headers/compatibility/gnu/
H A Dstring.h19 extern void *memmem(const void *source, size_t sourceLength,
20 const void *search, size_t searchLength);
/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h26 size_t size);
28 size_t size);
29 ssize_t fgetxattr(int fd, const char* attribute, void* buffer, size_t size);
32 size_t size, int flags);
34 size_t size, int flags);
36 size_t size, int flags);
42 ssize_t listxattr(const char* path, char* buffer, size_t size);
43 ssize_t llistxattr(const char* path, char* buffer, size_t size);
44 ssize_t flistxattr(int fd, char* buffer, size_t size);
/haiku/headers/cpp/
H A Dbitset38 #include <stddef.h> // for size_t
71 template<size_t _Nw, class _WordT>
79 static size_t _S_whichword( size_t __pos ) {
82 static size_t _S_whichbyte( size_t __pos ) {
85 static size_t _S_whichbit( size_t __pos ) {
88 static _WordT _S_maskbit( size_t __pos ) {
92 _WordT& _M_getword(size_t __po
[all...]
H A Ddefalloc.h44 T* tmp = (T*)(::operator new((size_t)(size * sizeof(T))));
70 typedef size_t size_type;
H A Dpthread_alloc50 template<size_t _Max_size>
66 void *_M_refill(size_t __n);
73 template <size_t _Max_size = 128>
82 static char *_S_chunk_alloc(size_t __size, int &__nobjs);
86 static size_t _S_round_up(size_t __bytes) {
89 static size_t _S_freelist_index(size_t __bytes) {
99 static size_t _S_heap_size;
123 static void * allocate(size_t __
[all...]
H A Dropeimpl.h36 size_t __leaf_pos = __x._M_leaf_pos;
37 size_t __pos = __x._M_current_pos;
49 size_t __len = _S_iterator_buf_len;
50 size_t __buf_start_pos = __leaf_pos;
51 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
84 size_t __curr_start_pos = 0;
85 size_t __pos = __x._M_current_pos;
119 size_t __left_len = __left->_M_size;
157 size_t __len = __current_node->_M_size;
158 size_t __node_start_po
[all...]
/haiku/headers/cpp/std/
H A Dbastring.cc31 operator new (size_t s, size_t extra)
46 inline size_t basic_string <charT, traits, Allocator>::Rep::
47 frob_size (size_t s)
49 size_t i = 16;
57 create (size_t extra)
79 excess_slop (size_t s, size_t r)
121 const size_t len2 = _str.length ();
136 copy (size_t po
[all...]
H A Dgslice.h38 size_t _M_count;
39 size_t _M_start;
40 valarray<size_t> _M_size;
41 valarray<size_t> _M_stride;
42 valarray<size_t> _M_index;
43 _Indexer(size_t, const valarray<size_t>&, const valarray<size_t>&);
45 size_t _M_decrement_use() { return --_M_count; }
53 gslice (size_t, cons
[all...]
H A Dgslice_array.h80 const valarray<size_t>& _M_index;
84 gslice_array (_Array<_Tp>, const valarray<size_t>&);
97 const valarray<size_t>& __i)
111 __valarray_fill (_M_array, _Array<size_t>(_M_index),
120 _M_array, _Array<size_t>(_M_index));
129 _Array<size_t>(_M_index));
138 _Array_augmented_##name (_M_array, _Array<size_t>(_M_index), \
146 _Array_augmented_##name (_M_array, _Array<size_t>(_M_index), __e, \
H A Dindirect_array.h80 indirect_array (_Array<_Tp>, size_t, _Array<size_t>);
85 const size_t _M_sz;
86 const _Array<size_t> _M_index;
101 indirect_array<_Tp>::indirect_array (_Array<_Tp> __a, size_t __s,
102 _Array<size_t> __i)
H A Dmask_array.h79 mask_array (_Array<_T>, size_t, _Array<bool>);
82 const size_t _M_sz;
99 mask_array<_T>::mask_array (_Array<_T> __a, size_t __s, _Array<bool> __m)
H A Dslice.h41 slice (size_t, size_t, size_t);
43 size_t start () const;
44 size_t size () const;
45 size_t stride () const;
48 size_t _M_off; // offset
49 size_t _M_sz; // size
50 size_t _M_st; // stride unit
55 inline slice::slice (size_t __
[all...]

Completed in 128 milliseconds

1234567891011>>