Home
last modified time | relevance | path

Searched refs:__buffer (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/
H A Dstdlib.h23 struct drand48_data *__buffer, double *__result);
25 struct drand48_data *__buffer,
28 struct drand48_data *__buffer,
31 struct drand48_data *__buffer);
33 struct drand48_data *__buffer);
35 struct drand48_data *__buffer);
39 struct drand48_data *__buffer);
/haiku/headers/posix/
H A Dregex.h459 struct re_pattern_buffer *__buffer);
465 extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);
473 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
480 extern int re_search_2 (struct re_pattern_buffer *__buffer,
488 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
493 extern int re_match_2 (struct re_pattern_buffer *__buffer,
511 extern void re_set_registers (struct re_pattern_buffer *__buffer,
/haiku/headers/cpp/
H A Dstl_algo.h1052 _Pointer __buffer, in __stable_partition_adaptive() argument
1057 _Pointer __result2 = __buffer; in __stable_partition_adaptive()
1067 copy(__buffer, __result2, __result1); in __stable_partition_adaptive()
1075 __len / 2, __buffer, __buffer_size), in __stable_partition_adaptive()
1079 __len - __len / 2, __buffer, __buffer_size)); in __stable_partition_adaptive()
1440 _Pointer __buffer, _Distance*) { in __merge_sort_with_buffer() argument
1442 _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer()
1448 __merge_sort_loop(__first, __last, __buffer, __step_size); in __merge_sort_with_buffer()
1450 __merge_sort_loop(__buffer, __buffer_last, __first, __step_size); in __merge_sort_with_buffer()
1458 _RandomAccessIter __last, _Pointer __buffer, in __merge_sort_with_buffer() argument
[all …]
H A Dropeimpl.h755 _Rope_flatten_char_consumer(_CharT* __buffer) { in _Rope_flatten_char_consumer() argument
756 _M_buf_ptr = __buffer; in _Rope_flatten_char_consumer()
873 _CharT* __buffer = in _S_apply_to_pieces() local
876 (*(__f->_M_fn))(__begin, __end, __buffer); in _S_apply_to_pieces()
877 __result = __c(__buffer, __len); in _S_apply_to_pieces()
878 alloc::deallocate(__buffer, __len * sizeof(_CharT)); in _S_apply_to_pieces()
880 __STL_UNWIND((alloc::deallocate(__buffer, in _S_apply_to_pieces()
940 _CharT* __buffer) in _S_flatten() argument
942 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _S_flatten()
944 return(__buffer + __len); in _S_flatten()
[all …]
H A Dstl_rope.h78 _CharT* __buffer) = 0;
204 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0;
670 _CharT* __buffer) { in operator()
679 (*__fn)(__start_pos + _M_start, __req_len, __buffer); in operator()
687 __buffer); in operator()
1553 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1559 _CharT* __buffer);
1746 void copy(_CharT* __buffer) const {
1747 destroy(__buffer, __buffer + size());
1748 _S_flatten(_M_tree_ptr, __buffer);
[all …]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h519 extern int drand48_r (struct drand48_data *__restrict __buffer,
522 struct drand48_data *__restrict __buffer,
526 extern int lrand48_r (struct drand48_data *__restrict __buffer,
529 struct drand48_data *__restrict __buffer,
533 extern int mrand48_r (struct drand48_data *__restrict __buffer,
536 struct drand48_data *__restrict __buffer,
540 extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
544 struct drand48_data *__buffer) __THROW;
547 struct drand48_data *__buffer) __THROW;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c129 # define UNBUFFERED_P(s) ((s)->__buffer == NULL)
2207 s->__bufp = s->__buffer = buf; in buffered_vfprintf()
2209 s->__put_limit = s->__buffer + s->__bufsize; in buffered_vfprintf()
2210 s->__get_limit = s->__buffer; in buffered_vfprintf()
2217 s->__buffer = s->__bufp = s->__get_limit = s->__put_limit = NULL; in buffered_vfprintf()
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc505 __buffer = str_start;