HomeSort by relevance Sort by last modified time
    Searched refs:_Head (Results 1 - 8 of 8) sorted by null

  /external/srec/portable/src/
pmalloc.c 274 if (p->_Head == 0)
276 for (q = p->_Head; q != 0; q = q->_Next)
303 for (qb = &_Aldata._Head; *qb != 0;
314 for (qb = &_Aldata._Head; *qb != q;
464 if (_Aldata._Head == 0
465 || _PTR_NORM(q) < _PTR_NORM(_Aldata._Head))
467 q->_Next = _Aldata._Head;
468 _Aldata._Head = q;
476 register _Cell *qp = _Aldata._Head;
514 * qp could have been set to _Aldata._Head prior to the binIndex loop above
    [all...]
  /external/srec/portable/include/
pmalloc.h 68 _Cell *_Head; /* null, or lowest addressed free cell */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 77 typedef base_type::_Head<synth_access_traits, metadata> head;
124 typedef base_type::_Head<synth_access_traits, metadata> head;
pat_trie_base.hpp 56 * i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head.
131 struct _Head
141 _Head() : base_type(head_node) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 77 typedef base_type::_Head<synth_access_traits, metadata> head;
124 typedef base_type::_Head<synth_access_traits, metadata> head;
pat_trie_base.hpp 56 * i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head.
131 struct _Head
141 _Head() : base_type(head_node) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 77 typedef base_type::_Head<synth_access_traits, metadata> head;
124 typedef base_type::_Head<synth_access_traits, metadata> head;
pat_trie_base.hpp 56 * i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head.
131 struct _Head
141 _Head() : base_type(head_node) { }
    [all...]

Completed in 158 milliseconds