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

1 2 3 4 5

  /bionic/libc/include/bits/
mbstate_t.h 35 unsigned char __seq[4]; member in struct:__anon226
  /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_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; }
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 ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
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; }
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 ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
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; }
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 ();
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
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; }
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 ();
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
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; }
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 ();
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
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; }
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 ();
  /bionic/libc/include/sys/
ipc.h 38 #define __seq seq macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
ipc.h 52 unsigned short int __seq; /* Sequence number. */ member in struct:ipc_perm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ipc.h 52 unsigned short int __seq; /* Sequence number. */ member in struct:ipc_perm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ipc.h 52 unsigned short int __seq; /* Sequence number. */ member in struct:ipc_perm
  /external/strace/mpers-m32/
shmid_ds_t.h 13 uint16_t __seq; member in struct:__anon30228::__anon30229
  /external/strace/mpers-mx32/
msqid_ds_t.h 13 uint16_t __seq; member in struct:__anon30348::__anon30349
shmid_ds_t.h 13 uint16_t __seq; member in struct:__anon30377::__anon30378
  /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-linux-glibc2.15-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/r10/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 600 milliseconds

1 2 3 4 5