Searched defs:__flags (Results 1 - 6 of 6) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_set.h75 u_int32_t __flags[IPSET_DIM_MAX]; member in struct:xt_set_info_v0::__anon5389::__anon5390
/external/stlport/stlport/stl/
H A D_num_put.c44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
194 ios_base::fmtflags __flags, wchar_t __fill) {
211 if (__flags & ios_base::showbase)
212 switch (__flags & ios_base::basefield) {
225 __flags, __f.width(0), __fill, __xplus, __xminus);
233 ios_base& __f, ios_base::fmtflags __flags, char __fill) {
242 if (__flags & ios_base::showbase)
243 switch (__flags & ios_base::basefield) {
260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __
42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, _OutputIter __oi, ios_base::fmtflags __flags, streamsize __width, _CharT __fill, _CharT __xplus, _CharT __xminus) argument
192 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, wchar_t __fill) argument
232 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, char __fill) argument
276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& ) argument
293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& ) argument
304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) argument
379 ios_base::fmtflags __flags = __f.flags(); local
[all...]
H A D_num_get.c57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) argument
H A D_ios_base.h108 fmtflags flags(fmtflags __flags) { argument
110 _M_fmtflags = __flags;
/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp22 unsigned int __flags; member in class:__pbase_type_info
55 unsigned int __flags; member in class:__vmi_class_type_info
140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask);
149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask);
158 CHECK(to<__vmi_class_type_info>(typeid(VMI7)).__flags == (__vmi_class_type_info::__non_diamond_repeat_mask | __vmi_class_type_info::__diamond_shaped_mask));
169 CHECK(to<__pbase_type_info>(typeid(Incomplete *)).__flags == __pbase_type_info::__incomplete_mask);
170 CHECK(to<__pbase_type_info>(typeid(Incomplete **)).__flags == __pbase_type_info::__incomplete_mask);
171 CHECK(to<__pbase_type_info>(typeid(Incomplete ***)).__flags == __pbase_type_info::__incomplete_mask);
175 CHECK(to<__pbase_type_info>(typeid(int Incomplete::*)).__flags == __pbase_type_info::__incomplete_class_mask);
176 CHECK(to<__pbase_type_info>(typeid(Incomplete Incomplete::*)).__flags
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5022 int __flags; member in struct:__gconv_step_data

Completed in 1069 milliseconds