Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_fstream.c654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width), in _M_allocate_buffers() local
660 (__ebufsiz <= __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) { in _M_allocate_buffers()
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz))); in _M_allocate_buffers()
670 _M_ext_buf_EOS = _M_ext_buf + __STATIC_CAST(ptrdiff_t, __ebufsiz); in _M_allocate_buffers()