/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 106 static struct tst_ts *rq; variable 123 rq->type = variants[tst_variant].ts_type; in setup() 137 rm->type = rq->type; in do_test() 151 tst_ts_set_sec(rq, tc->tv_sec); in do_test() 152 tst_ts_set_nsec(rq, tc->tv_nsec); in do_test() 157 request = tst_ts_get(rq); in do_test() 191 long long expect_ms = tst_ts_to_ms(*rq); in do_test() 228 {&rq, .size = sizeof(*rq)},
|
/third_party/glslang/Test/baseResults/ |
D | rayQuery-global.rgen.out | 18 Name 9 "rq" 20 Name 12 "rq" 61 9(rq): 7(ptr) FunctionParameter 63 16: 15(bool) RayQueryProceedKHR 9(rq) 68 12(rq): 7(ptr) FunctionParameter 70 19: 15(bool) RayQueryProceedKHR 12(rq) 72 21: 2 FunctionCall 10(otherWrapper(rq1;) 12(rq)
|
D | spv.intrinsicsSpirvType.rgen.out | 17 Name 8 "rq" 38 8(rq): 7(ptr) Variable Function 40 RayQueryInitializeKHR 8(rq) 12 14 14 18 17 20 19 41 RayQueryTerminateKHR 8(rq)
|
D | spv.ext.RayQueryDecl.frag.out | 22 Name 14 "rq" 34 14(rq): 13(ptr) Variable Private
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedsend/ |
D | mq_timedsend01.c | 90 .rq = &ts, 100 .rq = &ts, 110 .rq = &ts, 118 .rq = &ts, 129 .rq = &ts, 176 pid = set_sig(tc->rq, tv->clock_gettime); in do_test() 179 set_timeout(tc->rq, tv->clock_gettime); in do_test() 197 abs_timeout = tst_ts_get(tc->rq); in do_test() 218 TEST(tv->mqt_receive(*tc->fd, rmsg, len, &prio, tst_ts_get(tc->rq))); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
D | mq_timedreceive01.c | 89 .rq = &ts, 98 .rq = &ts, 107 .rq = &ts, 116 .rq = &ts, 123 .rq = &ts, 163 pid = set_sig(tc->rq, tv->clock_gettime); in do_test() 166 set_timeout(tc->rq, tv->clock_gettime); in do_test() 181 abs_timeout = tst_ts_get(tc->rq); in do_test()
|
/third_party/glslang/Test/ |
D | rayQuery-global.rgen | 9 void otherWrapper(rayQueryEXT rq) { 10 rayQueryProceedEXT(rq); 14 void wrapper(rayQueryEXT rq) { 16 rayQueryProceedEXT(rq); 18 otherWrapper(rq);
|
D | spv.intrinsicsSpirvType.rgen | 18 rayQueryEXT rq; 20 rayQueryInitializeEXT(rq, as, 0, 0, vec3(0.0), 0.0, vec3(1.0), 1.0); 21 rayQueryTerminateEXT(rq);
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 81 struct request *rq; in send_request() local 82 rq = blk_make_request(q, bio, GFP_KERNEL); in send_request() 83 if (!rq) { in send_request() 88 if ((!inter->cmd_len) || (inter->cmd_len > rq->cmd_len)) { in send_request() 93 rq->cmd_len = inter->cmd_len; in send_request() 95 if (copy_from_user(rq->cmd, inter->cmd, inter->cmd_len)) in send_request() 98 if (*(rq->cmd + rq->cmd_len - 1)) { in send_request() 103 rq->__sector = bio->bi_sector; in send_request() 105 if (blk_execute_rq(q, bdev->bd_disk, rq, 0)) in send_request() 108 blk_put_request(rq); in send_request() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mq_open/ |
D | mq_open01.c | 34 struct mq_attr *rq; member 55 .rq = &(struct mq_attr){.mq_maxmsg = 20, .mq_msgsize = 16384}, 231 TEST(fd = mq_open(qname, tc->oflag, S_IRWXU, tc->rq)); in do_test() 233 if (fd > 0 && tc->rq) { in do_test() 239 if (oldattr.mq_maxmsg != tc->rq->mq_maxmsg in do_test() 240 || oldattr.mq_msgsize != tc->rq->mq_msgsize) { in do_test() 244 tc->rq->mq_maxmsg, oldattr.mq_maxmsg, tc->rq->mq_msgsize, in do_test()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_overlay.asm | 39 mov rq, wq 40 and rq, mmsize/2 - 1 43 sub wq, rq 72 mov rq, wq 73 and rq, mmsize/2 - 1 76 sub wq, rq 112 mov rq, wq 113 and rq, mmsize/2 - 1 116 sub wq, rq
|
D | af_anlmdn.asm | 41 mov rq, lenq 42 and rq, mmsize - 1 46 sub lenq, rq 64 cmp rq, 0 66 add lenq, rq
|
D | vf_hflip.asm | 42 mov rq, wq 43 and rq, 2 * mmsize - 1 46 sub wq, rq 66 cmp rq, 0 68 add wq, rq
|
D | vf_convolution.asm | 84 mov rq, widthq 85 and rq, mmsize/4-1 86 sub widthq, rq 114 add widthq, rq
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_ray_query.txt | 93 rayQueryEXT rq; 95 rayQueryInitializeEXT(rq, accStruct, gl_RayFlagsNoneEXT, 0, origin, tMin, direction, tMax); 97 while(rayQueryProceedEXT(rq)) { 98 if (rayQueryGetIntersectionTypeEXT(rq, false) == gl_RayQueryCandidateIntersectionTriangleEXT) { 100 rayQueryConfirmIntersectionEXT(rq); 104 if (rayQueryGetIntersectionTypeEXT(rq, true) == gl_RayQueryCommittedIntersectionNoneEXT) {
|
D | VK_KHR_ray_query.adoc | 97 rayQueryEXT rq; 99 rayQueryInitializeEXT(rq, accStruct, gl_RayFlagsTerminateOnFirstHitEXT, cullMask, origin, tMin, dir… 102 rayQueryProceedEXT(rq); 104 if (rayQueryGetIntersectionTypeEXT(rq, true) == gl_RayQueryCommittedIntersectionNoneEXT) {
|
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 85 const TQualifier& rq = r.symbol->getQualifier(); in operator() local 92 int rPoints = (rq.hasBinding() ? 2 : 0) + (rq.hasSet() ? 1 : 0); in operator() 110 const TQualifier& rq = r.symbol->getQualifier(); in operator() local 117 int rPoints = (rq.hasBinding() ? 2 : 0) + (rq.hasSet() ? 1 : 0); in operator()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_ray_queries.c | 82 struct brw_ray_query *rq = rzalloc(state->queries, struct brw_ray_query); in maybe_create_brw_var() local 83 rq->opaque_var = opaque_var; in maybe_create_brw_var() 84 rq->id = state->n_queries; in maybe_create_brw_var() 86 _mesa_hash_table_insert(state->queries, opaque_var, rq); in maybe_create_brw_var() 108 struct brw_ray_query *rq = entry->data; in get_ray_query_shadow_addr() local 115 brw_rt_ray_queries_shadow_stack_size(state->devinfo) * rq->id); in get_ray_query_shadow_addr() 119 SIZEOF_QUERY_STATE * rq->id); in get_ray_query_shadow_addr()
|
/third_party/libwebsockets/cmake/ |
D | LwsCheckRequirements.cmake | 14 set (rq 1) variable 16 set (rq 0) variable 19 set(rq 0) variable 22 if (${_val} EQUAL ${rq})
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | mhchem.js | 1757 var rq; 1760 rq = mhchemParser.go(buffer.rq, 'tex-math'); 1762 rq = [{ 1764 p1: buffer.rq || "" 1767 rq = mhchemParser.go(buffer.rq); 1774 rq: rq property 1839 'rq=': function rq(buffer, m) { 1840 buffer.rq = m; 2954 rq: texify._goInner(buf.rq) property 2959 if (b6.rq) { [all …]
|
D | mhchem.min.js | 1 …rq,"tex-math"):"T"===t.rqt?[{type_:"text",p1:t.rq||""}]:i.go(t.rq),o={type_:"arrow",r:t.r,rd:a,rq:… property
|
D | mhchem.mjs | 126 // buffer.rq == arrow, script below, content 1146 action_: 'rq=', 1646 var rq; variable 1649 rq = mhchemParser.go(buffer.rq, 'tex-math'); 1651 rq = [{ 1653 p1: buffer.rq || "" 1656 rq = mhchemParser.go(buffer.rq); 1663 rq: rq property 1728 'rq=': function rq(buffer, m) { 1729 buffer.rq = m; [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 277 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) in computeNonProjectedTriLod() argument 283 float dwx = (rq.z() - rq.x()) * (float)srcSize.z(); in computeNonProjectedTriLod() 284 float dwy = (rq.y() - rq.x()) * (float)srcSize.z(); in computeNonProjectedTriLod() 653 …beView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferencePara… in sampleTextureCube() argument 667 const tcu::Vec3 triR[2] = { rq.swizzle(0, 1, 2), rq.swizzle(3, 2, 1) }; in sampleTextureCube() 717 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture() local 719 return sampleTextureCube(dst, view, sq, tq, rq, params); in sampleTexture() 722 …ayView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferencePara… in sampleTextureNonProjected() argument 736 tcu::Vec3 triR[2] = { rq.swizzle(0, 1, 2), rq.swizzle(3, 2, 1) }; in sampleTextureNonProjected() 765 tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture() local [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | aacpsdsp.asm | 103 add rq, nq 111 movddup m3, [rq+nq] 116 movhps [rq+nq], m2 141 add rq, nq 149 movddup m3, [rq+nq] 164 movhps [rq+nq], m2
|
/third_party/openssl/apps/ |
D | x509.c | 271 X509_REQ *req = NULL, *rq = NULL; in x509_main() local 861 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL) in x509_main() 865 if (!X509V3_EXT_REQ_add_nconf(extconf, &ext_ctx, extsect, rq)) { in x509_main() 871 if (!do_X509_REQ_sign(rq, privkey, digest, sigopts)) in x509_main() 875 X509_REQ_print_ex(out, rq, get_nameopt(), X509_FLAG_COMPAT); in x509_main() 878 i = PEM_write_bio_X509_REQ(out, rq); in x509_main() 1079 X509_REQ_free(rq); in x509_main()
|