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

  /external/iproute2/include/
list.h 88 struct hlist_node *next, **pprev; member in struct:hlist_node
94 struct hlist_node **pprev = n->pprev; local
95 *pprev = next;
97 next->pprev = pprev;
105 first->pprev = &n->next;
107 n->pprev = &h->first;
  /external/iptables/libiptc/
linux_list.h 514 struct hlist_node *next, **pprev; member in struct:hlist_node
520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
524 return !h->pprev;
535 struct hlist_node **pprev = n->pprev; local
536 *pprev = next;
538 next->pprev = pprev;
545 n->pprev = LIST_POISON2;
570 n->pprev = LIST_POISON2
    [all...]
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 519 struct hlist_node *next, **pprev; member in struct:hlist_node
525 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
529 return !h->pprev;
540 struct hlist_node **pprev = n->pprev; local
541 *pprev = next;
543 next->pprev = pprev;
550 n->pprev = LIST_POISON2;
575 n->pprev = LIST_POISON2
    [all...]
  /external/libnfnetlink/include/
linux_list.h 518 struct hlist_node *next, **pprev; member in struct:hlist_node
524 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
528 return !h->pprev;
539 struct hlist_node **pprev = n->pprev; local
540 *pprev = next;
542 next->pprev = pprev;
549 n->pprev = LIST_POISON2;
574 n->pprev = LIST_POISON2
    [all...]
  /external/u-boot/include/linux/
list.h 548 struct hlist_node *next, **pprev; member in struct:hlist_node
557 h->pprev = NULL;
562 return !h->pprev;
573 struct hlist_node **pprev = n->pprev; local
574 *pprev = next;
576 next->pprev = pprev;
583 n->pprev = LIST_POISON2;
599 first->pprev = &n->next
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 363 XmlAttr ** pprev = last_attr_ ? &(last_attr_->next_attr_) : &first_attr_; local
364 last_attr_ = (*pprev = new XmlAttr(name, value));
384 XmlChild ** pprev = last_child_ ? &(last_child_->next_child_) : &first_child_; local
385 last_child_ = *pprev = new XmlText(cstr, len);
401 XmlChild ** pprev = last_child_ ? &(last_child_->next_child_) : &first_child_; local
402 last_child_ = *pprev = new XmlText(text);
419 XmlChild ** pprev = last_child_ ? &(last_child_->next_child_) : &first_child_;
420 *pprev = child;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 121 struct hlist_node *next, **pprev; member in struct:hlist_node
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 3130 UChar *p, *pprev = (UChar* )NULL; local
    [all...]
  /external/yapf/yapf/yapflib/
format_decision_state.py 604 pprev = previous.previous_token
605 if not pprev or not pprev.is_name:
    [all...]

Completed in 4212 milliseconds