Home
last modified time | relevance | path

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

12345678910>>...561

/external/protobuf/php/ext/google/protobuf/
Dpackage.xml23 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
69 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
85 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
101 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
117 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
133 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
149 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
165 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
181 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
197 <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</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,
43 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator
45 // Data for a single BSD partition record
57 // Full data in tweaked BSD format
63 // We only need a few items from the main BSD disklabel data structure....
70 // Above are basic BSD disklabel data; now add more stuff....
71 uint64_t labelFirstLBA; // first sector of BSD disklabel (partition or disk)
72 uint64_t labelLastLBA; // final sector of BSD disklabel
[all …]
Dbsd.cc1 /* bsd.cc -- Functions for loading and manipulating legacy BSD disklabel
24 #include "bsd.h"
45 // Read BSD disklabel data from the specified device filename. This function
66 // Load the BSD disklabel data from an already-opened disk
131 state = bsd; in ReadBSDData()
137 if (state == bsd) { in ReadBSDData()
184 // Display basic BSD partition data. Used for debugging.
188 if (state == bsd) { in DisplayBSDData()
189 cout << "BSD partitions:\n"; in DisplayBSDData()
206 // 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/libjpeg-turbo/
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
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
/external/libaom/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/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 …]
/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/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, and macOS; an older, modified and undocumented version is standard
67 ### Note to Linux distributions and *BSD systems that include libpcap:
70 and *BSD, among other platforms.
/external/libpcap/pcap/
Dbpf.h6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
53 * We assume BSD-style multiple-include protection in <net/bpf.h>,
71 * Try and keep these values and structures similar to BSD, especially
90 /* BSD style release date */
132 * The upper 8 bits of the opcode aren't used. BSD/OS used 0x8000.
151 /* 0x18 reserved; used by BSD/OS */
159 /* 0xc0 reserved; used by BSD/OS */
160 /* 0xe0 reserved; used by BSD/OS */
186 /* 0x50 reserved; used on BSD/OS */
217 /* also used on BSD/OS */
[all …]
/external/dtc/
DREADME.license17 libfdt, however, is GPL/BSD dual-licensed. That is, it may be used
19 BSD license (aka the ISC license). The full terms of that license can
20 be found are in the file entitled 'BSD-2-Clause'. This is, in
21 practice, equivalent to being BSD licensed, since the terms of the BSD
27 tools. Allowing libfdt to be used under the terms of the BSD license
/external/libcap-ng/libcap-ng-0.7/
Dconfig.guess132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
318 echo pyramid-pyramid-bsd
377 sun*:*:4.2BSD:*)
512 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
513 echo m68k-tektronix-bsd
575 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
578 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
579 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
580 exit ;; # report: romp-ibm BSD 4.3
587 9000/[34]??:4.3bsd:1.*:*)
[all …]
/external/llvm/cmake/
Dconfig.guess132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
322 echo pyramid-pyramid-bsd
381 sun*:*:4.2BSD:*)
516 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
517 echo m68k-tektronix-bsd
579 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
582 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
583 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
584 exit ;; # report: romp-ibm BSD 4.3
591 9000/[34]??:4.3bsd:1.*:*)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfig.guess124 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
335 echo pyramid-pyramid-bsd
394 sun*:*:4.2BSD:*)
529 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
530 echo m68k-tektronix-bsd
592 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
595 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
596 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
597 exit ;; # report: romp-ibm BSD 4.3
604 9000/[34]??:4.3bsd:1.*:*)
[all …]

12345678910>>...561