HomeSort by relevance Sort by last modified time
    Searched defs:__buffer (Results 1 - 5 of 5) sorted by null

  /external/stlport/stlport/stl/debug/
_debug.c 343 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[4096] local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 343 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[4096] local
    [all...]
  /external/stlport/stlport/stl/
_rope.c 723 _Rope_flatten_char_consumer(_CharT* __buffer) {
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 + __len)
990 _CharT __buffer[__max_len + 1]; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 723 _Rope_flatten_char_consumer(_CharT* __buffer) {
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 + __len)
990 _CharT __buffer[__max_len + 1]; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 845 _Rope_flatten_char_consumer(_CharT* __buffer)
846 { _M_buf_ptr = __buffer; };
961 _CharT* __buffer = local
965 (*(__f->_M_fn))(__begin, __len, __buffer);
966 __result = __c(__buffer, __len);
967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT));
971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT));
1048 _CharT* __buffer)
1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer);
1052 return(__buffer + __len)
1168 _CharT __buffer[__max_len + 1]; local
    [all...]

Completed in 279 milliseconds