Home
last modified time | relevance | path

Searched defs:pq (Results 1 - 25 of 64) sorted by relevance

123

/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_init.c63 vc1_h_loop_filter16_sse4(uint8_t *src, ptrdiff_t stride, int pq) vc1_h_loop_filter16_sse4() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dquery9.h38 struct pipe_query *pq; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.h50 etna_query(struct pipe_query *pq) in etna_query() argument
H A Detnaviv_query.c52 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query() argument
60 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query() argument
70 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query() argument
80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result() argument
H A Detnaviv_query_acc_perfmon.c52 pm_add_signal(struct etna_pm_query *pq, struct etna_perfmon *perfmon, in pm_add_signal() argument
64 struct etna_pm_query *pq = etna_pm_query(aq); in pm_query() local
105 struct etna_pm_query *pq; in perfmon_allocate() local
141 const struct etna_pm_query *pq = etna_pm_query(aq); perfmon_result() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_tnode.c58 static void tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in tnode_unschedule() argument
65 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in nghttp3_tnode_unschedule() argument
73 static uint64_t pq_get_first_cycle(nghttp3_pq *pq) { in pq_get_first_cycle() argument
84 int nghttp3_tnode_schedule(nghttp3_tnode *tnode, nghttp3_pq *pq, in nghttp3_tnode_schedule() argument
[all...]
H A Dnghttp3_pq.c33 void nghttp3_pq_init(nghttp3_pq *pq, nghttp3_less less, in nghttp3_pq_init() argument
42 void nghttp3_pq_free(nghttp3_pq *pq) { in nghttp3_pq_free() argument
47 swap(nghttp3_pq *pq, size_t i, size_t j) swap() argument
57 bubble_up(nghttp3_pq *pq, size_t index) bubble_up() argument
69 nghttp3_pq_push(nghttp3_pq *pq, nghttp3_pq_entry *item) nghttp3_pq_push() argument
91 nghttp3_pq_top(const nghttp3_pq *pq) nghttp3_pq_top() argument
96 bubble_down(nghttp3_pq *pq, size_t index) bubble_down() argument
117 nghttp3_pq_pop(nghttp3_pq *pq) nghttp3_pq_pop() argument
126 nghttp3_pq_remove(nghttp3_pq *pq, nghttp3_pq_entry *item) nghttp3_pq_remove() argument
150 nghttp3_pq_empty(const nghttp3_pq *pq) nghttp3_pq_empty() argument
152 nghttp3_pq_size(const nghttp3_pq *pq) nghttp3_pq_size() argument
154 nghttp3_pq_each(const nghttp3_pq *pq, nghttp3_pq_item_cb fun, void *arg) nghttp3_pq_each() argument
168 nghttp3_pq_clear(nghttp3_pq *pq) nghttp3_pq_clear() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_pq.c32 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() argument
40 void nghttp2_pq_free(nghttp2_pq *pq) { in nghttp2_pq_free() argument
45 swap(nghttp2_pq *pq, size_t i, size_t j) swap() argument
55 bubble_up(nghttp2_pq *pq, size_t index) bubble_up() argument
67 nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) nghttp2_pq_push() argument
89 nghttp2_pq_top(nghttp2_pq *pq) nghttp2_pq_top() argument
97 bubble_down(nghttp2_pq *pq, size_t index) bubble_down() argument
118 nghttp2_pq_pop(nghttp2_pq *pq) nghttp2_pq_pop() argument
127 nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) nghttp2_pq_remove() argument
151 nghttp2_pq_empty(nghttp2_pq *pq) nghttp2_pq_empty() argument
153 nghttp2_pq_size(nghttp2_pq *pq) nghttp2_pq_size() argument
155 nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) nghttp2_pq_update() argument
171 nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) nghttp2_pq_each() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pq.c32 void ngtcp2_pq_init(ngtcp2_pq *pq, ngtcp2_less less, const ngtcp2_mem *mem) { in ngtcp2_pq_init() argument
40 void ngtcp2_pq_free(ngtcp2_pq *pq) { in ngtcp2_pq_free() argument
45 swap(ngtcp2_pq *pq, size_t i, size_t j) swap() argument
55 bubble_up(ngtcp2_pq *pq, size_t index) bubble_up() argument
67 ngtcp2_pq_push(ngtcp2_pq *pq, ngtcp2_pq_entry *item) ngtcp2_pq_push() argument
89 ngtcp2_pq_top(ngtcp2_pq *pq) ngtcp2_pq_top() argument
94 bubble_down(ngtcp2_pq *pq, size_t index) bubble_down() argument
115 ngtcp2_pq_pop(ngtcp2_pq *pq) ngtcp2_pq_pop() argument
124 ngtcp2_pq_remove(ngtcp2_pq *pq, ngtcp2_pq_entry *item) ngtcp2_pq_remove() argument
148 ngtcp2_pq_empty(ngtcp2_pq *pq) ngtcp2_pq_empty() argument
150 ngtcp2_pq_size(ngtcp2_pq *pq) ngtcp2_pq_size() argument
152 ngtcp2_pq_each(ngtcp2_pq *pq, ngtcp2_pq_item_cb fun, void *arg) ngtcp2_pq_each() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.c32 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() argument
40 void nghttp2_pq_free(nghttp2_pq *pq) { in nghttp2_pq_free() argument
45 swap(nghttp2_pq *pq, size_t i, size_t j) swap() argument
55 bubble_up(nghttp2_pq *pq, size_t index) bubble_up() argument
67 nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) nghttp2_pq_push() argument
89 nghttp2_pq_top(nghttp2_pq *pq) nghttp2_pq_top() argument
97 bubble_down(nghttp2_pq *pq, size_t index) bubble_down() argument
118 nghttp2_pq_pop(nghttp2_pq *pq) nghttp2_pq_pop() argument
127 nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) nghttp2_pq_remove() argument
151 nghttp2_pq_empty(nghttp2_pq *pq) nghttp2_pq_empty() argument
153 nghttp2_pq_size(nghttp2_pq *pq) nghttp2_pq_size() argument
155 nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) nghttp2_pq_update() argument
171 nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) nghttp2_pq_each() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c88 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, bool wait, in fd_get_query_result() argument
[all...]
H A Dfreedreno_query.h56 fd_query(struct pipe_query *pq) in fd_query() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dpqueue.c40 pqueue *pq = OPENSSL_zalloc(sizeof(*pq)); in pqueue_new() local
48 void pqueue_free(pqueue *pq) in pqueue_free() argument
53 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert() argument
89 pqueue_peek(pqueue *pq) pqueue_peek() argument
94 pqueue_pop(pqueue *pq) pqueue_pop() argument
104 pqueue_find(pqueue *pq, unsigned char *prio64be) pqueue_find() argument
129 pqueue_iterator(pqueue *pq) pqueue_iterator() argument
148 pqueue_size(pqueue *pq) pqueue_size() argument
[all...]
/third_party/openssl/ssl/
H A Dpqueue.c40 pqueue *pq = OPENSSL_zalloc(sizeof(*pq)); in pqueue_new() local
48 void pqueue_free(pqueue *pq) in pqueue_free() argument
53 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert() argument
89 pqueue_peek(pqueue *pq) pqueue_peek() argument
94 pqueue_pop(pqueue *pq) pqueue_pop() argument
104 pqueue_find(pqueue *pq, unsigned char *prio64be) pqueue_find() argument
129 pqueue_iterator(pqueue *pq) pqueue_iterator() argument
148 pqueue_size(pqueue *pq) pqueue_size() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddvbsubenc.c41 static int dvb_encode_rle2(uint8_t **pq, int buf_size, in dvb_encode_rle2() argument
136 static int dvb_encode_rle4(uint8_t **pq, int buf_size, in dvb_encode_rle4() argument
211 static int dvb_encode_rle8(uint8_t **pq, int buf_size, in dvb_encode_rle8() argument
[all...]
H A Dxfaceenc.c82 static inline int pq_push(ProbRangesQueue *pq, const ProbRange *p) in pq_push() argument
90 static void push_greys(ProbRangesQueue *pq, char *bitmap, int w, int h) in push_greys() argument
109 encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq) encode_block() argument
141 ProbRangesQueue pq = {{{ 0 }}, 0}; xface_encode_frame() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c44 vlVdpPresentationQueue *pq = NULL; in vlVdpPresentationQueueCreate() local
97 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueDestroy() local
121 vlVdpPresentationQueue *pq; vlVdpPresentationQueueSetBackgroundColor() local
150 vlVdpPresentationQueue *pq; vlVdpPresentationQueueGetBackgroundColor() local
179 vlVdpPresentationQueue *pq; vlVdpPresentationQueueGetTime() local
208 vlVdpPresentationQueue *pq; vlVdpPresentationQueueDisplay() local
309 vlVdpPresentationQueue *pq; vlVdpPresentationQueueBlockUntilSurfaceIdle() local
344 vlVdpPresentationQueue *pq; vlVdpPresentationQueueQuerySurfaceStatus() local
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c58 nghttp2_pq pq; in test_nghttp2_pq() local
145 nghttp2_pq pq; test_nghttp2_pq_update() local
170 push_nodes(nghttp2_pq *pq, node *dest, size_t n) push_nodes() argument
179 check_nodes(nghttp2_pq *pq, size_t n, int *ans_key, int *ans_val) check_nodes() argument
190 nghttp2_pq pq; test_nghttp2_pq_remove() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c56 struct llvmpipe_query *pq; in llvmpipe_create_query() local
74 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_destroy_query() local
101 struct llvmpipe_query *pq = llvmpipe_query(q); llvmpipe_get_query_result() local
215 struct llvmpipe_query *pq = llvmpipe_query(q); llvmpipe_get_query_result_resource() local
386 struct llvmpipe_query *pq = llvmpipe_query(q); llvmpipe_begin_query() local
449 struct llvmpipe_query *pq = llvmpipe_query(q); llvmpipe_end_query() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c141 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_destroy() argument
147 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_begin() argument
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_end() argument
199 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv30_query_result() argument
238 nv40_query_render_condition(struct pipe_context *pipe, struct pipe_query *pq, bool condition, enum pipe_render_cond_flag mode) nv40_query_render_condition() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c44 nv50_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_destroy_query() argument
51 nv50_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_begin_query() argument
58 nv50_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_end_query() argument
66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv50_get_query_result() argument
74 nv50_render_condition(struct pipe_context *pipe, struct pipe_query *pq, bool condition, enum pipe_render_cond_flag mode) nv50_render_condition() argument
[all...]
H A Dnv50_stateobj.h73 struct pipe_query *pq; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c193 struct pipe_driver_query_info *pq = &screen->perfcntr_queries[idx]; in fd2_create_batch_query() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c48 nvc0_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_destroy_query() argument
55 nvc0_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_begin_query() argument
62 nvc0_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_end_query() argument
70 nvc0_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nvc0_get_query_result() argument
78 nvc0_get_query_result_resource(struct pipe_context *pipe, struct pipe_query *pq, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) nvc0_get_query_result_resource() argument
96 nvc0_render_condition(struct pipe_context *pipe, struct pipe_query *pq, bool condition, enum pipe_render_cond_flag mode) nvc0_render_condition() argument
[all...]
H A Dnvc0_stateobj.h72 struct pipe_query *pq; member

Completed in 10 milliseconds

123