HomeSort by relevance Sort by last modified time
    Searched full:__head (Results 26 - 50 of 77) sorted by null

12 3 4

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
slist 80 __slist_previous(_Slist_node_base* __head,
83 while (__head && __head->_M_next != __node)
84 __head = __head->_M_next;
85 return __head;
89 __slist_previous(const _Slist_node_base* __head,
92 while (__head && __head->_M_next != __node)
93 __head = __head->_M_next
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 80 __slist_previous(_Slist_node_base* __head,
83 while (__head && __head->_M_next != __node)
84 __head = __head->_M_next;
85 return __head;
89 __slist_previous(const _Slist_node_base* __head,
92 while (__head && __head->_M_next != __node)
93 __head = __head->_M_next
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 33 #define for_each_module(__module, __head) \
34 for ((__module) = (__head); (__module) != NULL; \
37 #define find_last_module(__head) \
41 for_each_module(m, (__head)) { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
hashtable.h 824 _Node** __head = _M_buckets + __n; local
825 _Node* __p = _M_find_node(*__head, __k, __code);
834 iterator __first(__p, __head);
835 iterator __last(__p1, __head);
862 _Node** __head = _M_buckets + __n; local
863 _Node* __p = _M_find_node(*__head, __k, __code);
872 const_iterator __first(__p, __head);
873 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable.h 824 _Node** __head = _M_buckets + __n; local
825 _Node* __p = _M_find_node(*__head, __k, __code);
834 iterator __first(__p, __head);
835 iterator __last(__p1, __head);
862 _Node** __head = _M_buckets + __n; local
863 _Node* __p = _M_find_node(*__head, __k, __code);
872 const_iterator __first(__p, __head);
873 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable.h 824 _Node** __head = _M_buckets + __n; local
825 _Node* __p = _M_find_node(*__head, __k, __code);
834 iterator __first(__p, __head);
835 iterator __last(__p1, __head);
862 _Node** __head = _M_buckets + __n; local
863 _Node* __p = _M_find_node(*__head, __k, __code);
872 const_iterator __first(__p, __head);
873 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 757 _Node** __head = _M_buckets + __n; local
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n; local
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tuple 254 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
255 : _Inherited(__tail...), _Base(__head) { }
260 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
262 _Base(std::forward<_UHead>(__head)) { }
292 const _Head& __head, const _Tail&... __tail)
294 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
300 _UHead&& __head, _UTail&&... __tail)
303 std::forward<_UHead>(__head)) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 254 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
255 : _Inherited(__tail...), _Base(__head) { }
260 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
262 _Base(std::forward<_UHead>(__head)) { }
292 const _Head& __head, const _Tail&... __tail)
294 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
300 _UHead&& __head, _UTail&&... __tail)
303 std::forward<_UHead>(__head)) { }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable 845 _Node** __head = _M_buckets + __n;
846 _Node* __p = _M_find_node(*__head, __k, __code);
855 iterator __first(__p, __head);
856 iterator __last(__p1, __head);
883 _Node** __head = _M_buckets + __n;
884 _Node* __p = _M_find_node(*__head, __k, __code);
893 const_iterator __first(__p, __head);
894 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable 845 _Node** __head = _M_buckets + __n;
846 _Node* __p = _M_find_node(*__head, __k, __code);
855 iterator __first(__p, __head);
856 iterator __last(__p1, __head);
883 _Node** __head = _M_buckets + __n;
884 _Node* __p = _M_find_node(*__head, __k, __code);
893 const_iterator __first(__p, __head);
894 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable 845 _Node** __head = _M_buckets + __n;
846 _Node* __p = _M_find_node(*__head, __k, __code);
855 iterator __first(__p, __head);
856 iterator __last(__p1, __head);
883 _Node** __head = _M_buckets + __n;
884 _Node* __p = _M_find_node(*__head, __k, __code);
893 const_iterator __first(__p, __head);
894 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable 837 _Node** __head = _M_buckets + __n;
838 _Node* __p = _M_find_node(*__head, __k, __code);
847 iterator __first(__p, __head);
848 iterator __last(__p1, __head);
875 _Node** __head = _M_buckets + __n;
876 _Node* __p = _M_find_node(*__head, __k, __code);
885 const_iterator __first(__p, __head);
886 const_iterator __last(__p1, __head);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 240 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
241 : _Inherited(__tail...), _Base(__head) { }
246 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
248 _Base(std::forward<_UHead>(__head)) { }
278 const _Head& __head, const _Tail&... __tail)
280 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
286 _UHead&& __head, _UTail&&... __tail)
289 std::forward<_UHead>(__head)) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 240 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
241 : _Inherited(__tail...), _Base(__head) { }
246 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
248 _Base(std::forward<_UHead>(__head)) { }
278 const _Head& __head, const _Tail&... __tail)
280 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
286 _UHead&& __head, _UTail&&... __tail)
289 std::forward<_UHead>(__head)) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
tuple 254 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
255 : _Inherited(__tail...), _Base(__head) { }
260 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
262 _Base(std::forward<_UHead>(__head)) { }
292 const _Head& __head, const _Tail&... __tail)
294 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
300 _UHead&& __head, _UTail&&... __tail)
303 std::forward<_UHead>(__head)) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 254 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail)
255 : _Inherited(__tail...), _Base(__head) { }
260 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail)
262 _Base(std::forward<_UHead>(__head)) { }
292 const _Head& __head, const _Tail&... __tail)
294 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { }
300 _UHead&& __head, _UTail&&... __tail)
303 std::forward<_UHead>(__head)) { }
    [all...]

Completed in 434 milliseconds

12 3 4