Home
last modified time | relevance | path

Searched refs:pprev (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/libiptc/
Dlinux_list.h514 struct hlist_node *next, **pprev; member
520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
524 return !h->pprev; in hlist_unhashed()
535 struct hlist_node **pprev = n->pprev; in __hlist_del() local
536 *pprev = next; in __hlist_del()
538 next->pprev = pprev; in __hlist_del()
545 n->pprev = LIST_POISON2; in hlist_del()
570 n->pprev = LIST_POISON2; in hlist_del_rcu()
575 if (n->pprev) { in hlist_del_init()
588 first->pprev = &n->next; in hlist_add_head()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h302 struct hlist_node *next, **pprev; member
311 (node)->pprev = NULL; \
318 return !h->pprev; in hlist_unhashed()
332 WRITE_ONCE(*(n->pprev), n->next); in hlist_del()
334 n->next->pprev = n->pprev; in hlist_del()
353 h->first->pprev = &n->next; in hlist_add_head()
355 n->pprev = &h->first; in hlist_add_head()
362 n->pprev = next->pprev; in hlist_add_before()
364 next->pprev = &n->next; in hlist_add_before()
365 WRITE_ONCE(*(n->pprev), n); in hlist_add_before()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c257 const int pprev = 2 - (x > 0); in xbr_filter() local
258 const uint32_t A1 = sa0[pprev]; in xbr_filter()
259 const uint32_t PA = sa1[pprev]; in xbr_filter()
260 const uint32_t PD = sa2[pprev]; in xbr_filter()
261 const uint32_t PG = sa3[pprev]; in xbr_filter()
262 const uint32_t G5 = sa4[pprev]; in xbr_filter()
264 const int pprev2 = pprev - (x > 1); in xbr_filter()
/third_party/cef/tools/yapf/yapf/yapflib/
Dformat_decision_state.py533 pprev = previous.previous_token
534 if not pprev or not pprev.is_name:
/third_party/python/Modules/
D_xxsubinterpretersmodule.c522 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() argument
533 if (pprev != NULL) { in _channelend_find()
534 *pprev = prev; in _channelend_find()
910 _channelref_find(_channelref *first, int64_t id, _channelref **pprev) in _channelref_find() argument
921 if (pprev != NULL) { in _channelref_find()
922 *pprev = prev; in _channelref_find()
/third_party/boost/libs/math/doc/distributions/
Dbeta.qbk146 [@http://www.ausvet.com.au/pprev/content.php?page=PPscript