Searched defs:pprev (Results 1 - 5 of 5) sorted by relevance
/third_party/libbpf/src/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local 130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_xbr.c | 256 const int pprev = 2 - (x > 0); in xbr_filter() local
|
/third_party/curl/lib/ |
H A D | cfilters.c | 272 struct Curl_cfilter **pprev = &cf->next; in Curl_conn_cf_discard_sub() local
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 306 struct hlist_node *next, **pprev; member [all...] |
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 526 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() argument 914 _channelref_find(_channelref *first, int64_t id, _channelref **pprev) in _channelref_find() argument
|
Completed in 7 milliseconds