/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra210-mbdrc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-mbdrc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 The Multi Band Dynamic Range Compressor (MBDRC) is part of Output 13 single full band or a dual band or a multi band dynamic processor. 16 - Jon Hunter <jonathanh@nvidia.com> 17 - Mohan Kumar <mkumard@nvidia.com> 18 - Sameer Pujar <spujar@nvidia.com> 23 - const: nvidia,tegra210-mbdrc [all …]
|
H A D | nvidia,tegra210-ope.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ope.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 PEQ (Parametric Equalizer) and MBDRC (Multi Band Dynamic Range Compressor) 15 - Jon Hunter <jonathanh@nvidia.com> 16 - Mohan Kumar <mkumard@nvidia.com> 17 - Sameer Pujar <spujar@nvidia.com> 20 - $ref: dai-common.yaml# 25 - const: nvidia,tegra210-ope [all …]
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1951.txt | 38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>. 45 general-purpose compression methods. The data can be produced or 80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 83 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) .. 13 106 currently available general-purpose compression methods, 122 compressor. 132 format defined here, the worst case expansion is 5 bytes per 32K- 159 the specifications presented here; a compliant compressor must 191 except that non-compressible blocks are limited to 65,535 bytes. 235 +---+ [all …]
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1 | 5 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files 8 \fBzstd\fR [\fIOPTIONS\fR] [\-|\fIINPUT\-FILE\fR] [\-o \fIOUTPUT\-FILE\fR] 11 \fBzstdmt\fR is equivalent to \fBzstd \-T0\fR 14 \fBunzstd\fR is equivalent to \fBzstd \-d\fR 17 \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR 26 …served by default\. It\'s possible to remove them automatically by using the \fB\-\-rm\fR command\. 29 …\fR displays progress notifications and result summary by default\. Use \fB\-q\fR to turn them off… 35 \fBzstd\fR displays a short help page when command line is an error\. Use \fB\-q\fR to turn it off\. 40 … selected operation mode\. If no \fIfiles\fR are given or \fIfile\fR is \fB\-\fR, \fBzstd\fR reads… 43 Unless \fB\-\-stdout\fR or \fB\-o\fR is specified, \fIfiles\fR are written to a new file whose name… [all …]
|
H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 5 -------- 7 `zstd` [*OPTIONS*] [-|_INPUT-FILE_] [-o _OUTPUT-FILE_] 9 `zstdmt` is equivalent to `zstd -T0` 11 `unzstd` is equivalent to `zstd -d` 13 `zstdcat` is equivalent to `zstd -dcf` 17 ----------- 29 - Source files are preserved by default. 30 It's possible to remove them automatically by using the `--rm` command. 31 - When compressing a single file, `zstd` displays progress notifications [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 4 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler 6 This software is provided 'as-is', without any express or implied 22 Jean-loup Gailly Mark Adler 48 The 'zlib' compression library provides in-memory compression and 59 The compressed data format used by default by the in-memory functions is 72 and on communications channels. The gzip format was designed for single- 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ [all …]
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 45 real-time compression scenarios at zlib-level and better compression ratios. 46 The zstd compression library provides in-memory compression and decompression 50 which is currently 22. Levels >= 20, labeled `--ultra`, should be used with 52 compression levels, which extend the range of speed vs. ratio preferences. 56 - a single step (described as Simple API) 57 - a single step, reusing a context (described as Explicit context) 58 - unbounded multiple steps (described as Streaming compression) 62 - a single step (described as Simple dictionary API) [all …]
|
H A D | zdict.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 45 * ------------------------------ 56 * ---------------------------- 64 * -------------------------- 66 * Simply pass the dictionary to the zstd compressor with 73 * -------------------------- 82 * --------------------------------- 89 * ---------------------------- 107 * ---------------------------------- [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only 3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. 6 * This source code is licensed under both the BSD-style license (found in the 9 * You may select, at your option, one of the above-listed licenses. 44 real-time compression scenarios at zlib-level and better compression ratios. 45 The zstd compression library provides in-memory compression and decompression 49 which is currently 22. Levels >= 20, labeled `--ultra`, should be used with 51 compression levels, which extend the range of speed vs. ratio preferences. 55 - a single step (described as Simple API) 56 - a single step, reusing a context (described as Explicit context) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra210-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra210-mc.h> 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 7 #include <dt-bindings/reset/tegra210-car.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/thermal/tegra124-soctherm.h> 10 #include <dt-bindings/soc/tegra-pmc.h> [all …]
|
H A D | tegra194.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra194-clock.h> 3 #include <dt-bindings/gpio/tegra194-gpio.h> 4 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | tegra186.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra186-clock.h> 3 #include <dt-bindings/gpio/tegra186-gpio.h> 4 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | tegra234.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/clock/tegra234-clock.h> 4 #include <dt-bindings/gpio/tegra234-gpio.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/mailbox/tegra186-hsp.h> 7 #include <dt-bindings/memory/tegra234-mc.h> 8 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 9 #include <dt-bindings/power/tegra234-powergate.h> 10 #include <dt-bindings/reset/tegra234-reset.h> 11 #include <dt-bindings/thermal/tegra234-bpmp-thermal.h> [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a … 17 build: allows hiding static symbols in the dynamic library, using build macro, by @skitt 20 build: improved meson unofficial build, by @eli-schwartz 22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB 25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) 39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973) 42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263… 45 bug: Fix large dictionary non-determinism (#2607, @terrelln) [all …]
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_manual.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 18 <li><a href="#Chapter8">Streaming compression - HowTo</a></li> 19 <li><a href="#Chapter9">Streaming decompression - HowTo</a></li> 30 <li><a href="#Chapter20">Buffer-less and synchronous inner streaming functions</a></li> 31 <li><a href="#Chapter21">Buffer-less streaming compression (synchronous mode)</a></li> 32 <li><a href="#Chapter22">Buffer-less streaming decompression (synchronous mode)</a></li> 38 real-time compression scenarios at zlib-level and better compression ratios. 39 The zstd compression library provides in-memory compression and decompression 43 which is currently 22. Levels >= 20, labeled `--ultra`, should be used with 45 compression levels, which extend the range of speed vs. ratio preferences. [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only 3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. 6 * This source code is licensed under both the BSD-style license (found in the 9 * You may select, at your option, one of the above-listed licenses. 19 /*-************************************* 33 /*-************************************* 43 … benefit is that ZSTD_DUBT_UNSORTED_MARK cannot be mishandled after table re-use with a different … 47 /*-************************************* 102 /* All tables are allocated inside cctx->workspace by ZSTD_resetCCtx_internal() */ 118 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost… [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 18 /*-************************************* 31 /*-************************************* 41 … benefit is that ZSTD_DUBT_UNSORTED_MARK cannot be mishandled after table re-use with a different … 45 /*-************************************* 88 * Stores Literals Block Type for a super-block in hType, and 99 * Stores symbol compression modes for a super-block in {ll, ol, ml}Type, and 164 /* All tables are allocated inside cctx->workspace by ZSTD_resetCCtx_internal() */ 180 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost… [all …]
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2000-2001, 2003 David O'Brien 6 * Copyright (c) 1995-1996 Søren Schmidt 38 #include <sys/compressor.h> 110 int __elfN(fallback_brand) = -1; 130 …__XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) ": support PT_GNU_STACK for non-executable stack control… 156 if (error != 0 || req->newptr == NULL) in sysctl_pie_base() 174 * Enable ASLR by default for 64-bit non-PIE binaries. 32-bit architectures 185 * Enable ASLR by default for 64-bit PIE binaries. [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2025-03-09 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 51 7a19 PCI-to-PCI Bridge 57 7a29 PCI-to-PCI Bridge [all …]
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v07.c | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 12 /*- Dependencies -*/ 34 * They should never be used with a dynamic library, as they may change in the future. 39 /*--- Constants ---*/ 51 #define ZSTDv07_SEARCHLOG_MAX (ZSTDv07_WINDOWLOG_MAX-1) 70 /*--- Advanced Decompression functions ---*/ 86 * Buffer-less streaming functions (synchronous mode) 97 Buffer-less streaming decompression (synchronous mode) 101 A ZSTDv07_DCtx object can be re-used multiple times. [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 40531 compressor 58803 dynamic 99810 Jean-Christophe 99811 Jean-Pierre 163248 range
|