Home
last modified time | relevance | path

Searched +full:- +full:q (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/third_party/lame/test/
DCBRABR.op1 -b 8 -q 0
2 -b 8 -q 1
3 -b 8 -q 2
4 -b 8 -q 3
5 -b 8 -q 4
6 -b 8 -q 5
7 -b 8 -q 6
8 -b 8 -q 7
9 -b 8 -q 8
10 -b 8 -q 9
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp31 structure->print(); in print()
37 array_specifier->print(); in print()
47 subroutine_only.flags.q.subroutine = 1; in has_qualifiers()
48 if (state->has_explicit_uniform_location()) { in has_qualifiers()
49 subroutine_only.flags.q.explicit_index = 1; in has_qualifiers()
51 return (this->qualifier.flags.i & ~subroutine_only.flags.i) != 0; in has_qualifiers()
56 return this->flags.q.smooth in has_interpolation()
57 || this->flags.q.flat in has_interpolation()
58 || this->flags.q.noperspective; in has_interpolation()
64 return this->flags.q.origin_upper_left in has_layout()
[all …]
/third_party/python/Doc/library/
Dpathlib-inheritance.svg1-linecap="square" stroke-miterlimit="10" version="1.1" viewBox="0 0 539.005 319.409"><clipPath id=…
/third_party/rust/crates/minimal-lexical/assets/
Dtimings_timings_posix.svg1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
6 …mlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9 <dc:date>2021-09-04T00:13:21.196328</dc:date>
20 <style type="text/css">*{stroke-linecap:butt;stroke-linejoin:round;}</style>
43 <path clip-path="url(#pffce4df39a)" d="M 57.6 307.584
45 " style="fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.8;"/>
51 " id="mb2a27af6ad" style="stroke:#555555;stroke-width:0.8;"/>
54 …<use style="fill:#555555;stroke:#555555;stroke-width:0.8;" x="57.6" xlink:href="#mb2a27af6ad" y="3…
58 <!-- 0.0 -->
[all …]
/third_party/icu/docs/userguide/assets/
Dfeatures_locales.svg1 <!--
4 -->
5-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://…
/third_party/libinput/doc/user/svg/
Dptraccel-custom.svg1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
6 … xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9 <dc:date>2023-08-16T19:10:50.848529</dc:date>
20 <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
46 " style="stroke: #000000; stroke-width: 0.8"/>
49 …<use xlink:href="#m909db5c39c" x="62.817898" y="284.4" style="stroke: #000000; stroke-width: 0.8"/>
53 <!-- 0 -->
54 <g transform="translate(59.636648 298.998438) scale(0.1 -0.1)">
56 <path id="DejaVuSans-30" d="M 2034 4250
[all …]
/third_party/ffmpeg/libavcodec/
Dqsvenc.c21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
175 static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q, in dump_video_param() argument
178 mfxInfoMFX *info = &q->param.mfx; in dump_video_param()
186 if (q->co2_idx > 0) in dump_video_param()
187 co2 = (mfxExtCodingOption2*)coding_opts[q->co2_idx]; in dump_video_param()
189 if (q->co3_idx > 0) in dump_video_param()
190 co3 = (mfxExtCodingOption3*)coding_opts[q->co3_idx]; in dump_video_param()
192 if (q->exthevctiles_idx > 0) in dump_video_param()
193 exthevctiles = (mfxExtHEVCTiles *)coding_opts[q->exthevctiles_idx]; in dump_video_param()
196 print_profile(avctx->codec_id, info->CodecProfile), info->CodecLevel); in dump_video_param()
[all …]
Dcook.c20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
113 void (*scalar_dequant)(struct cook *q, int index, int quant_index,
117 void (*decouple)(struct cook *q,
124 void (*imlt_window)(struct cook *q, float *buffer1,
127 void (*interpolate)(struct cook *q, float *buffer,
130 void (*saturate_output)(struct cook *q, float *out);
175 /* fast way of computing 2^i and 2^(0.5*i) for -63 <= i < 64 */ in init_pow2table()
178 float exp2_val = powf(2, -63); in init_pow2table()
179 float root_val = powf(2, -32); in init_pow2table()
180 for (i = -63; i < 64; i++) { in init_pow2table()
[all …]
Ddvbsubenc.c19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 bitcnt -= 2;\
36 *q++ = bitbuf;\
45 uint8_t *q, *line_begin; in dvb_encode_rle2() local
50 q = *pq; in dvb_encode_rle2()
56 line_begin = q; in dvb_encode_rle2()
57 *q++ = 0x10; in dvb_encode_rle2()
67 len = x1 - x; in dvb_encode_rle2()
73 v = len - 3; in dvb_encode_rle2()
79 v = len - 12; in dvb_encode_rle2()
[all …]
Dqcelpdec.c19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
46 I_F_Q = -1, /**< insufficient frame quality */
84 * TIA/EIA/IS-733 2.4.9
88 QCELPContext *q = avctx->priv_data; in qcelp_decode_init() local
91 av_channel_layout_uninit(&avctx->ch_layout); in qcelp_decode_init()
92 avctx->ch_layout = (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO; in qcelp_decode_init()
93 avctx->sample_fmt = AV_SAMPLE_FMT_FLT; in qcelp_decode_init()
96 q->prev_lspf[i] = (i + 1) / 11.0; in qcelp_decode_init()
105 * @param q the context
108 * @return 0 on success, -1 if the packet is badly received
[all …]
/third_party/pulseaudio/src/pulsecore/
Dthread-mq.c31 #include <pulse/mainloop-api.h>
33 #include "thread-mq.h"
38 pa_thread_mq *q = userdata; in asyncmsgq_read_cb() local
43 if (pa_asyncmsgq_read_fd(q->outq) == fd) in asyncmsgq_read_cb()
44 pa_asyncmsgq_ref(aq = q->outq); in asyncmsgq_read_cb()
45 else if (pa_asyncmsgq_read_fd(q->inq) == fd) in asyncmsgq_read_cb()
46 pa_asyncmsgq_ref(aq = q->inq); in asyncmsgq_read_cb()
65 api->quit(api, 0); in asyncmsgq_read_cb()
81 pa_thread_mq *q = userdata; in asyncmsgq_write_inq_cb() local
83 pa_assert(pa_asyncmsgq_write_fd(q->inq) == fd); in asyncmsgq_write_inq_cb()
[all …]
/third_party/skia/site/docs/dev/design/conical/
Dlemma3.2.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 51.0302734375 232.359375 50.6396484375 233.109375 Q 50.2646484375 233.859375 50.2646484375 235.3…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dlemma3.1.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 51.0302734375 232.359375 50.6396484375 233.109375 Q 50.2646484375 233.859375 50.2646484375 235.3…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dlemma4.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 64.421875 205.359375 64.03125 206.109375 Q 63.65625 206.859375 63.65625 208.359375 Q 63.65625 20…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dcorollary2.3.1.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 68.421875 149.359375 68.03125 150.109375 Q 67.65625 150.859375 67.65625 152.359375 Q 67.65625 15…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dcorollary2.3.3.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 68.421875 149.359375 68.03125 150.109375 Q 67.65625 150.859375 67.65625 152.359375 Q 67.65625 15…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dcorollary2.3.2.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
25Q 68.421875 149.359375 68.03125 150.109375 Q 67.65625 150.859375 67.65625 152.359375 Q 67.65625 15…
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
[all …]
Dlemma1.svg8 xmlns:ev="http://www.w3.org/2001/xml-events"
17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi…
19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff">
21 </g> <!-- drawing style -->
22 </g> <!-- transform -->
24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000">
26 </g> <!-- drawing style -->
27 </g> <!-- transform -->
29 <g stroke-linecap="butt" fill="none" stroke-opacity="1" stroke="#000000">
31 </g> <!-- drawing style -->
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Dqueue.c18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
43 entry->value = val; in create_entry()
49 Queue *q = av_malloc(sizeof(*q)); in ff_queue_create() local
50 if (!q) in ff_queue_create()
53 q->head = create_entry(q); in ff_queue_create()
54 q->tail = create_entry(q); in ff_queue_create()
56 if (!q->head || !q->tail) { in ff_queue_create()
57 av_freep(&q->head); in ff_queue_create()
58 av_freep(&q->tail); in ff_queue_create()
59 av_freep(&q); in ff_queue_create()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c101 query_mem64(struct iris_query *q, uint32_t offset) in query_mem64() argument
104 .bo = iris_resource_bo(q->query_state_ref.res), in query_mem64()
105 .offset = q->query_state_ref.offset + offset, in query_mem64()
115 iris_is_query_pipelined(struct iris_query *q) in iris_is_query_pipelined() argument
117 switch (q->type) { in iris_is_query_pipelined()
132 mark_available(struct iris_context *ice, struct iris_query *q) in mark_available() argument
134 struct iris_batch *batch = &ice->batches[q->batch_idx]; in mark_available()
137 struct iris_bo *bo = iris_resource_bo(q->query_state_ref.res); in mark_available()
138 offset += q->query_state_ref.offset; in mark_available()
140 if (!iris_is_query_pipelined(q)) { in mark_available()
[all …]
/third_party/lwip/test/unit/arch/
Dsys_arch.c96 /* semaphores are 1-based because RAM is initialized as 0, which would be valid */
115 ret--; in sys_arch_sem_wait()
133 (*sem)--; in sys_arch_sem_wait()
191 (*mutex)--; in sys_mutex_unlock()
217 mbox->head = mbox->tail = 0; in sys_mbox_new()
218 mbox->sem = mbox; /* just point to something for sys_mbox_valid() */ in sys_mbox_new()
219 mbox->q_mem = (void**)malloc(sizeof(void*)*mboxsize); in sys_mbox_new()
220 mbox->size = mboxsize; in sys_mbox_new()
221 mbox->used = 0; in sys_mbox_new()
223 memset(mbox->q_mem, 0, sizeof(void*)*mboxsize); in sys_mbox_new()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c124 query_mem64(struct crocus_query *q, uint32_t offset) in query_mem64() argument
126 return mi_mem64(rw_bo(crocus_resource_bo(q->query_state_ref.res), in query_mem64()
127 q->query_state_ref.offset + offset)); in query_mem64()
135 crocus_is_query_pipelined(struct crocus_query *q) in crocus_is_query_pipelined() argument
137 switch (q->type) { in crocus_is_query_pipelined()
152 mark_available(struct crocus_context *ice, struct crocus_query *q) in mark_available() argument
155 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in mark_available()
156 struct crocus_screen *screen = batch->screen; in mark_available()
159 struct crocus_bo *bo = crocus_resource_bo(q->query_state_ref.res); in mark_available()
160 offset += q->query_state_ref.offset; in mark_available()
[all …]
/third_party/curl/lib/
Dbufq.c21 * SPDX-License-Identifier: curl
35 return chunk->r_offset >= chunk->w_offset; in chunk_is_empty()
40 return chunk->w_offset >= chunk->dlen; in chunk_is_full()
45 return chunk->w_offset - chunk->r_offset; in chunk_len()
50 return chunk->dlen - chunk->w_offset; in chunk_space()
55 chunk->next = NULL; in chunk_reset()
56 chunk->r_offset = chunk->w_offset = 0; in chunk_reset()
62 unsigned char *p = &chunk->x.data[chunk->w_offset]; in chunk_append()
63 size_t n = chunk->dlen - chunk->w_offset; in chunk_append()
64 DEBUGASSERT(chunk->dlen >= chunk->w_offset); in chunk_append()
[all …]
/third_party/selinux/checkpolicy/
Dqueue.c7 * Implementation of the double-ended queue type.
15 queue_t q; in queue_create() local
17 q = (queue_t) malloc(sizeof(struct queue_info)); in queue_create()
18 if (q == NULL) in queue_create()
21 q->head = q->tail = NULL; in queue_create()
23 return q; in queue_create()
26 int queue_insert(queue_t q, queue_element_t e) in queue_insert() argument
30 if (!q) in queue_insert()
31 return -1; in queue_insert()
35 return -1; in queue_insert()
[all …]
/third_party/libuv/src/
Dqueue.h22 ((type*) ((char*) (pointer) - offsetof(type, field)))
24 #define uv__queue_foreach(q, h) \ argument
25 for ((q) = (h)->next; (q) != (h); (q) = (q)->next)
27 static inline void uv__queue_init(struct uv__queue* q) { in uv__queue_init() argument
28 q->next = q; in uv__queue_init()
29 q->prev = q; in uv__queue_init()
32 static inline int uv__queue_empty(const struct uv__queue* q) { in uv__queue_empty() argument
33 return q == q->next || q != q->next->prev; in uv__queue_empty()
36 static inline struct uv__queue* uv__queue_head(const struct uv__queue* q) { in uv__queue_head() argument
37 return q->next; in uv__queue_head()
[all …]

12345678910>>...45