/third_party/node/deps/uv/src/ |
D | queue.h | 24 #define QUEUE_NEXT(q) (*(QUEUE **) &((*(q))[0])) argument 25 #define QUEUE_PREV(q) (*(QUEUE **) &((*(q))[1])) argument 26 #define QUEUE_PREV_NEXT(q) (QUEUE_NEXT(QUEUE_PREV(q))) argument 27 #define QUEUE_NEXT_PREV(q) (QUEUE_PREV(QUEUE_NEXT(q))) argument 36 #define QUEUE_FOREACH(q, h) \ argument 39 #define QUEUE_EMPTY(q) \ argument 42 #define QUEUE_HEAD(q) \ argument 45 #define QUEUE_INIT(q) \ argument 61 #define QUEUE_SPLIT(h, q, n) \ argument 83 #define QUEUE_INSERT_HEAD(h, q) \ argument [all …]
|
/third_party/libuv/src/ |
D | queue.h | 24 #define QUEUE_NEXT(q) (*(QUEUE **) &((*(q))[0])) argument 25 #define QUEUE_PREV(q) (*(QUEUE **) &((*(q))[1])) argument 26 #define QUEUE_PREV_NEXT(q) (QUEUE_NEXT(QUEUE_PREV(q))) argument 27 #define QUEUE_NEXT_PREV(q) (QUEUE_PREV(QUEUE_NEXT(q))) argument 36 #define QUEUE_FOREACH(q, h) \ argument 39 #define QUEUE_EMPTY(q) \ argument 44 #define QUEUE_HEAD(q) \ argument 47 #define QUEUE_INIT(q) \ argument 63 #define QUEUE_SPLIT(h, q, n) \ argument 85 #define QUEUE_INSERT_HEAD(h, q) \ argument [all …]
|
/third_party/musl/libc-test/src/functional/ |
D | search_insque.c | 8 struct q { struct 9 struct q *n; argument 10 struct q *p; argument 14 static struct q *new(int i) in new() argument 16 struct q *q = malloc(sizeof *q); in new() local 23 struct q *q = new(0); in main() local
|
/third_party/curl/lib/ |
D | bufq.c | 213 static void bufq_init(struct bufq *q, struct bufc_pool *pool, in bufq_init() 225 void Curl_bufq_init2(struct bufq *q, size_t chunk_size, size_t max_chunks, in Curl_bufq_init2() 231 void Curl_bufq_init(struct bufq *q, size_t chunk_size, size_t max_chunks) in Curl_bufq_init() 236 void Curl_bufq_initp(struct bufq *q, struct bufc_pool *pool, in Curl_bufq_initp() 242 void Curl_bufq_free(struct bufq *q) in Curl_bufq_free() 250 void Curl_bufq_reset(struct bufq *q) in Curl_bufq_reset() 262 size_t Curl_bufq_len(const struct bufq *q) in Curl_bufq_len() 273 size_t Curl_bufq_space(const struct bufq *q) in Curl_bufq_space() 291 bool Curl_bufq_is_empty(const struct bufq *q) in Curl_bufq_is_empty() 296 bool Curl_bufq_is_full(const struct bufq *q) in Curl_bufq_is_full() [all …]
|
/third_party/selinux/checkpolicy/ |
D | queue.c | 15 queue_t q; in queue_create() local 26 int queue_insert(queue_t q, queue_element_t e) in queue_insert() 50 int queue_push(queue_t q, queue_element_t e) in queue_push() 74 queue_element_t queue_remove(queue_t q) in queue_remove() 96 queue_element_t queue_head(queue_t q) in queue_head() 107 void queue_destroy(queue_t q) in queue_destroy() 125 int queue_map(queue_t q, int (*f) (queue_element_t, void *), void *vp) in queue_map() 143 void queue_map_remove_on_error(queue_t q, in queue_map_remove_on_error()
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | queue.c | 50 Queue *q = av_malloc(sizeof(*q)); in ff_queue_create() local 73 void ff_queue_destroy(Queue *q) in ff_queue_destroy() 89 size_t ff_queue_size(Queue *q) in ff_queue_size() 94 void *ff_queue_peek_front(Queue *q) in ff_queue_peek_front() 102 void *ff_queue_peek_back(Queue *q) in ff_queue_peek_back() 110 int ff_queue_push_front(Queue *q, void *v) in ff_queue_push_front() 131 int ff_queue_push_back(Queue *q, void *v) in ff_queue_push_back() 152 void *ff_queue_pop_front(Queue *q) in ff_queue_pop_front() 173 void *ff_queue_pop_back(Queue *q) in ff_queue_pop_back()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_sw.c | 44 fd_sw_destroy_query(struct fd_context *ctx, struct fd_query *q) in fd_sw_destroy_query() 83 is_time_rate_query(struct fd_query *q) in is_time_rate_query() 100 is_draw_rate_query(struct fd_query *q) in is_draw_rate_query() 112 fd_sw_begin_query(struct fd_context *ctx, struct fd_query *q) assert_dt in fd_sw_begin_query() 127 fd_sw_end_query(struct fd_context *ctx, struct fd_query *q) assert_dt in fd_sw_end_query() 143 fd_sw_get_query_result(struct fd_context *ctx, struct fd_query *q, bool wait, in fd_sw_get_query_result() 174 struct fd_query *q; in fd_sw_create_query() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion.inl | 97 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, P> const & q) 104 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, Q> const & q) 128 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<U, Q> const & q) 158 tquat<T, P> q(T(1) + Dot, LocalW.x, LocalW.y, LocalW.z); local 202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q) 208 GLM_FUNC_QUALIFIER tquat<T, P> inverse(tquat<T, P> const & q) 217 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator=(tquat<T, P> const & q) 229 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator=(tquat<U, P> const & q) 240 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator+=(tquat<U, P> const& q) 247 GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator-=(tquat<U, P> const& q) [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw.c | 42 nv50_hw_query_allocate(struct nv50_context *nv50, struct nv50_query *q, in nv50_hw_query_allocate() 77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_hw_query_get() 94 nv50_hw_query_update(struct nv50_query *q) in nv50_hw_query_update() 108 nv50_hw_destroy_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_destroy_query() 123 nv50_hw_begin_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_begin_query() 198 nv50_hw_end_query(struct nv50_context *nv50, struct nv50_query *q) in nv50_hw_end_query() 272 nv50_hw_get_query_result(struct nv50_context *nv50, struct nv50_query *q, in nv50_hw_get_query_result() 358 struct nv50_query *q; in nv50_hw_create_query() local 451 struct nv50_query *q, unsigned result_offset) in nv50_hw_query_pushbuf_submit() 465 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *push, struct nv50_query *q) in nv84_hw_query_fifo_wait()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 34 nvc0_hw_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_hw_query_allocate() 69 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_hw_query_get() 86 nvc0_hw_query_rotate(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_query_rotate() 97 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_hw_query_update() 111 nvc0_hw_destroy_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_destroy_query() 142 nvc0_hw_begin_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_begin_query() 227 nvc0_hw_end_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_hw_end_query() 308 nvc0_hw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_hw_get_query_result() 389 struct nvc0_query *q, in nvc0_hw_get_query_result_resource() 529 struct nvc0_query *q; in nvc0_hw_create_query() local [all …]
|
D | nvc0_query_sw.c | 68 nvc0_sw_destroy_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_destroy_query() 75 nvc0_sw_begin_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_begin_query() 90 nvc0_sw_end_query(struct nvc0_context *nvc0, struct nvc0_query *q) in nvc0_sw_end_query() 99 nvc0_sw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, in nvc0_sw_get_query_result() 122 struct nvc0_query *q; in nvc0_sw_create_query() local
|
D | nvc0_query.c | 38 struct nvc0_query *q; in nvc0_create_query() local 50 struct nvc0_query *q = nvc0_query(pq); in nvc0_destroy_query() local 57 struct nvc0_query *q = nvc0_query(pq); in nvc0_begin_query() local 64 struct nvc0_query *q = nvc0_query(pq); in nvc0_end_query() local 73 struct nvc0_query *q = nvc0_query(pq); in nvc0_get_query_result() local 86 struct nvc0_query *q = nvc0_query(pq); in nvc0_get_query_result_resource() local 102 struct nvc0_query *q = nvc0_query(pq); in nvc0_render_condition() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | thread-mq.c | 38 pa_thread_mq *q = userdata; in asyncmsgq_read_cb() local 81 pa_thread_mq *q = userdata; in asyncmsgq_write_inq_cb() local 91 pa_thread_mq *q = userdata; in asyncmsgq_write_outq_cb() local 100 int pa_thread_mq_init_thread_mainloop(pa_thread_mq *q, pa_mainloop_api *main_mainloop, pa_mainloop_… in pa_thread_mq_init_thread_mainloop() 136 int pa_thread_mq_init(pa_thread_mq *q, pa_mainloop_api *mainloop, pa_rtpoll *rtpoll) { in pa_thread_mq_init() 170 void pa_thread_mq_done(pa_thread_mq *q) { in pa_thread_mq_done() 214 void pa_thread_mq_install(pa_thread_mq *q) { in pa_thread_mq_install()
|
D | queue.c | 45 pa_queue *q = pa_xnew(pa_queue, 1); in pa_queue_new() local 53 void pa_queue_free(pa_queue *q, pa_free_cb_t free_func) { in pa_queue_free() 68 void pa_queue_push(pa_queue *q, void *p) { in pa_queue_push() 92 void* pa_queue_pop(pa_queue *q) { in pa_queue_pop() 118 int pa_queue_isempty(pa_queue *q) { in pa_queue_isempty()
|
/third_party/ffmpeg/libavcodec/ |
D | qsvenc.c | 132 static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q, in dump_video_param() 300 static int select_rc_mode(AVCodecContext *avctx, QSVEncContext *q) in select_rc_mode() 389 static int check_enc_param(AVCodecContext *avctx, QSVEncContext *q) in check_enc_param() 420 static int init_video_param_jpeg(AVCodecContext *avctx, QSVEncContext *q) in init_video_param_jpeg() 484 static int init_video_param(AVCodecContext *avctx, QSVEncContext *q) in init_video_param() 817 static int qsv_retrieve_enc_jpeg_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_jpeg_params() 835 static int qsv_retrieve_enc_vp9_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_vp9_params() 884 static int qsv_retrieve_enc_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_params() 1011 static int qsv_init_opaque_alloc(AVCodecContext *avctx, QSVEncContext *q) in qsv_init_opaque_alloc() 1048 static int qsvenc_init_session(AVCodecContext *avctx, QSVEncContext *q) in qsvenc_init_session() [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | resource.cpp | 59 resource::copy(command_queue &q, const vector &origin, const vector ®ion, in copy() 69 resource::clear(command_queue &q, const vector &origin, const vector ®ion, in clear() 84 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking, in add_map() 103 resource::bind_sampler_view(command_queue &q) { in bind_sampler_view() 111 resource::unbind_sampler_view(command_queue &q, in unbind_sampler_view() 117 resource::create_image_view(command_queue &q) { in create_image_view() 140 resource::bind_surface(command_queue &q, bool rw) { in bind_surface() 153 resource::unbind_surface(command_queue &q, pipe_surface *st) { in unbind_surface() 158 command_queue &q, const void *data_ptr) : in root_resource() 226 mapping::mapping(command_queue &q, resource &r, in mapping()
|
/third_party/mesa3d/src/mesa/main/ |
D | queryobj.c | 48 struct gl_query_object *q = CALLOC_STRUCT(gl_query_object); in new_query_object() local 61 free_queries(struct pipe_context *pipe, struct gl_query_object *q) in free_queries() 76 delete_query(struct gl_context *ctx, struct gl_query_object *q) in delete_query() 86 target_to_index(const struct gl_query_object *q) in target_to_index() 128 begin_query(struct gl_context *ctx, struct gl_query_object *q) in begin_query() 225 end_query(struct gl_context *ctx, struct gl_query_object *q) in end_query() 255 struct gl_query_object *q, in get_query_result() 337 _mesa_wait_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_wait_query() 355 _mesa_check_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_check_query() 381 store_query_result(struct gl_context *ctx, struct gl_query_object *q, in store_query_result() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | dual_quaternion.inl | 64 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> con… 81 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<U, Q> const & q) 102 GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<T, P> const & q) 112 GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<U, P> const & q) 140 GLM_FUNC_QUALIFIER tdualquat<T, P> operator+(tdualquat<T, P> const & q) 146 GLM_FUNC_QUALIFIER tdualquat<T, P> operator-(tdualquat<T, P> const & q) 154 GLM_FUNC_QUALIFIER tdualquat<T, P> operator+(tdualquat<T, P> const & q, tdualquat<T, P> const & p) 166 GLM_FUNC_QUALIFIER tvec3<T, P> operator*(tdualquat<T, P> const & q, tvec3<T, P> const & v) 174 GLM_FUNC_QUALIFIER tvec3<T, P> operator*(tvec3<T, P> const & v, tdualquat<T, P> const & q) 180 GLM_FUNC_QUALIFIER tvec4<T, P> operator*(tdualquat<T, P> const & q, tvec4<T, P> const & v) [all …]
|
D | simd_quat.inl | 37 GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(fquatSIMD const & q) : function in glm::detail::fquatSIMD 53 GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(quat const & q) : 74 GLM_FUNC_QUALIFIER fquatSIMD& fquatSIMD::operator=(fquatSIMD const & q) 96 GLM_FUNC_QUALIFIER fquatSIMD operator- (fquatSIMD const & q) 170 GLM_FUNC_QUALIFIER fvec4SIMD operator* (fquatSIMD const & q, fvec4SIMD const & v) 192 GLM_FUNC_QUALIFIER fvec4SIMD operator* (fvec4SIMD const & v, fquatSIMD const & q) 197 GLM_FUNC_QUALIFIER fquatSIMD operator* (fquatSIMD const & q, float s) 202 GLM_FUNC_QUALIFIER fquatSIMD operator* (float s, fquatSIMD const & q) 209 GLM_FUNC_QUALIFIER fquatSIMD operator/ (fquatSIMD const & q, float s) 323 detail::fquatSIMD const & q [all …]
|
/third_party/alsa-lib/include/ |
D | seqmid.h | 132 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \ argument 151 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \ argument 218 #define snd_seq_ev_set_queue_control(ev, typ, q, val) \ argument 231 #define snd_seq_ev_set_queue_start(ev, q) \ argument 241 #define snd_seq_ev_set_queue_stop(ev, q) \ argument 251 #define snd_seq_ev_set_queue_continue(ev, q) \ argument 260 #define snd_seq_ev_set_queue_tempo(ev, q, val) \ argument 269 #define snd_seq_ev_set_queue_pos_real(ev, q, rtime) \ argument 281 #define snd_seq_ev_set_queue_pos_tick(ev, q, ttime) \ argument 296 #define snd_seq_start_queue(seq, q, ev) \ argument [all …]
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns.c | 35 lws_adns_q_destroy(lws_adns_q_t *q) in lws_adns_q_destroy() 51 lws_adns_q_t *q = lws_container_of(d, lws_adns_q_t, list); in lws_adns_get_query() local 86 lws_async_dns_complete(lws_adns_q_t *q, lws_adns_cache_t *c) in lws_async_dns_complete() 131 lws_adns_q_t *q = lws_container_of(sul, lws_adns_q_t, sul); in lws_async_dns_sul_cb_retry() local 143 lws_async_dns_writeable(struct lws *wsi, lws_adns_q_t *q) in lws_async_dns_writeable() 313 lws_adns_q_t *q = lws_container_of(d, lws_adns_q_t, in callback_async_dns() local 439 lws_adns_q_t *q = lws_container_of(d, lws_adns_q_t, list); in lws_adns_dump() local 477 lws_adns_q_t *q = lws_container_of(sul, lws_adns_q_t, write_sul); in sul_cb_write() local 570 lws_adns_q_t *q = lws_container_of(d, lws_adns_q_t, list); in cancel() local 599 lws_adns_q_t *q = lws_container_of(d, lws_adns_q_t, list); in check_tid() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 101 query_mem64(struct iris_query *q, uint32_t offset) in query_mem64() 115 iris_is_query_pipelined(struct iris_query *q) in iris_is_query_pipelined() 132 mark_available(struct iris_context *ice, struct iris_query *q) in mark_available() 155 struct iris_query *q, in iris_pipelined_write() 170 write_value(struct iris_context *ice, struct iris_query *q, unsigned offset) in write_value() 246 write_overflow_values(struct iris_context *ice, struct iris_query *q, bool end) in write_overflow_values() 290 struct iris_query *q) in calculate_result_on_cpu() 341 struct iris_query *q, in calc_overflow_for_stream() 357 calc_overflow_any_stream(struct mi_builder *b, struct iris_query *q) in calc_overflow_any_stream() 390 struct iris_query *q) in calculate_result_on_gpu() [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query_sw.c | 37 etna_sw_destroy_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_destroy_query() 60 etna_sw_begin_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_begin_query() 68 etna_sw_end_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_end_query() 76 etna_sw_get_query_result(struct etna_context *ctx, struct etna_query *q, in etna_sw_get_query_result() 97 struct etna_query *q; in etna_sw_create_query() local
|
D | etnaviv_query_acc.c | 49 etna_acc_destroy_query(struct etna_context *ctx, struct etna_query *q) in etna_acc_destroy_query() 82 etna_acc_begin_query(struct etna_context *ctx, struct etna_query *q) in etna_acc_begin_query() 99 etna_acc_end_query(struct etna_context *ctx, struct etna_query *q) in etna_acc_end_query() 112 etna_acc_get_query_result(struct etna_context *ctx, struct etna_query *q, in etna_acc_get_query_result() 169 struct etna_query *q; in etna_acc_create_query() local
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | path-reservations.js | 83 const q = queues.get(path) constant 98 const q = queues.get(dir) constant 134 const q = queues.get(path) constant 142 const q = queues.get(dir) constant
|