Home
last modified time | relevance | path

Searched refs:bubble_up (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh61 bubble_up (heap.length - 1); in insert()
131 void bubble_up (unsigned index)
140 bubble_up (parent_index);
/third_party/nghttp2/lib/
H A Dnghttp2_pq.c55 static void bubble_up(nghttp2_pq *pq, size_t index) { in bubble_up() function
85 bubble_up(pq, pq->length - 1); in nghttp2_pq_push()
147 bubble_up(pq, item->index); in nghttp2_pq_remove()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c57 static void bubble_up(nghttp3_pq *pq, size_t index) { in bubble_up() function
87 bubble_up(pq, pq->length - 1); in nghttp3_pq_push()
146 bubble_up(pq, item->index); in nghttp3_pq_remove()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pq.c55 static void bubble_up(ngtcp2_pq *pq, size_t index) { in bubble_up() function
85 bubble_up(pq, pq->length - 1); in ngtcp2_pq_push()
144 bubble_up(pq, item->index); in ngtcp2_pq_remove()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.c55 static void bubble_up(nghttp2_pq *pq, size_t index) { in bubble_up() function
85 bubble_up(pq, pq->length - 1); in nghttp2_pq_push()
147 bubble_up(pq, item->index); in nghttp2_pq_remove()

Completed in 2 milliseconds