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

  /external/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 638 streamsize __bufsize = __n * sizeof(_CharT); local
640 //If it can, we check that __bufsize is not higher than the size_t max value.
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)())))
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));

Completed in 386 milliseconds