Home
last modified time | relevance | path

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

12345678910>>...763

/external/protobuf/php/ext/google/protobuf/
Dpackage.xml23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
81 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
97 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
113 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
129 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
145 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
161 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
177 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
193 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
209 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
[all …]
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dpackage.xml23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
81 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
97 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
113 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
129 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
145 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
161 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
177 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
193 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
209 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
[all …]
/external/swiftshader/third_party/astc-encoder/Source/
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 …]
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 …]
Dastc_partition_tables.cpp226 const block_size_descriptor* bsd, in generate_one_partition_table() argument
231 int texels_per_block = bsd->texel_count; in generate_one_partition_table()
237 for (z = 0; z < bsd->zdim; z++) in generate_one_partition_table()
238 for (y = 0; y < bsd->ydim; y++) in generate_one_partition_table()
239 for (x = 0; x < bsd->xdim; x++) in generate_one_partition_table()
269 block_size_descriptor* bsd in init_partition_tables() argument
271 partition_info *par_tab2 = bsd->partitions; in init_partition_tables()
276 generate_one_partition_table(bsd, 1, 0, par_tab1); in init_partition_tables()
279 generate_one_partition_table(bsd, 2, i, par_tab2 + i); in init_partition_tables()
280 generate_one_partition_table(bsd, 3, i, par_tab3 + i); in init_partition_tables()
[all …]
/external/gptfdisk/
Dbsd.h1 /* bsd.h -- BSD disklabel data structure definitions, types, and functions */
14 #define BSD_SIGNATURE UINT32_C(0x82564557) /* BSD disklabel signature ("magic") */
16 // BSD disklabels can start at offsets of 64 or the sector size -- at least,
40 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator
42 // Data for a single BSD partition record
54 // Full data in tweaked BSD format
60 // We only need a few items from the main BSD disklabel data structure....
67 // Above are basic BSD disklabel data; now add more stuff....
68 uint64_t labelFirstLBA; // first sector of BSD disklabel (partition or disk)
69 uint64_t labelLastLBA; // final sector of BSD disklabel
[all …]
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 …]
/external/arm-trusted-firmware/docs/
Dlicense.rst4 The software is provided under a BSD-3-Clause license (below). Contributions to
44 SPDX-License-Identifier: BSD-3-Clause
57 various BSD licenses, including BSD-3-Clause and BSD-2-Clause. The SCC code
58 is used under the BSD-3-Clause license with the author's permission.
61 (GPL-2.0+ OR BSD-2-Clause). It is used by this project under the terms of
62 the BSD-2-Clause license. Any contributions to this code must be made under
68 which is a permissive license compatible with BSD-3-Clause. Any
72 permissive license compatible with BSD-3-Clause.
75 (GPL-2.0+ OR BSD-3-Clause). It is used by this project under the terms of the
76 BSD-3-Clause license. Any contributions to this code must be made under the
/external/llvm/test/Object/
Darchive-format.test31 RUN: llvm-ar --format=bsd rc %t.a 0123456789abcde 0123456789abcdef
32 RUN: cat %t.a | FileCheck -strict-whitespace --check-prefix=BSD %s
34 BSD: !<arch>
35 BSD-NEXT: #1/20 0 0 0 644 24 `
36 BSD-NEXT: 0123456789abcde{{.....}}bar.
37 BSD-SAME: #1/16 0 0 0 644 20 `
38 BSD-NEXT: 0123456789abcdefzed.
66 RUN: not llvm-ar --format=bsd rcT bad.a 0123456789abcde 0123456789abcdef 2>&1 | FileCheck --check-p…
67 BSD-THIN: Only the gnu format has a thin mode.
/external/toybox/www/
Dlicense.html4 …2>Toybox is released under the Zero Clause BSD license (SPDX: <a href=https://spdx.org/licenses/0B…
23 <h2>Why 0BSD?</h2>
25 <p>Zero clause BSD is a <a href=https://en.wikipedia.org/wiki/Public_domain_equivalent_license>publ…
41 requiring the license text be copied verbatim into derived works. If 2BSD is
42 ok, then 0BSD should be ok, despite being equivalent to placing code in the
46 …core/blob/fd4c6b0a3a25921a9fe24691a695d715aecb6afe/toolbox/NOTICE>33 copies of BSD license text</a>
49 additional restrictions" and BSD's "you must include this large hunk of text"
54 …enbook/opensources/book/kirkmck.html>Kirk McKusick</a> for permission to call this a BSD license at
56 and <a href=0bsd-mckusick.txt>again in 2018</a>.</p>
/external/grpc-grpc/templates/
Dpackage.xml.template70 <license>BSD</license>
85 <license>BSD</license>
100 <license>BSD</license>
120 <license>BSD</license>
135 <license>BSD</license>
153 <license>BSD</license>
169 <license>BSD</license>
184 <license>BSD</license>
200 <license>BSD</license>
216 <license>BSD</license>
[all …]
/external/spdx-tools/idsearcher/
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 …]
/external/spdx-tools/rdfloader/parser2v3/
Dconstants.go164 "0BSD", "389-exception", "AAL", "Abstyles", "Adobe-2006", "Adobe-Glyph",
173 "blessing", "BlueOak-1.0.0", "Bootloader-exception", "Borceux", "BSD-1-Clause",
174 "BSD-2-Clause-FreeBSD", "BSD-2-Clause-NetBSD", "BSD-2-Clause-Patent",
175 "BSD-2-Clause-Views", "BSD-2-Clause", "BSD-3-Clause-Attribution",
176 "BSD-3-Clause-Clear", "BSD-3-Clause-LBNL",
177 "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause-No-Nuclear-License",
178 "BSD-3-Clause-No-Nuclear-Warranty", "BSD-3-Clause-Open-MPI", "BSD-3-Clause",
179 "BSD-4-Clause-UC", "BSD-4-Clause", "BSD-Protection", "BSD-Source-Code",
/external/spdx-tools/rdfloader/parser2v2/
Dconstants.go160 "0BSD", "389-exception", "AAL", "Abstyles", "Adobe-2006", "Adobe-Glyph",
169 "blessing", "BlueOak-1.0.0", "Bootloader-exception", "Borceux", "BSD-1-Clause",
170 "BSD-2-Clause-FreeBSD", "BSD-2-Clause-NetBSD", "BSD-2-Clause-Patent",
171 "BSD-2-Clause-Views", "BSD-2-Clause", "BSD-3-Clause-Attribution",
172 "BSD-3-Clause-Clear", "BSD-3-Clause-LBNL",
173 "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause-No-Nuclear-License",
174 "BSD-3-Clause-No-Nuclear-Warranty", "BSD-3-Clause-Open-MPI", "BSD-3-Clause",
175 "BSD-4-Clause-UC", "BSD-4-Clause", "BSD-Protection", "BSD-Source-Code",
/external/libjpeg-turbo/
DNOTICE4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
12 - The Modified (3-clause) BSD License, which is listed below
37 - Clause 1 of the Modified BSD License
68 your product documentation must include the text of the Modified BSD
72 - Clause 2 of the Modified BSD License
79 - Clause 3 of the Modified BSD License
87 - Modified BSD License
91 The Modified (3-clause) BSD License
125 The zlib License could have been used instead of the Modified (3-clause) BSD
DLICENSE.md4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
12 - The Modified (3-clause) BSD License, which is listed below
37 - Clause 1 of the Modified BSD License
68 your product documentation must include the text of the Modified BSD
72 - Clause 2 of the Modified BSD License
79 - Clause 3 of the Modified BSD License
87 - Modified BSD License
91 The Modified (3-clause) BSD License
125 The zlib License could have been used instead of the Modified (3-clause) BSD
/external/libaom/build/cmake/
Dgenerate_aom_config_templates.cmake4 # This source code is subject to the terms of the BSD 2 Clause License and the
5 # Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License was
17 \; This source code is subject to the terms of the BSD 2 Clause License and
18 \; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
28 * This source code is subject to the terms of the BSD 2 Clause License and
29 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
41 ## This source code is subject to the terms of the BSD 2 Clause License and
42 ## the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
/external/google-breakpad/src/google_breakpad/common/
Dminidump_exception_linux.h56 MD_EXCEPTION_CODE_LIN_SIGBUS = 7, /* BUS error (4.2 BSD) */
73 /* Urgent condition on socket (4.2 BSD) */
74 MD_EXCEPTION_CODE_LIN_SIGXCPU = 24, /* CPU limit exceeded (4.2 BSD) */
76 /* File size limit exceeded (4.2 BSD) */
77 MD_EXCEPTION_CODE_LIN_SIGVTALRM = 26, /* Virtual alarm clock (4.2 BSD) */
78 MD_EXCEPTION_CODE_LIN_SIGPROF = 27, /* Profiling alarm clock (4.2 BSD) */
79 MD_EXCEPTION_CODE_LIN_SIGWINCH = 28, /* Window size change (4.3 BSD, Sun) */
80 MD_EXCEPTION_CODE_LIN_SIGIO = 29, /* I/O now possible (4.2 BSD) */
/external/licenseclassifier/
Dlicense_type.go48 BSD2ClauseFreeBSD = "BSD-2-Clause-FreeBSD"
49 BSD2ClauseNetBSD = "BSD-2-Clause-NetBSD"
50 BSD2Clause = "BSD-2-Clause"
51 BSD3ClauseAttribution = "BSD-3-Clause-Attribution"
52 BSD3ClauseClear = "BSD-3-Clause-Clear"
53 BSD3ClauseLBNL = "BSD-3-Clause-LBNL"
54 BSD3Clause = "BSD-3-Clause"
55 BSD4Clause = "BSD-4-Clause"
56 BSD4ClauseUC = "BSD-4-Clause-UC"
57 BSDProtection = "BSD-Protection"
[all …]
/external/libpcap/
DREADME.md39 architecture in the BSD packet filter. BPF is described in the 1993
40 Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
54 BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, OpenBSD, DragonFly
55 BSD, macOS, and Solaris 11; an older, modified and undocumented version
65 ### Note to Linux distributions and *BSD systems that include libpcap:
68 and *BSD, among other platforms.
/external/libogg/
Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
313 echo pyramid-pyramid-bsd
353 sun*:*:4.2BSD:*)
488 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
489 echo m68k-tektronix-bsd
551 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
554 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
555 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
556 exit ;; # report: romp-ibm BSD 4.3
563 9000/[34]??:4.3bsd:1.*:*)
[all …]
/external/libnetfilter_conntrack/
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 …]
/external/libnfnetlink/
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 …]
/external/fec/
Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
314 echo pyramid-pyramid-bsd
354 sun*:*:4.2BSD:*)
489 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
490 echo m68k-tektronix-bsd
552 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
555 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
556 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
557 exit ;; # report: romp-ibm BSD 4.3
564 9000/[34]??:4.3bsd:1.*:*)
[all …]
/external/libexif/
Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
314 echo pyramid-pyramid-bsd
373 sun*:*:4.2BSD:*)
508 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
509 echo m68k-tektronix-bsd
571 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
574 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
575 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
576 exit ;; # report: romp-ibm BSD 4.3
583 9000/[34]??:4.3bsd:1.*:*)
[all …]

12345678910>>...763