Searched refs:pq (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_pq.c | 36 pq->q = NULL; in nghttp2_pq_init() 44 nghttp2_mem_free(pq->mem, pq->q); in nghttp2_pq_free() 64 if (!pq->less(pq->q[index], pq->q[parent])) { in bubble_up() 74 if (pq->capacity <= pq->length) { in nghttp2_pq_push() 80 nq = nghttp2_mem_realloc(pq->mem, pq->q, in nghttp2_pq_push() 88 pq->q[pq->length] = item; in nghttp2_pq_push() 91 bubble_up(pq, pq->length - 1); in nghttp2_pq_push() 114 if (pq->less(pq->q[j], pq->q[minindex])) { in bubble_down() 129 pq->q[0] = pq->q[pq->length - 1]; in nghttp2_pq_pop() 150 pq->q[item->index] = pq->q[pq->length - 1]; in nghttp2_pq_remove() [all …]
|
A D | nghttp2_pq.h | 65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem); 71 void nghttp2_pq_free(nghttp2_pq *pq); 82 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item); 88 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq); 94 void nghttp2_pq_pop(nghttp2_pq *pq); 99 int nghttp2_pq_empty(nghttp2_pq *pq); 104 size_t nghttp2_pq_size(nghttp2_pq *pq); 114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg); 123 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg); 128 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.h | 296 int bf_remquo(slimb_t *pq, bf_t *r, const bf_t *a, const bf_t *b, limb_t prec,
|
A D | libbf.c | 1847 int bf_remquo(slimb_t *pq, bf_t *r, const bf_t *a, const bf_t *b, limb_t prec, in bf_remquo() argument 1855 bf_get_limb(pq, q, BF_GET_INT_MOD); in bf_remquo()
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 33 …pG�HAj��i� pG pG-��A��F ������N�MF�kP�(h@հj;h"!F��0����0k����A�pq�B4�O��B�x 8`����… 643 …��(����(� �,`�� (`�������:����F!�����(ѕ�|@B0`4q��4`4q pq�� !*|2�*�*�"! �… 1060 …Е��@���EKh+�(�(� H` ���;F�-!���p� �;F�=!���g������pq�����p�!����…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …?.�=0�=.�<.�<.�<,�=.�A3�D6�LA�bZ�c]�nl�rr�`c�`e�`g�ix�oz�lt�`h�^f�kq�w{�{|�pq�^h�@W�>]�Oh懍���X�aXu…
|
Completed in 36 milliseconds