/external/u-boot/arch/arm/dts/ |
D | meson-gx.dtsi | 127 compatible = "amlogic,meson-gx-sm", "amlogic,meson-gxbb-sm"; 132 compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse"; 195 compatible = "amlogic,meson-gx-reset", "amlogic,meson-gxbb-reset"; 201 compatible = "amlogic,meson-gx-uart"; 208 compatible = "amlogic,meson-gx-uart"; 215 compatible = "amlogic,meson-gx-i2c", "amlogic,meson-gxbb-i2c"; 224 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; 231 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; 246 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; 253 compatible = "amlogic,meson-gx-uart"; [all …]
|
D | meson-gxbb.dtsi | 6 #include "meson-gx.dtsi" 282 compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc"; 299 compatible = "amlogic,meson-gxbb-dw-hdmi", "amlogic,meson-gx-dw-hdmi"; 772 compatible = "amlogic,meson-gxbb-vpu", "amlogic,meson-gx-vpu";
|
D | meson-gxl.dtsi | 7 #include "meson-gx.dtsi" 249 compatible = "amlogic,meson-gxl-aoclkc", "amlogic,meson-gx-aoclkc"; 259 compatible = "amlogic,meson-gxl-dw-hdmi", "amlogic,meson-gx-dw-hdmi"; 781 compatible = "amlogic,meson-gxl-vpu", "amlogic,meson-gx-vpu";
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.fish | 7 set -gx PATH $_OLD_VIRTUAL_PATH 11 set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME 32 set -gx VIRTUAL_ENV "__VENV_DIR__" 34 set -gx _OLD_VIRTUAL_PATH $PATH 35 set -gx PATH "$VIRTUAL_ENV/__VENV_BIN_NAME__" $PATH 39 set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME 74 set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
|
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 256 unsigned gx; \ 258 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 260 col_sums_gx2[(_col)] = gx * (double)gx; \ 262 col_sums_gxgy[(_col)] = gx * (double)gy; \ 267 unsigned gx; \ 269 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 271 col_sums_gx2[(_col)] += gx * (double)gx; \ 273 col_sums_gxgy[(_col)] += gx * (double)gy; \ 278 unsigned gx; \ 280 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 257 unsigned gx; \ 259 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 261 col_sums_gx2[(_col)] = gx * (double)gx; \ 263 col_sums_gxgy[(_col)] = gx * (double)gy; \ 268 unsigned gx; \ 270 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 272 col_sums_gx2[(_col)] += gx * (double)gx; \ 274 col_sums_gxgy[(_col)] += gx * (double)gy; \ 279 unsigned gx; \ 281 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | make_p256-x86_64-tests.go | 175 gx, gy := p256.Params().Gx, p256.Params().Gy 177 printTestCase(gx, gy, affine, zero, zero, affine) 180 printTestCase(gx, gy, affine, zero, zero, jacobian) 184 printTestCase(gx, gy, affine, gx, minusGy, affine)
|
D | ec_test.cc | 244 bssl::UniquePtr<BIGNUM> gx(BN_bin2bn(kX, sizeof(kX), nullptr)); in TEST() local 245 ASSERT_TRUE(gx); in TEST() 257 group.get(), generator.get(), gx.get(), gy.get(), ctx.get())); in TEST() 291 group2.get(), generator2.get(), gx.get(), gy.get(), ctx.get())); in TEST() 317 ASSERT_TRUE(bn_resize_words(gx.get(), 32)); in TEST() 327 group4.get(), generator4.get(), gx.get(), gy.get(), ctx.get())); in TEST()
|
/external/skia/tests/ |
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
/external/skqp/tests/ |
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
/external/clang/test/Index/ |
D | index-refs.cpp | 3 extern int gx; 11 NS::MyInt NS::gx = EnumVal; member in NS
|
D | index-suppress-refs.m | 7 MyInt gx; 29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
|
/external/libxcam/cl_kernel/ |
D | kernel_rgb_pipe.cl | 37 __inline void cl_tnr (float4 *out, int gx, int gy, __read_only image2d_t inputFrame1, __read_only i… 46 in1 = read_imagef(inputFrame1, sampler, (int2)(gx, gy)); 47 in2 = read_imagef(inputFrame2, sampler, (int2)(gx, gy)); 48 in3 = read_imagef(inputFrame3, sampler, (int2)(gx, gy));
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 207 gx = new char[4]; in vt320() 769 char gx[]; field in vt320 1821 switch (gx[thisgl]) { in putChar() 1847 debug("Unsupported GL mapping: " + gx[thisgl]); in putChar() 1852 switch (gx[gr]) { in putChar() 1865 debug("Unsupported GR mapping: " + gx[gr]); in putChar() 2089 Sgx[i] = gx[i]; in putChar() 2102 gx[i] = Sgx[i]; in putChar() 2186 gx[0] = c; in putChar() 2197 gx[1] = c; in putChar() [all …]
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EcdhTest.java | 435 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector 448 BigInteger gx, in EcPublicKeyTestVector() argument 459 this.gx = gx; in EcPublicKeyTestVector() 474 ECPoint g = new ECPoint(gx, gy); in getSpec()
|
/external/tensorflow/tensorflow/python/ops/ |
D | clip_ops.py | 106 gx = array_ops.reshape(math_ops.reduce_sum(xgrad, rx), sx) 109 return (gx, gy, gz)
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=��������6gx�^y��a��0���w2��l�…
|
D | 31aa0aa094723dfc41a1d09a6589663d.0000329e.honggfuzz.cov | 9 …�_��\�l�F��5u���% ��g\w;G�bl���� �ڡ��mr������F?�Aՠ��"����Am����\Dgx]�'q:h��@��ؕ�u�r���…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=��������6gx�^y��a��0���w2��l�…
|
D | 31aa0aa094723dfc41a1d09a6589663d.0000329e.honggfuzz.cov | 9 …�_��\�l�F��5u���% ��g\w;G�bl���� �ڡ��mr������F?�Aՠ��"����Am����\Dgx]�'q:h��@��ؕ�u�r���…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|
/external/llvm/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|