Searched refs:__size (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Distream.cc59 streamsize __size = std::min(streamsize(__sb->egptr() local
63 if (__size > 1)
66 __size,
69 __size = __p - __sb->gptr();
70 traits_type::copy(__s, __sb->gptr(), __size);
71 __s += __size;
72 __sb->gbump(__size);
73 _M_gcount += __size;
135 streamsize __size = std::min(streamsize(__sb->egptr() local
138 if (__size >
220 streamsize __size = std::min(streamsize(__sb->egptr() local
296 streamsize __size = std::min(streamsize(__sb->egptr() local
369 streamsize __size = std::min(streamsize(__sb->egptr() local
439 streamsize __size = std::min(streamsize(__sb->egptr() local
515 streamsize __size = std::min(streamsize(__sb->egptr() local
598 streamsize __size = std::min(streamsize(__sb->egptr() local
[all...]
H A Dcompatibility.cc84 streamsize __size = std::min(streamsize(__sb->egptr() local
87 if (__size > 1)
89 __sb->gbump(__size);
90 _M_gcount += __size;
149 streamsize __size = std::min(streamsize(__sb->egptr() local
152 if (__size > 1)
154 __sb->gbump(__size);
155 _M_gcount += __size;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dstdio_filebuf.h79 size_t __size = static_cast<size_t>(BUFSIZ));
92 size_t __size = static_cast<size_t>(BUFSIZ));
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
135 this->_M_buf_size = __size;
146 size_t __size)
152 this->_M_buf_size = __size;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, size_t __size) argument
H A Dcodecvt_specializations.h342 size_t __size = __from_end - __from; local
344 (__builtin_alloca(sizeof(intern_type) * (__size + 1)));
346 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
446 size_t __size = __from_end - __from; local
448 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
450 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
H A Drc_string_base.h407 size_type __size = ((__capacity + 1) * sizeof(_CharT) local
410 const size_type __adj_size = __size + __malloc_header_size;
417 __size = (__capacity + 1) * sizeof(_CharT) + 2 * sizeof(_Rep) - 1;
422 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
433 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT) local
435 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
H A Dvstring.h614 const size_type __size = this->size(); local
615 if (__size + 1 > this->capacity() || this->_M_is_shared())
616 this->_M_mutate(__size, size_type(0), 0, size_type(1));
617 traits_type::assign(this->_M_data()[__size], __c);
618 this->_M_set_length(__size + 1);
1672 const size_type __size = this->size(); local
1674 const size_type __len = std::min(__size, __osize);
1678 __r = __size - __osize;
H A Dsso_string_base.h95 _M_destroy(size_type __size) throw() argument
96 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
H A Dropeimpl.h349 size_t __size = this->_M_size + 1; local
350 _Destroy(__cstr, __cstr + __size, get_allocator());
351 this->_Data_deallocate(__cstr, __size);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dc++locale.h64 const int __size __attribute__((__unused__)),
80 const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
H A Dbasic_string.h1941 const size_type __size = this->size(); local
1943 const size_type __len = std::min(__size, __osize);
1947 __r = _S_compare(__size, __osize);
H A Dstl_deque.h84 __deque_buf_size(size_t __size) argument
85 { return __size < 512 ? size_t(512 / __size) : size_t(1); }
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { argument
70 _Tp* __tmp = (_Tp*)(::operator new((size_t)(__size * sizeof(_Tp))));
/macosx-10.9.5/Libc-997.90.3/include/FreeBSD/
H A Dnl_types.h91 int __size; member in struct:__nl_cat_d
/macosx-10.9.5/rsync-42/rsync/popt/
H A Dsystem.h38 /*@only@*/ void * alloca (size_t __size)
39 /*@ensures MaxSet(result) == (__size - 1) @*/
/macosx-10.9.5/Libc-997.90.3/include/
H A Dprintf.h191 int sxprintf(char * __restrict __str, size_t __size,
216 int vsxprintf(char * __restrict __str, size_t __size,
254 int sxprintf_exec(char * __restrict __str, size_t __size,
274 int vsxprintf_exec(char * __restrict __str, size_t __size,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dgmalloc.c118 extern __ptr_t malloc PP ((__malloc_size_t __size));
121 extern __ptr_t realloc PP ((__ptr_t __ptr, __malloc_size_t __size));
123 extern __ptr_t calloc PP ((__malloc_size_t __nmemb, __malloc_size_t __size));
130 __malloc_size_t __size));
135 extern __ptr_t valloc PP ((__malloc_size_t __size));
235 extern __ptr_t _malloc_internal PP ((__malloc_size_t __size));
236 extern __ptr_t _realloc_internal PP ((__ptr_t __ptr, __malloc_size_t __size));
256 extern __ptr_t (*__morecore) PP ((__malloc_ptrdiff_t __size));
259 extern __ptr_t __default_morecore PP ((__malloc_ptrdiff_t __size));
277 extern __ptr_t (*__malloc_hook) PP ((__malloc_size_t __size));
[all...]

Completed in 333 milliseconds