HomeSort by relevance Sort by last modified time
    Searched full:_head (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/gio/fen/
fen-node.c 51 static node_t* _head = NULL; variable
215 g_assert (parent == _head);
216 child = _head;
232 return find_node_internal (_head, filename, NULL);
238 return find_node_internal (_head, filename, op);
249 g_assert (_head);
253 parent = _head;
306 if (node != _head) {
462 if (_head == NULL) {
463 _head = node_new (NULL, G_DIR_SEPARATOR_S)
    [all...]
  /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 */
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 86 * _HEAD + + + +
  /external/quake/quake/src/QW/scitech/lib/win32/vc/
mgllt.lib     [all...]
  /external/quake/quake/src/WinQuake/scitech/LIB/WIN32/VC/
MGLLT.LIB     [all...]
  /external/webkit/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 2139 milliseconds