Searched refs:__buffer (Results 1 - 6 of 6) sorted by relevance

/external/libpcap/Win32/Include/net/
H A Dnetdb.h129 char *__buffer, int __buflen, int *__h_errnop);
131 struct hostent *__result, char *__buffer,
134 char *__buffer, int __buflen, int *__h_errnop);
136 struct netent *__result, char *__buffer,
139 struct netent *__result, char *__buffer,
142 char *__buffer, int __buflen);
144 struct protoent *__result, char *__buffer,
147 struct protoent *__result, char *__buffer,
150 char *__buffer, int __buflen);
153 char *__buffer, in
[all...]
/external/stlport/stlport/stl/debug/
H A D_debug.c343 TCHAR __buffer[512]; local
348 wvsprintf(__buffer, _lpw, __args);
349 _STLP_WINCE_TRACE(__buffer);
351 char __buffer [4096]; local
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
359 OutputDebugStringA(__buffer);
367 char __buffer[409 local
[all...]
/external/stlport/stlport/stl/
H A D_rope.c723 _Rope_flatten_char_consumer(_CharT* __buffer) { argument
724 _M_buf_ptr = __buffer;
827 _CharT* __buffer = __r->get_allocator().allocate(__len); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
830 __result = __c(__buffer, __len);
831 __r->get_allocator().deallocate(__buffer, __len);
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len)))
899 _CharT* __buffer) {
900 _Rope_flatten_char_consumer<_CharT> __c(__buffer);
902 return(__buffer
897 _S_flatten(_RopeRep* __r, size_t __start, size_t __len, _CharT* __buffer) argument
918 _S_flatten(_Rope_RopeRep<_CharT, _Alloc>* __r, _CharT* __buffer) argument
990 _CharT __buffer[__max_len + 1]; local
[all...]
H A D_algo.c771 _Pointer __buffer, _Distance __buffer_size,
775 _Pointer __result2 = __buffer;
791 _STLP_STD::copy(__buffer, __result2, __result1);
799 __half_len, __buffer, __buffer_size,
803 __len - __half_len, __buffer, __buffer_size,
1075 _RandomAccessIter __last, _Pointer __buffer,
1078 _Pointer __buffer_last = __buffer + __len;
1084 __merge_sort_loop(__first, __last, __buffer, __step_size, __comp);
1086 __merge_sort_loop(__buffer, __buffer_last, __first, __step_size, __comp);
1097 _BidirectionalIter2 __buffer,
768 __stable_partition_adaptive(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size, bool __pred_of_first, bool __pred_of_before_last) argument
1074 __merge_sort_with_buffer(_RandomAccessIter __first, _RandomAccessIter __last, _Pointer __buffer, _Distance*, _Compare __comp) argument
1093 __rotate_adaptive(_BidirectionalIter1 __first, _BidirectionalIter1 __middle, _BidirectionalIter1 __last, _Distance __len1, _Distance __len2, _BidirectionalIter2 __buffer, _Distance __buffer_size) argument
1115 __merge_adaptive(_BidirectionalIter __first, _BidirectionalIter __middle, _BidirectionalIter __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
1159 __stable_sort_adaptive(_RandomAccessIter __first, _RandomAccessIter __last, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
[all...]
H A D_rope.h162 _CharT* __buffer) = 0;
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0;
571 _CharT* __buffer) {
582 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
589 _STLP_PRIV __ucopy_n(__s + __start_pos + _M_start, __req_len, __buffer);
1289 // Returns __buffer + __r->_M_size._M_data.
1291 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1297 _CharT* __buffer);
1547 void copy(_CharT* __buffer) const {
1548 _STLP_STD::_Destroy_Range(__buffer, __buffe
570 operator ()(size_t __start_pos, size_t __req_len, _CharT* __buffer) argument
2038 copy(_CharT* __buffer, size_type __n, size_type __pos = 0) const argument
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c644 extern int drand48_r (struct drand48_data *__restrict __buffer,
647 struct drand48_data *__restrict __buffer,
651 extern int lrand48_r (struct drand48_data *__restrict __buffer,
655 struct drand48_data *__restrict __buffer,
660 extern int mrand48_r (struct drand48_data *__restrict __buffer,
664 struct drand48_data *__restrict __buffer,
669 extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
673 struct drand48_data *__buffer) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
676 struct drand48_data *__buffer)

Completed in 187 milliseconds