/third_party/boost/libs/local_function/test/ |
D | return_assign_seq.cpp | 20 } BOOST_LOCAL_FUNCTION_NAME(lin) in linear() 22 boost::function<int (int, int)> f = lin; in linear() 25 call1(lin); in linear() 26 call0(lin); in linear() 28 return lin; in linear()
|
D | return_assign.cpp | 26 } BOOST_LOCAL_FUNCTION_NAME(lin) in linear() 28 boost::function<int (int, int)> f = lin; // Assign to local variable. in linear() 31 call1(lin); // Pass to other functions. in linear() 32 call0(lin); in linear() 34 return lin; // Return. in linear()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.h | 199 void setData (cv::Mat img, int lin, int col, uchar valor) in setData() argument 201 ((uchar *) (img.data + img.step[0] * lin))[col] = valor; in setData() 204 uchar getData (cv::Mat img, int lin, int col) in getData() argument 206 return ((uchar *) (img.data + img.step[0] * lin))[col]; in getData() 211 int lin, col; in getIsNonZero() local 213 for (lin = 0; lin < img.size().height; lin++) in getIsNonZero() 215 if ((((uchar *) (img.data + img.step[0] * lin))[col]) > 0) in getIsNonZero()
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-collatz-push-constant-with-nested-min-max/ |
D | 0.wgsl | 37 var lin : vec2<f32>; 43 lin = (vec2<f32>(x_63.x, x_63.y) / x_66); 44 let x_68 : vec2<f32> = lin; 45 lin = floor((x_68 * 8.0)); 46 let x_72 : f32 = lin.x; 47 let x_76 : f32 = lin.y;
|
D | 0.spvasm | 11 OpName %lin "lin" 80 %lin = OpVariable %_ptr_Function_v2float Function 89 OpStore %lin %67 90 %68 = OpLoad %v2float %lin 93 OpStore %lin %70 94 %71 = OpAccessChain %_ptr_Function_float %lin %uint_0 98 %75 = OpAccessChain %_ptr_Function_float %lin %uint_1
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | glmark2Benchmark.cpp | 223 std::istringstream lin(line); in parseOutput() local 226 lin >> testName >> testConfig; in parseOutput() 227 EXPECT_TRUE(lin); in parseOutput() 233 lin >> fpsTag >> fps >> frametimeTag >> frametime; in parseOutput() 237 if (!lin) in parseOutput()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | glmark2Benchmark.cpp | 231 std::istringstream lin(line); in parseOutput() local 234 lin >> testName >> testConfig; in parseOutput() 235 EXPECT_TRUE(lin); in parseOutput() 241 lin >> fpsTag >> fps >> frametimeTag >> frametime; in parseOutput() 245 if (!lin) in parseOutput()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 470 guint offs, lin; in gst_rtp_vraw_pay_handle_buffer() local 474 lin = ((headers[2] & 0x7f) << 8) | headers[3]; in gst_rtp_vraw_pay_handle_buffer() 481 "writing length %u, line %u, offset %u, cont %d", length, lin, offs, in gst_rtp_vraw_pay_handle_buffer() 492 memcpy (outdata, p0 + (lin * ystride) + (offs * pgroup), length); in gst_rtp_vraw_pay_handle_buffer() 500 datap = p0 + (lin * ystride) + (offs * 4); in gst_rtp_vraw_pay_handle_buffer() 516 yd1p = yp + (lin * ystride) + (offs); in gst_rtp_vraw_pay_handle_buffer() 518 uvoff = (lin / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_pay_handle_buffer() 538 ydp = yp + (lin * ystride) + offs; in gst_rtp_vraw_pay_handle_buffer() 539 uvoff = (lin / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_pay_handle_buffer()
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-declare-bvec4/ |
D | 0-opt.wgsl | 89 var lin : vec2<f32>; 93 lin = (vec2<f32>(x_102.x, x_102.y) / x_105); 94 let x_107 : vec2<f32> = lin; 95 lin = floor((x_107 * 32.0)); 96 let x_110 : vec2<f32> = lin;
|
D | 1.wgsl | 90 var lin : vec2<f32>; 94 lin = (vec2<f32>(x_105.x, x_105.y) / x_108); 95 let x_110 : vec2<f32> = lin; 96 lin = floor((x_110 * 32.0)); 97 let x_113 : vec2<f32> = lin;
|
D | 0-opt.spvasm | 21 OpName %lin "lin" 121 %lin = OpVariable %_ptr_Function_v2float Function 128 OpStore %lin %106 129 %107 = OpLoad %v2float %lin 132 OpStore %lin %109 133 %110 = OpLoad %v2float %lin
|
D | 1.spvasm | 21 OpName %lin "lin" 124 %lin = OpVariable %_ptr_Function_v2float Function 131 OpStore %lin %109 132 %110 = OpLoad %v2float %lin 135 OpStore %lin %112 136 %113 = OpLoad %v2float %lin
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-rects-vec4-clamp-conditional-min-mix/ |
D | 1.wgsl | 102 var lin : vec2<f32>; 106 lin = (vec2<f32>(x_98.x, x_98.y) / x_101); 107 let x_103 : vec2<f32> = lin; 108 lin = floor((x_103 * 32.0)); 109 let x_106 : vec2<f32> = lin;
|
D | 1.spvasm | 22 OpName %lin "lin" 115 %lin = OpVariable %_ptr_Function_v2float Function 122 OpStore %lin %102 123 %103 = OpLoad %v2float %lin 126 OpStore %lin %105 127 %106 = OpLoad %v2float %lin
|
/third_party/uboot/u-boot-2020.01/board/rockchip/evb_rk3036/ |
D | MAINTAINERS | 2 M: huang lin <hl@rock-chips.com>
|
/third_party/uboot/u-boot-2020.01/board/rockchip/kylin_rk3036/ |
D | MAINTAINERS | 2 M: huang lin <hl@rock-chips.com>
|
/third_party/skia/modules/particles/src/ |
D | SkParticleBinding.cpp | 33 LinearizedPath lin; in linearize_path() local 40 lin.push_back({pos, {tan.fY, -tan.fX}}); in linearize_path() 43 return lin; in linearize_path()
|
/third_party/icu/icu4c/source/data/curr/ |
D | ewo.txt | 187 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe (1977–2017)", 191 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe",
|
D | pcm.txt | 283 "Kẹ́nyá Shílin", 503 "Sọmáliá Shílin", 559 "Tanzániá Shílin", 567 "Yugándá Shílin", 1006 one{"Kẹ́nyá shílin"} 1226 one{"Sọmáliá shílin"} 1282 one{"Tanzániá shílin"} 1290 one{"Yugándá shílin"}
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | ewo.txt | 188 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe (1977–2017)", 192 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe",
|
D | pcm.txt | 284 "Kẹ́nyá Shílin", 504 "Sọmáliá Shílin", 560 "Tanzániá Shílin", 568 "Yugándá Shílin", 1007 one{"Kẹ́nyá shílin"} 1227 one{"Sọmáliá shílin"} 1283 one{"Tanzániá shílin"} 1291 one{"Yugándá shílin"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | ewo.txt | 187 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe (1977–2017)", 191 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe",
|
/third_party/ffmpeg/libavformat/ |
D | libsrt.c | 353 struct linger lin; in libsrt_set_options_pre() local 354 lin.l_linger = s->linger; in libsrt_set_options_pre() 355 lin.l_onoff = lin.l_linger > 0 ? 1 : 0; in libsrt_set_options_pre() 356 if (libsrt_setsockopt(h, fd, SRTO_LINGER, "SRTO_LINGER", &lin, sizeof(lin)) < 0) in libsrt_set_options_pre()
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowCaching.js | 4 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) { argument 72 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) {
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowCaching.ts | 5 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) {
|