Home
last modified time | relevance | path

Searched defs:pq (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.c32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) in nghttp2_pq_init()
42 void nghttp2_pq_free(nghttp2_pq *pq) in nghttp2_pq_free()
48 static void swap(nghttp2_pq *pq, size_t i, size_t j) in swap()
59 static void bubble_up(nghttp2_pq *pq, size_t index) in bubble_up()
72 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_push()
95 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) in nghttp2_pq_top()
104 static void bubble_down(nghttp2_pq *pq, size_t index) in bubble_down()
126 void nghttp2_pq_pop(nghttp2_pq *pq) in nghttp2_pq_pop()
136 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_remove()
161 int nghttp2_pq_empty(nghttp2_pq *pq) in nghttp2_pq_empty()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c1847 int bf_remquo(slimb_t *pq, bf_t *r, const bf_t *a, const bf_t *b, limb_t prec, in bf_remquo()

Completed in 18 milliseconds