/freebsd/crypto/openssl/ |
H A D | CONTRIBUTING.md | 70 4. Code provided should follow our [coding style] and [documentation policy] 73 finding code formatting mistakes and other coding style nits. 80 [coding style]: https://openssl-library.org/policies/technical/coding-style/
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | dts-coding-style.rst | 4 Devicetree Sources (DTS) Coding Style 13 making the coding style stricter. 19 and property names, but this coding style narrows the range down to achieve 168 1. Use indentation according to Documentation/process/coding-style.rst.
|
H A D | writing-schema.rst | 133 Coding style 136 Use YAML coding style (two-space indentation). For DTS examples in the schema,
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | design.html | 35 A certain degree of coding sophistication and 52 this will simplify coding 56 Coding failures in a Milter process that cause that process
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 28 * [Coding Conventions](#coding-conventions) 189 ### Coding Conventions 190 We currently use [C Style and Coding Standards for 192 coding convention.
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_control.h | 71 * {En,De}coding of the system status word 98 * {En,De}coding of the peer status word 127 * {En,De}coding of the clock status word
|
/freebsd/usr.bin/compress/ |
H A D | compress.1 | 57 utility reduces the size of files using adaptive Lempel-Ziv coding. 174 coding (as used in the historical command pack), or adaptive Huffman 175 coding (as used in the historical command compact), and takes less
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1951.txt | 44 coding, with efficiency comparable to the best currently available 77 3.2.1. Synopsis of prefix and Huffman coding ............... 6 78 3.2.2. Use of Huffman coding in the "deflate" format ....... 7 146 representations. Familiarity with the technique of Huffman coding 194 and Huffman coding. The Huffman trees for each block are independent 313 3.2.1. Synopsis of prefix and Huffman coding 315 Prefix coding represents symbols from an a priori known 372 3.2.2. Use of Huffman coding in the "deflate" format
|
/freebsd/crypto/openssl/demos/kdf/ |
H A D | pbkdf2.c | 23 * Hard coding a password into an application is very bad. 41 * hard coding them is that they cannot easily be adjusted for future
|
H A D | scrypt.c | 23 * Hard coding a password into an application is very bad. 41 * hard coding them is that they cannot easily be adjusted for future
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.1 | 33 .Nd compression/decompression tool using Lempel-Ziv coding (LZ77) 61 program compresses and decompresses files using Lempel-Ziv coding
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | location.h | 229 * @ctrl_ch_position: coding of the control channel position relative to 265 * @ctrl_ch_position: coding of the control channel position relative to 304 * @ctrl_ch_position: coding of the control channel position relative to 350 * @ctrl_ch_position: coding of the control channel position relative to 402 * @ctrl_ch_position: coding of the control channel position relative to 542 * @ctrl_ch_position: Coding of the control channel position relative to the 643 * @ctrl_ch_position: Coding of the control channel position relative to the 708 * @ctrl_ch_position: Coding of the control channel position relative to the 759 * @ctrl_ch_position: Coding of the control channel position relative to the 806 * @ctrl_ch_position: Coding o [all...] |
/freebsd/contrib/mandoc/ |
H A D | preconv.c | 151 /* Only account for the "coding" phrase. */ in preconv_cue() 154 strncasecmp(ln, "coding:", 7)) { in preconv_cue()
|
/freebsd/contrib/llvm-project/libcxx/src/ryu/ |
H A D | README.txt | 10 The code in this directory has a different coding style than other parts to
|
/freebsd/contrib/file/python/ |
H A D | setup.py | 1 # coding: utf-8
|
H A D | tests.py | 1 # coding: utf-8
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_server.1 | 12 two nodes. This example is intended to provide a very simple coding
|
H A D | rdma_client.1 | 12 two nodes. This example is intended to provide a very simple coding
|
H A D | rdma_xclient.1 | 12 two nodes. This example is intended to provide a very simple coding
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | README.contributors | 1 Code in this sub-directory should follow the GNU Coding Standard, but it is
|
/freebsd/crypto/openssl/demos/mac/ |
H A D | poly1305.c | 44 * Hard coding the key into an application is very bad. 59 * Hard coding a nonce must not be done under any circumstances and is done here
|
/freebsd/contrib/bzip2/ |
H A D | compress.c | 262 VPrintf3( " %d in block, %d after MTF & 1-2 coding, " in sendMTFValues() 271 /*--- Decide how many coding tables to use ---*/ in sendMTFValues() 279 /*--- Generate an initial set of coding tables ---*/ in sendMTFValues() 354 by each of the coding tables. in sendMTFValues() 396 Find the coding table which is best for this group, in sendMTFValues() 528 /*--- Now the coding tables. ---*/ in sendMTFValues()
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 762 * Don't bother open-coding this; it's a fair amount of code. Just in xdr_hyper() 776 * Don't bother open-coding this; it's a fair amount of code. Just in xdr_u_hyper() 790 * Don't bother open-coding this; it's a fair amount of code. Just in xdr_longlong_t() 804 * Don't bother open-coding this; it's a fair amount of code. Just in xdr_u_longlong_t()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_literals.h | 21 …f suspectUncompressible then some sampling checks will be run to potentially skip huffman coding */
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | README.contributors | 5 the GNU Coding Standard and glibc specific conventions should be followed
|