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

1 2 3 4 5 6

  /bionic/libc/bionic/
mbstate.cpp 35 (ps->__seq[2] != 0) ? 3 :
36 (ps->__seq[1] != 0) ? 2 :
37 (ps->__seq[0] != 0) ? 1 : 0;
41 ps->__seq[i] = static_cast<uint8_t>(byte);
45 return ps->__seq[n];
50 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0;
55 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 81 * by @p __seq. @p __constant is true when we are initializing a
83 * that @p __seq may be NULL, in which case the iterator will be
84 * singular. Otherwise, the iterator will reference @p __seq and
87 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
89 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
115 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
118 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
129 bool _M_attached_to(const _Safe_sequence_base* __seq) const
130 { return _M_sequence == __seq; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 81 * by @p __seq. @p __constant is true when we are initializing a
83 * that @p __seq may be NULL, in which case the iterator will be
84 * singular. Otherwise, the iterator will reference @p __seq and
87 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
89 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
115 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
118 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
129 bool _M_attached_to(const _Safe_sequence_base* __seq) const
130 { return _M_sequence == __seq; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 82 * by @p __seq. @p __constant is true when we are initializing a
84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 82 * by @p __seq. @p __constant is true when we are initializing a
84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 81 * by @p __seq. @p __constant is true when we are initializing a
83 * that @p __seq may be NULL, in which case the iterator will be
84 * singular. Otherwise, the iterator will reference @p __seq and
87 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
89 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
115 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
118 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
129 bool _M_attached_to(const _Safe_sequence_base* __seq) const
130 { return _M_sequence == __seq; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
60 * Note that @p __seq may be NULL, in which case the iterator will be
61 * singular. Otherwise, the iterator will reference @p __seq and
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
safe_base.h 81 * by @p __seq. @p __constant is true when we are initializing a
83 * that @p __seq may be NULL, in which case the iterator will be
84 * singular. Otherwise, the iterator will reference @p __seq and
87 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
89 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
115 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
118 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
129 bool _M_attached_to(const _Safe_sequence_base* __seq) const
130 { return _M_sequence == __seq; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
formatter.h 277 _Parameter(const _Safe_sequence<_Sequence>& __seq,
283 static_cast<const _Sequence*>(&__seq);
288 _Parameter(const _Sequence& __seq, const char* __name, _Is_sequence)
292 _M_variant._M_sequence._M_address = &__seq;
335 _M_sequence(const _Sequence& __seq, const char* __name = 0) const
338 _M_parameters[_M_num_parameters++] = _Parameter(__seq, __name,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_base.h 84 * that @p __seq may be NULL, in which case the iterator will be
85 * singular. Otherwise, the iterator will reference @p __seq and
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
130 bool _M_attached_to(const _Safe_sequence_base* __seq) const
131 { return _M_sequence == __seq; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 157 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++)
161 __sd->_M_pieces[__iam][__seq]._M_end
162 = __offsets[__seq] - __seqs[__seq].first;
165 __sd->_M_pieces[__iam][__seq]._M_end =
166 __sd->_M_starts[__seq + 1] - __sd->_M_starts[__seq];
171 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_mergesort.h 157 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++)
161 __sd->_M_pieces[__iam][__seq]._M_end
162 = __offsets[__seq] - __seqs[__seq].first;
165 __sd->_M_pieces[__iam][__seq]._M_end =
166 __sd->_M_starts[__seq + 1] - __sd->_M_starts[__seq];
171 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_mergesort.h 157 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++)
161 __sd->_M_pieces[__iam][__seq]._M_end
162 = __offsets[__seq] - __seqs[__seq].first;
165 __sd->_M_pieces[__iam][__seq]._M_end =
166 __sd->_M_starts[__seq + 1] - __sd->_M_starts[__seq];
171 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 157 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++)
161 __sd->_M_pieces[__iam][__seq]._M_end
162 = __offsets[__seq] - __seqs[__seq].first;
165 __sd->_M_pieces[__iam][__seq]._M_end =
166 __sd->_M_starts[__seq + 1] - __sd->_M_starts[__seq];
171 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6