/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)));
|