Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_put.c50 streamsize __pad = __width - (__last - __first); in __copy_float_and_fill() local
55 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
159 …ptrdiff_t __pad = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdif… in __copy_integer_and_fill()
165 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
170 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
178 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
182 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
395 streamsize __pad = __wid - __str.size(); in __do_put_bool() local
[all …]
D_alloc.h115 enum { __pad = 8, __magic = 0xdeba, __deleted_magic = 0xdebd, enumerator
/ndk/sources/cxx-stl/stlport/src/
D_stdio_file.h66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }