HomeSort by relevance Sort by last modified time
    Searched full:__width (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 86 streamsize __width = __is.width(0); local
88 if (__width <= 0)
90 /* __width can only overflow size_type if sizeof(streamsize) > sizeof(size_type)
91 * because here we know that __width is positive and the stattic assertion check
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
_monetary.c 408 streamsize __width = __str.width(); local
442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) ||
443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width))));
444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
memory.cpp 123 __format(*format), __width(width), __height(height), __depth(depth),
150 return __width;
memory.hpp 126 size_t __width; member in struct:clover::image
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 123 __format(*format), __width(width), __height(height), __depth(depth),
150 return __width;
memory.hpp 126 size_t __width; member in struct:clover::image
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
fstream.tcc 717 int __width = 0;
719 __width = _M_codecvt->encoding();
720 if (__width < 0)
721 __width = 0;
724 const bool __testfail = __off != 0 && __width <= 0;
744 off_type __computed_off = __off * __width;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 715 int __width = 0;
717 __width = _M_codecvt->encoding();
718 if (__width < 0)
719 __width = 0;
722 const bool __testfail = __off != 0 && __width <= 0;
742 off_type __computed_off = __off * __width;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc 715 int __width = 0;
717 __width = _M_codecvt->encoding();
718 if (__width < 0)
719 __width = 0;
722 const bool __testfail = __off != 0 && __width <= 0;
742 off_type __computed_off = __off * __width;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 688 int __width = 0;
690 __width = _M_codecvt->encoding();
691 if (__width < 0)
692 __width = 0;
695 const bool __testfail = __off != 0 && __width <= 0;
707 off_type __computed_off = __off * __width;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 688 int __width = 0;
690 __width = _M_codecvt->encoding();
691 if (__width < 0)
692 __width = 0;
695 const bool __testfail = __off != 0 && __width <= 0;
707 off_type __computed_off = __off * __width;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 688 int __width = 0;
690 __width = _M_codecvt->encoding();
691 if (__width < 0)
692 __width = 0;
695 const bool __testfail = __off != 0 && __width <= 0;
707 off_type __computed_off = __off * __width;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
fstream.tcc 688 int __width = 0;
690 __width = _M_codecvt->encoding();
691 if (__width < 0)
692 __width = 0;
695 const bool __testfail = __off != 0 && __width <= 0;
707 off_type __computed_off = __off * __width;

Completed in 1965 milliseconds

1 2 3