Searched +full:linux +full:- +full:loong64 (Results 1 – 12 of 12) sorted by relevance
| /external/angle/build/toolchain/linux/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 15 current_os = "linux" 22 current_os = "linux" 29 current_os = "linux" 34 toolprefix = "aarch64-linux-gnu-" 46 current_os = "linux" 55 toolprefix = "arm-linux-gnueabihf-" 67 current_os = "linux" 81 current_os = "linux" 99 current_os = "linux" [all …]
|
| /external/cronet/build/toolchain/linux/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 15 current_os = "linux" 22 current_os = "linux" 29 current_os = "linux" 34 toolprefix = "aarch64-linux-gnu-" 46 current_os = "linux" 55 toolprefix = "arm-linux-gnueabihf-" 67 current_os = "linux" 81 current_os = "linux" 99 current_os = "linux" [all …]
|
| /external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
| D | .cipd_version.digests | 3 # cipd selfupdate-roll -version-file .cipd_version \ 4 # -version git_revision:5fca14b2bcaee1255ba038f226b4d13895a39de4 7 # Use 'cipd selfupdate-roll ...' to modify. 9 aix-ppc64 sha256 60bf1b86dfcaf3a83853c25f605f3801ba51a546c526a20a3abac3e92c42d23d 10 dragonfly-amd64 sha256 3306006b911dc923ad8c9b3afb9741113972e3520450d7794871d16fc2e5bbb5 11 freebsd-386 sha256 352806dca8d569119fccd4041cf051b835cae20da23879ceb91b97eae85e4b56 12 freebsd-amd64 sha256 9bee3886fc98787a873e306c29454b9695175afb81a9d088a485e9d4e8a85d0a 13 freebsd-arm64 sha256 985fd7e6a4c2de53206df790e6aca76b1c1b3148b4d829b184bda0e4a19a7c88 14 freebsd-riscv64 sha256 2e2a1bee8a75ecfd52376d1fc6254d8a95573e653561498a527837534de7231a 15 illumos-amd64 sha256 af9c433616d64bbeb13ad382d321ad601c0c6af66072864f3dc6467576a48f37 [all …]
|
| /external/swiftshader/third_party/llvm-16.0/scripts/ |
| D | template_BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 "-DBLAKE3_NO_AVX512", 23 "-DBLAKE3_NO_AVX2", 24 "-DBLAKE3_NO_SSE41", 25 "-DBLAKE3_NO_SSE2", 26 "-DBLAKE3_USE_NEON=0", 59 "-Wno-format", 60 "-Wno-sign-compare", 61 "-Wno-macro-redefined", 68 cflags += [ "-Wno-cpp" ] [all …]
|
| /external/libchrome/build/ |
| D | build_config.h | 2 // Use of this source code is governed by a BSD-style license that can be 7 // OS_WIN / OS_MACOSX / OS_LINUX / OS_POSIX (MACOSX or LINUX) / 19 // ARCH_CPU_LOONG_FAMILY: LOONG32 or LOONG64 34 // - __ANDROID__ is automatically defined by the Android toolchain (see 36 // - __ANDROID_HOST__ is defined via -D by Android.mk when building host code 38 // - ANDROID is defined via -D when building code for either Android targets or 40 // - OS_ANDROID is a define used to build Chrome for Android within the NDK and 66 // OS_NACL comes in two sandboxing technology flavors, SFI or Non-SFI. 67 // PNaCl toolchain defines __native_client_nonsfi__ macro in Non-SFI build 146 // http://msdn.microsoft.com/en-us/library/b0084kay.aspx [all …]
|
| /external/cronet/base/allocator/partition_allocator/ |
| D | partition_alloc.gni | 2 # Use of this source code is governed by a BSD-style license that can be 22 # Whether 64-bit pointers are used. 25 # NaCl targets don't use 64-bit pointers. 28 current_cpu == "loong64" || current_cpu == "riscv64") { 75 # If enabling PartitionAlloc-Everywhere in Debug build for tests in Debug 77 # non-optimized PartitionAlloc, chrome (including tests) will be much 84 # PartitionAlloc-Everywhere (PA-E). Causes allocator_shim.cc to route 110 # Introduces pointer compression support in PA. These are 4-byte 114 # recommended to enable PA-E above, but isn't strictly necessary. Embedders 122 # Enables a compile-time check that all raw_ptrs to which arithmetic [all …]
|
| /external/angle/gni/ |
| D | angle.gni | 2 # Use of this source code is governed by a BSD-style license that can be 39 # has more functionality implemented, we can re-enable this. 42 # Expose GLX entry points by default when using Desktop GL on Linux. 115 current_cpu == "ppc64" || current_cpu == "loong64" || 132 # be pre-processed before being used. 197 # extensions. Content can be rendered only off-screen. 207 # Enables the OpenCL pass-through back end 219 # ASTC emulation is only built on standalone non-android builds 244 # Currently SwiftShader's Vulkan front-end doesn't build on Android. 283 # provided to ANGLE. Disable them for non-standalone ANGLE builds. crbug.com/1176118 [all …]
|
| /external/angle/build/config/compiler/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 54 # clang looks for lld next to it, no need for -B. 79 # AFDO (Automatic Feedback Directed Optimizer) is a form of profile-guided 96 # We currently only have default profiles for Chromium in-tree, so we disable 117 # http://blog.llvm.org/2018/01/improving-link-time-on-windows-with.html 133 # The cache can lead to non-determinism: https://crbug.com/1486045 137 # uninitialized floating-point types (and 32-bit pointers) with 0xFF and the 165 # windbg and Windows Performance Analyzer with finding the PDBs in some local- 172 # Enable -H, which prints the include tree during compilation. 177 # https://clang.llvm.org/docs/UsersManual.html#using-sampling-profilers [all …]
|
| /external/cronet/build/config/compiler/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 55 # clang looks for lld next to it, no need for -B. 84 # AFDO (Automatic Feedback Directed Optimizer) is a form of profile-guided 101 # We currently only have default profiles for Chromium in-tree, so we disable 122 # http://blog.llvm.org/2018/01/improving-link-time-on-windows-with.html 138 # The cache can lead to non-determinism: https://crbug.com/1486045 142 # uninitialized floating-point types (and 32-bit pointers) with 0xFF and the 168 # windbg and Windows Performance Analyzer with finding the PDBs in some local- 175 # Enable -H, which prints the include tree during compilation. 180 # https://clang.llvm.org/docs/UsersManual.html#using-sampling-profilers [all …]
|
| /external/pigweed/pw_web/log-viewer/ |
| D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 11 "@lit-labs/virtualizer": "^2.0.7", 12 "@material/web": "^1.0.0-pre.16", 13 "@shoelace-style/shoelace": "^2.15.0", 15 "prettier-plugin-jsdoc": "^0.4.2" 18 "@open-wc/testing": "^3.0.0-next.5", 19 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 21 "@typescript-eslint/eslint-plugin": "^5.59.7", 22 "@web/test-runner": "^0.18.0", [all …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/swiftshader/third_party/llvm-16.0/ |
| D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 "-DBLAKE3_NO_AVX512", 23 "-DBLAKE3_NO_AVX2", 24 "-DBLAKE3_NO_SSE41", 25 "-DBLAKE3_NO_SSE2", 26 "-DBLAKE3_USE_NEON=0", 59 "-Wno-format", 60 "-Wno-sign-compare", 61 "-Wno-macro-redefined", 68 cflags += [ "-Wno-cpp" ] [all …]
|