Home
last modified time | relevance | path

Searched full:bsd (Results 1 – 25 of 20849) sorted by relevance

12345678910>>...834

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/
H A D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/
H A D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/
H A D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/
H A D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/
H A D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/external/rust/android-crates-io/crates/libc/
D.cargo-checksum.json1bsd/apple/b32/align.rs":"ec833a747866fe19ca2d9b4d3c9ff0385faba5edf4bd0d15fa68884c40b0e26c","src/un…
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp710 * The @c bsd.texel_count is an input and must be populated beforehand.
712 * @param[in,out] bsd The block size descriptor to populate.
715 block_size_descriptor& bsd in assign_kmeans_texels() argument
718 if (bsd.texel_count <= BLOCK_MAX_KMEANS_TEXELS) in assign_kmeans_texels()
720 for (uint8_t i = 0; i < bsd.texel_count; i++) in assign_kmeans_texels()
722 bsd.kmeans_texels[i] = i; in assign_kmeans_texels()
734 for (uint8_t i = 0; i < bsd.texel_count; i++) in assign_kmeans_texels()
744 texel = texel % bsd.texel_count; in assign_kmeans_texels()
747 bsd.kmeans_texels[arr_elements_set++] = texel; in assign_kmeans_texels()
760 * @param bsd The block size descriptor we are populating.
[all …]
Dastcenc_compress_symbolic.cpp65 * @param bsd The block size information.
71 const block_size_descriptor& bsd, in realign_weights_undecimated() argument
77 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_undecimated()
80 const block_mode& bm = bsd.get_block_mode(scb.block_mode); in realign_weights_undecimated()
126 promise(bsd.texel_count > 0); in realign_weights_undecimated()
127 for (unsigned int texel = 0; texel < bsd.texel_count; texel++) in realign_weights_undecimated()
185 * @param bsd The block size information.
191 const block_size_descriptor& bsd, in realign_weights_decimated() argument
197 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_decimated()
200 const block_mode& bm = bsd.get_block_mode(scb.block_mode); in realign_weights_decimated()
[all …]
Dastcenc_partition_tables.cpp249 * @param[out] bsd The block size information.
258 block_size_descriptor& bsd, in generate_one_partition_info_entry() argument
264 int texels_per_block = bsd.texel_count; in generate_one_partition_info_entry()
272 for (unsigned int z = 0; z < bsd.zdim; z++) in generate_one_partition_info_entry()
274 for (unsigned int y = 0; y < bsd.ydim; y++) in generate_one_partition_info_entry()
276 for (unsigned int x = 0; x < bsd.xdim; x++) in generate_one_partition_info_entry()
325 bitmaps = bsd.coverage_bitmaps_2[partition_remap_index]; in generate_one_partition_info_entry()
329 bitmaps = bsd.coverage_bitmaps_3[partition_remap_index]; in generate_one_partition_info_entry()
333 bitmaps = bsd.coverage_bitmaps_4[partition_remap_index]; in generate_one_partition_info_entry()
352 unsigned int texels_to_process = astc::min(bsd.texel_count, BLOCK_MAX_KMEANS_TEXELS); in generate_one_partition_info_entry()
[all …]
Dastcenc_decompress_symbolic.cpp96 const block_size_descriptor& bsd, in unpack_weights() argument
115 for (unsigned int i = 0; i < bsd.texel_count; i += ASTCENC_SIMD_WIDTH) in unpack_weights()
148 for (unsigned int i = 0; i < bsd.texel_count; i += ASTCENC_SIMD_WIDTH) in unpack_weights()
189 const block_size_descriptor& bsd, in decompress_symbolic_block() argument
208 for (unsigned int i = 0; i < bsd.texel_count; i++) in decompress_symbolic_block()
260 for (unsigned int i = 0; i < bsd.texel_count; i++) in decompress_symbolic_block()
275 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in decompress_symbolic_block()
278 const auto& bm = bsd.get_block_mode(scb.block_mode); in decompress_symbolic_block()
279 const auto& di = bsd.get_decimation_info(bm.decimation_mode); in decompress_symbolic_block()
286 unpack_weights(bsd, scb, di, is_dual_plane, plane1_weights, plane2_weights); in decompress_symbolic_block()
[all …]
/aosp_15_r20/external/coreboot/src/commonlib/
H A DMakefile.mk38 bootblock-y += bsd/cbfs_private.c
39 verstage-y += bsd/cbfs_private.c
40 romstage-y += bsd/cbfs_private.c
41 postcar-y += bsd/cbfs_private.c
42 ramstage-y += bsd/cbfs_private.c
43 smm-y += bsd/cbfs_private.c
45 bootblock-y += bsd/cbfs_mcache.c
46 verstage-y += bsd/cbfs_mcache.c
47 romstage-y += bsd/cbfs_mcache.c
48 postcar-y += bsd/cbfs_mcache.c
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/
Derrno.rs21 /// - [DragonFly BSD]
31 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=errno&section=2
50 bsd,
70 #[cfg(bsd)]
74 bsd,
89 bsd,
105 bsd,
117 #[cfg(bsd)]
121 bsd,
134 bsd,
[all …]
/aosp_15_r20/external/cronet/third_party/rust/libc/v0_2/
H A DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
40 "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b32/align.rs",
41 "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b32/mod.rs",
42 …"//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/aarch64/align.rs…
43 … "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/aarch64/mod.rs",
44 "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/align.rs",
45 "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/mod.rs",
46 …"//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/x86_64/align.rs",
47 … "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/x86_64/mod.rs",
48 "//third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/long_array.rs",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/termios/
Dtypes.rs97 #[cfg(any(linux_kernel, bsd))] in input_speed()
112 bsd, in input_speed()
130 #[cfg(any(linux_kernel, bsd))] in output_speed()
145 bsd, in output_speed()
333 #[cfg(not(bsd))]
337 #[cfg(not(bsd))]
341 #[cfg(not(any(bsd, solarish, target_os = "redox")))]
345 #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
349 #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
353 #[cfg(not(any(bsd, solarish, target_os = "redox")))]
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/include/boost/predef/os/
Dbsd.h11 /* Special case: OSX will define BSD predefs if the sys/param.h
14 * before doing any BSD detection.
24 http://en.wikipedia.org/wiki/Berkeley_Software_Distribution[BSD] operating system.
26 BSD has various branch operating systems possible and each detected
30 * `BOOST_OS_BSD_DRAGONFLY` http://en.wikipedia.org/wiki/DragonFly_BSD[DragonFly BSD]
32 * `BOOST_OS_BSD_BSDI` http://en.wikipedia.org/wiki/BSD/OS[BSDi BSD/OS]
37 of BSD. If the above variants is detected the corresponding macro is also set.
43 | `BSD` | {predef_detection}
49 | `BSD` | V.R.0
53 #include <boost/predef/os/bsd/bsdi.h>
[all …]
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp477 block_size_descriptor* bsd in construct_block_size_descriptor_2d() argument
482 bsd->xdim = xdim; in construct_block_size_descriptor_2d()
483 bsd->ydim = ydim; in construct_block_size_descriptor_2d()
484 bsd->zdim = 1; in construct_block_size_descriptor_2d()
485 bsd->texel_count = xdim * ydim; in construct_block_size_descriptor_2d()
506 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_2d()
512 bsd->decimation_mode_count = decimation_mode_count; in construct_block_size_descriptor_2d()
536 bsd->block_modes[i].decimation_mode = -1; in construct_block_size_descriptor_2d()
537 bsd->block_modes[i].quantization_mode = -1; in construct_block_size_descriptor_2d()
538 bsd->block_modes[i].is_dual_plane = -1; in construct_block_size_descriptor_2d()
[all …]
H A Dastc_decompress_symbolic.cpp87 const block_size_descriptor* bsd, in decompress_symbolic_block() argument
105 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
118 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
130 imageblock_initialize_work_from_orig(blk, bsd->texel_count); in decompress_symbolic_block()
131 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block()
185 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
196 imageblock_initialize_work_from_orig(blk, bsd->texel_count); in decompress_symbolic_block()
197 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block()
203 const partition_info *pt = get_partition_table(bsd, partition_count); in decompress_symbolic_block()
207 const decimation_table *const *ixtab2 = bsd->decimation_tables; in decompress_symbolic_block()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/common/
DAndroid.bp238 "SPDX-license-identifier-BSD",
252 "SPDX-license-identifier-BSD",
276 "SPDX-license-identifier-BSD",
277 "SPDX-license-identifier-BSD-3-Clause",
288 "SPDX-license-identifier-BSD",
314 "SPDX-license-identifier-BSD",
328 "SPDX-license-identifier-BSD",
352 "SPDX-license-identifier-BSD",
378 "SPDX-license-identifier-BSD",
391 "SPDX-license-identifier-BSD",
[all …]
/aosp_15_r20/external/spdx-tools/idsearcher/
H A Didsearcher_test.go112 if fileMultipleIDs.LicenseInfoInFiles[0] != "BSD-2-Clause" {
113 t.Errorf("expected %v, got %v", "BSD-2-Clause", fileMultipleIDs.LicenseInfoInFiles[0])
115 if fileMultipleIDs.LicenseInfoInFiles[1] != "BSD-3-Clause" {
116 t.Errorf("expected %v, got %v", "BSD-3-Clause", fileMultipleIDs.LicenseInfoInFiles[1])
128 …if fileMultipleIDs.LicenseConcluded != "((MIT AND BSD-3-Clause) OR ISC) AND BSD-2-Clause AND EPL-1…
129 …t.Errorf("expected %v, got %v", "((MIT AND BSD-3-Clause) OR ISC) AND BSD-2-Clause AND EPL-1.0+", f…
156 if pkg.PackageLicenseInfoFromFiles[1] != "BSD-2-Clause" {
157 t.Errorf("expected %v, got %v", "BSD-2-Clause", pkg.PackageLicenseInfoFromFiles[1])
159 if pkg.PackageLicenseInfoFromFiles[2] != "BSD-3-Clause" {
160 t.Errorf("expected %v, got %v", "BSD-3-Clause", pkg.PackageLicenseInfoFromFiles[2])
[all …]
/aosp_15_r20/external/pytorch/third_party/
H A DLICENSES_BUNDLED.txt20 License: BSD-2-Clause
25 License: BSD-3-Clause
35 License: BSD-3-Clause
68 License: BSD-2-Clause
77 License: BSD-3-Clause
87 License: BSD-3-Clause
99 License: BSD-2-Clause
111 License: BSD-3-Clause
145 License: BSD-3-Clause
147 For details, see: third_party/eigen/COPYING.BSD
[all …]
/aosp_15_r20/external/gptfdisk/
H A Dbsd.cc1 /* bsd.cc -- Functions for loading and manipulating legacy BSD disklabel
22 #include "bsd.h"
43 // Read BSD disklabel data from the specified device filename. This function
64 // Load the BSD disklabel data from an already-opened disk
129 state = bsd; in ReadBSDData()
135 if (state == bsd) { in ReadBSDData()
182 // Display basic BSD partition data. Used for debugging.
186 if (state == bsd) { in DisplayBSDData()
187 cout << "BSD partitions:\n"; in DisplayBSDData()
204 // Displays the BSD disklabel state. Called during program launch to inform
[all …]
/aosp_15_r20/build/soong/licenses/
H A DAndroid.bp35 name: "BSD-Binary-Only",
44 // BSD-Binary-Only and it should be removed.
46 name: "BSD-Like-Binary-Only",
55 name: "SPDX-license-identifier-0BSD",
57 url: "https://spdx.org/licenses/0BSD",
222 name: "SPDX-license-identifier-BSD",
227 name: "SPDX-license-identifier-BSD-1-Clause",
229 url: "https://spdx.org/licenses/BSD-1-Clause.html",
233 name: "SPDX-license-identifier-BSD-2-Clause",
235 url: "https://spdx.org/licenses/BSD-2-Clause.html",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/
Dsocket.rs30 /// - [DragonFly BSD]
42 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=socket&section=2
73 /// - [DragonFly BSD]
85 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=socket&section=2
110 /// - [DragonFly BSD]
122 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=bind&section=2
147 /// - [DragonFly BSD]
159 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=bind&section=2
190 /// - [DragonFly BSD]
202 /// [DragonFly BSD]: https://man.dragonflybsd.org/?command=bind&section=2
[all …]
/aosp_15_r20/external/grpc-grpc/templates/
H A Dpackage.xml.template79 <license>BSD</license>
94 <license>BSD</license>
109 <license>BSD</license>
129 <license>BSD</license>
144 <license>BSD</license>
162 <license>BSD</license>
178 <license>BSD</license>
193 <license>BSD</license>
209 <license>BSD</license>
225 <license>BSD</license>
[all …]
/aosp_15_r20/external/libnfnetlink/
H A Dconfig.guess132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
315 echo pyramid-pyramid-bsd
374 sun*:*:4.2BSD:*)
509 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
510 echo m68k-tektronix-bsd
572 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
575 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
576 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
577 exit ;; # report: romp-ibm BSD 4.3
584 9000/[34]??:4.3bsd:1.*:*)
[all …]

12345678910>>...834