Home
last modified time | relevance | path

Searched +full:is +full:- +full:wsl (Results 1 – 25 of 62) sorted by relevance

123

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/
DREADME.md1 MS-IoT fTPM
3 ## Trusted firmware for Windows based AArch32 (32-bit) ARM SoC's
4 Please see the [build-firmware document](https://github.com/ms-iot/imx-iotcore/blob/develop/Documen…
10 Platform specific code is copied and modified locally in [`optee_ta/fTPM/platform`](./optee_ta/fTPM…
14 ---
18 The secure firmware utilizes the OP-TEE implementation of the Global Platform specifications. The O…
19 not duplicated in this repository but is obtained directly from the public release. The build of OP
20 …build, however the following installation steps allow OP-TEE to be built under Windows using WSL. …
21 repository is relevant for trusted firmware use - the optee_client & optee_linuxdriver repositories…
23 is GPL.
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
17 /* ---- includes ----------------------------------------------------------- */
23 /* ------------------------------------------------------------------------- */
27 /* ---- \ghd{ auxiliary functions } ---------------------------------------- */
31 /* ------------------------------------------------------------------------- */
43 uint32 proL = ptrA->maxRadiusE; in bbf_LocalScanner_alloc()
47 uint32 woL = ptrA->maxImageWidthE; in bbf_LocalScanner_alloc()
48 uint32 hoL = ptrA->maxImageHeightE; in bbf_LocalScanner_alloc()
50 if( ptrA->minScaleExpE > 0 ) in bbf_LocalScanner_alloc()
[all …]
DScanner.c8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
17 /* ---- includes ----------------------------------------------------------- */
23 /* ------------------------------------------------------------------------- */
27 /* ---- \ghd{ auxiliary functions } ---------------------------------------- */
31 /* ------------------------------------------------------------------------- */
41 /* ------------------------------------------------------------------------- */
55 uint32 proL = ptrA->maxRadiusE; in bbf_Scanner_alloc()
59 uint32 woL = ptrA->maxImageWidthE; in bbf_Scanner_alloc()
60 uint32 hoL = ptrA->maxImageHeightE; in bbf_Scanner_alloc()
[all …]
/external/mesa3d/src/freedreno/decode/
Dmeson.build3 # Permission is hereby granted, free of charge, to any person obtaining a copy
7 # copies of the Software, and to permit persons to whom the Software is
13 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74 if not (kmd in ['kgsl', 'msm', 'wsl'])
83 replay_name = 'replay-' + kmd
89 replay_flags += '-DFD_REPLAY_KGSL'
91 replay_flags += '-DFD_REPLAY_MSM'
93 elif kmd == 'wsl'
94 replay_flags += '-DFD_REPLAY_WSL'
178 ['fd-clouds', ['--frame', '0', '--once']],
[all …]
Dreplay.c3 * SPDX-License-Identifier: MIT
25 #include "drm-uapi/msm_drm.h"
28 #include "drm-uapi/d3dkmthk.h"
49 * - /sys/kernel/debug/dri/0/rd
50 * - /sys/kernel/debug/dri/0/hangrd
52 * - echo 1 > /sys/module/msm/parameters/rd_full
56 * pre-allocate a single buffer and hope it always allocated starting
62 * Code from Freedreno/Turnip is not re-used here since the relevant
66 * For how-to see freedreno.rst
80 /* clang-format off */ in print_usage()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp39 // 22.00 : WSL replacement for backslash in ReplaceIncorrectChars()
47 // (wchar_t)(0xf000 + c) // 21.02 debug: WSL encoding for unsupported characters in ReplaceIncorrectChars()
74 wchar_t c = s[i - 1]; in ReplaceIncorrectChars()
77 i--; in ReplaceIncorrectChars()
92 /* WinXP-64 doesn't support ':', '\\' and '/' symbols in name of alt stream.
93 But colon in postfix ":$DATA" is allowed.
102 len -= kPostfixSize; in Correct_AltStream_Name()
233 UString &ds = parts[i - 1]; in Correct_FsPath()
255 if (isDir || i != parts.Size() - 1) in Correct_FsPath()
DEnumDirItems.cpp46 FChar c = p[-1]; in FindFile_KeepDots()
51 p--; in FindFile_KeepDots()
54 c = p[-1]; in FindFile_KeepDots()
102 return Callback->ScanError(path, errorCode); in AddError()
111 static const unsigned kScanProgressStepMask = (1 << 12) - 1;
116 return Callback->ScanProgress(Stat, dirPath, true); in ScanProgress()
131 p -= name.Len(); in GetPrefixesPath()
137 p -= s.Len(); in GetPrefixesPath()
204 secureIndex = -1; in AddSecurityItem()
361 int secureIndex = -1; in EnumerateDir()
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/openthread/tools/harness-simulation/
DREADME.md3 …face) is an implementation of the Python abstract class template `IThci`, which is used by the Thr…
5 SI (Sniffer Interface) is an implementation of the sniffer abstract class template `ISniffer`, whic…
7is a non-POSIX environment. So two systems are needed, and their setup procedures in detail are li…
13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
15- Edit the value of `ot_path` to the absolute path where the top directory of the OpenThread repos…
16- For each entry in `ot_build.ot`, update the value of `number` to be the number of OT FTD simulat…
17- For each entry in `ot_build.otbr`, update the value of `number` to be the number of OTBR simulat…
18 - The numbers above can be adjusted according to the requirement of test cases.
19- Edit the value of `ssh.username` to the username to be used for connecting to the remote POSIX e…
20 - Edit the value of `ssh.password` to the password corresponding to the username above.
[all …]
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_common.h4 * Permission is hereby granted, free of charge, to any person obtaining a
9 * Software is furnished to do so, subject to the following conditions:
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 #include <wsl/winadapter.h>
59 return heap->GetCPUDescriptorHandleForHeapStart(); in GetCPUDescriptorHandleForHeapStart()
64 return heap->GetGPUDescriptorHandleForHeapStart(); in GetGPUDescriptorHandleForHeapStart()
69 return res->GetDesc(); in GetDesc()
74 return dev->GetCustomHeapProperties(0, type); in GetCustomHeapProperties()
79 return dev->GetAdapterLuid(); in GetAdapterLuid()
84 return proc->GetOutputStreamDesc(); in GetOutputStreamDesc()
[all …]
Dd3d12_video_types.h4 * Permission is hereby granted, free of charge, to any person obtaining a
9 * Software is furnished to do so, subject to the following conditions:
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49 return heap->GetDesc(); in GetDesc()
56 heap->GetDesc(&ret); in GetDesc()
62 * target bitrate (e.g. no over +/-10%), vbv_buffer_size should be same
70 * This indicates how many in-flight encode commands can happen before blocking on the next request
96 …1 << 15, // set by accelerator - This bit means that the decoder can be re-used with resolution …
98 …decode_config_specific_flag_reference_only_textures_required = 1 << 30, // custom created for WSL
/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
17 /* ---- includes ----------------------------------------------------------- */
21 /* ---- related objects --------------------------------------------------- */
23 /* ---- typedefs ----------------------------------------------------------- */
25 /* ---- constants ---------------------------------------------------------- */
27 /* ------------------------------------------------------------------------- */
31 /* ---- \ghd{ external functions } ----------------------------------------- */
35 /* ------------------------------------------------------------------------- */
44 uint32 wsL = srcWidthA; in bim_downscaleBy2() local
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c3 * Copyright 2010-2021 VMware, Inc.
6 * Permission is hereby granted, free of charge, to any person obtaining a
11 * permit persons to whom the Software is furnished to do so, subject to
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
72 return x & (FIXED16_ONE - 1); in fixed16_frac()
79 return y - tol <= x && x <= y + tol; in fixed16_approx()
89 /* swap red/blue channels of a 32-bit rgba value. */
100 * of a 32-bit rgbx value. */
111 /* set alpha channel of 128-bit 4xrgba values to 0xff. */
[all …]
/external/lzma/CPP/Common/
DUTFConvert.cpp13 // we define it if the system supports files with non-utf8 symbols:
19 …MY_UTF8_START(n) - is a base value for start byte (head), if there are (n) additional bytes after …
28 5 : 0xFC : 31 : UCS-4 : wcstombs() in ubuntu is limited to that value
29 6 : 0xFE : 36 : We can use it, if we want to encode any 32-bit value
33 #define MY_UTF8_START(n) (0x100 - (1 << (7 - (n))))
37 { numBytes = (n); val -= MY_UTF8_START(n); }
42 if (wchar_t is 32-bit), we can support large points in long UTF-8 sequence,
43 when we convert wchar_t strings to UTF-8:
44 (_UTF8_NUM_TAIL_BYTES_MAX == 3) : (21-bits points) - Unicode
45 (_UTF8_NUM_TAIL_BYTES_MAX == 5) : (31-bits points) - UCS-4
[all …]
/external/curl/tests/
Ddevtest.pl11 # This software is licensed as described in the file COPYING, which
16 # copies of the Software, and permit persons to whom the Software is
19 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
22 # SPDX-License-Identifier: curl
26 # This script is intended for developers to test some internals of the
30 # An example command-line that starts a test http server for test 11 and waits
32 # ./devtest.pl --verbose serverfortest https echo "Started https" protoport https preprocess 11 p…
34 # curl -vkL https://localhost:<protoport>/11
41 # Define srcdir to the location of the tests source directory. This is
42 # usually set by the Makefile, but for out-of-tree builds with direct
[all …]
/external/mesa3d/src/microsoft/vulkan/
Ddzn_sync.c4 * Permission is hereby granted, free of charge, to any person obtaining a
9 * Software is furnished to do so, subject to the following conditions:
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46 D3D12_FENCE_FLAGS flags = (sync->flags & VK_SYNC_IS_SHAREABLE) ? in dzn_sync_init()
49 if (FAILED(ID3D12Device1_CreateFence(ddev->dev, initial_value, in dzn_sync_init()
52 (void **)&dsync->fence))) in dzn_sync_init()
64 ID3D12Fence_Release(dsync->fence); in dzn_sync_finish()
67 if (dsync->export_handle) in dzn_sync_finish()
68 CloseHandle(dsync->export_handle); in dzn_sync_finish()
79 if (!(sync->flags & VK_SYNC_IS_TIMELINE)) in dzn_sync_signal()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.cc5 * Permission is hereby granted, free of charge, to any person obtaining a
10 * Software is furnished to do so, subject to the following conditions:
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 #include "drm-uapi/drm_fourcc.h"
45 const struct fd_dev_info *info = fd_screen(pscreen)->info; in ok_ubwc_format()
55 return info->a6xx.has_z24uint_s8uint; in ok_ubwc_format()
58 /* The difference between NV12 and R8_G8B8_420_UNORM is only where the in ok_ubwc_format()
73 * ordinary draw calls writing read/depth. WSL blob seem to use ubwc in ok_ubwc_format()
76 if (info->a6xx.broken_ds_ubwc_quirk && in ok_ubwc_format()
110 return info->a6xx.has_8bpp_ubwc; in ok_ubwc_format()
[all …]
/external/skia/
Dpackage-lock.json8 "jasmine-core": "3.10.1",
10 "karma-chrome-launcher": "3.1.0",
11 "karma-firefox-launcher": "2.1.2",
12 "karma-jasmine": "4.0.1"
15 "node_modules/@socket.io/base64-arraybuffer": {
17 …"integrity": "sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvm…
23 "node_modules/@types/component-emitter": {
25 …"integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV…
30 …"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCu…
35 …"integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNN…
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
[all …]
/external/angle/third_party/spirv-tools/src/tools/sva/
Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
[all …]
/external/deqp-deps/SPIRV-Tools/tools/sva/
Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
[all …]
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dio_ops.cc7 http://www.apache.org/licenses/LICENSE-2.0
10 distributed under the License is distributed on an "AS IS" BASIS,
71 OP_REQUIRES_OK(ctx, ctx->GetAttr(kCompression, &compression_)); in SaveDatasetOp()
74 OP_REQUIRES_OK(ctx, ctx->GetAttr(kUseShardFunc, &use_shard_func_)); in SaveDatasetOp()
79 TF_RETURN_IF_ERROR(GetDatasetFromVariantTensor(ctx->input(0), &dataset)); in DoCompute()
87 TF_RETURN_IF_ERROR(ctx->env()->RecursivelyCreateDir(run_dir)); in DoCompute()
89 WriteMetadataFile(ctx->env(), path, run_id, dataset->output_dtypes(), in DoCompute()
99 TF_RETURN_IF_ERROR(WriteMetadataFile(ctx->env(), path, run_id, in DoCompute()
100 dataset->output_dtypes(), num_elements, in DoCompute()
115 CancellationManager cancellation_manager(ctx->cancellation_manager()); in WriteData()
[all …]
/external/crosvm/tools/
Ddev_container3 # Use of this source code is governed by a BSD-style license that can be
16 # ./tools/dev_container --stop
19 # is cleaned up afterwards (e.g. when run by Kokoro):
21 # ./tools/dev_container --hermetic CMD
25 # ./tools/dev_container --cros
54 f"crosvm_dev_{getpass.getuser()}_{zlib.crc32(os.path.realpath(__file__).encode('utf-8')):x}"
57 f"crosvm_cros_{getpass.getuser()}_{zlib.crc32(os.path.realpath(__file__).encode('utf-8')):x}"
60 DEV_IMAGE_NAME = "gcr.io/crosvm-infra/crosvm_dev"
61 CROS_IMAGE_NAME = "gcr.io/crosvm-infra/crosvm_cros_cloudbuild"
68 f"--volume {CACHE_DIR}:/cache:rw" if CACHE_DIR else None,
[all …]
/external/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
2 # SPDX-License-Identifier: MIT
11 description : 'window systems to support. If this is set to `auto`, all ' +
16 'egl-native-platform',
27 'android-stub',
30 description : 'Build against android-stub',
34 'android-strict',
43 'android-libbacktrace',
56 'dri-drivers-path',
63 'dri-search-path',
[all …]
/external/lzma/CPP/Windows/
DFileLink.cpp60 1) there is NUL wchar after path
67 1) there is no NUL wchar after path
137 // unsupported characters probably use Replacement Character UTF-16 0xFFFD in FillLinkData()
153 // usual symbolic LINK (NOT WSL) in FillLinkData()
192 Set16(p + 4, (UInt16)(size - 8)) in FillLinkData()
256 size -= 8; in Parse()
288 len -= 4; in Parse()
311 len -= 8; in Parse()
320 len -= 4; in Parse()
324 if ((subOffs & 1) != 0 || subOffs > len || len - subOffs < subLen) in Parse()
[all …]

123