| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 314 .. parsed-literal:: 323 .. parsed-literal:: 344 .. parsed-literal:: 353 .. parsed-literal:: 361 .. parsed-literal:: 369 .. parsed-literal:: 377 .. parsed-literal:: 384 .. parsed-literal:: 391 .. parsed-literal:: 398 .. parsed-literal:: [all …]
|
| /f-stack/tools/libxo/libxo/ |
| H A D | add.man.in | 7 .Bd -literal -offset indent 13 .Bd -literal -offset indent 20 .Bd -literal -offset indent
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 203 elements of two types: literal bytes (of strings that have not been 540 decode literal/length value from input stream 542 copy value (literal byte) to output stream 583 | LEN | NLEN |... LEN bytes of literal data...| 596 drawn from (1..32,768). In fact, the literal and length 659 for the literal/length alphabet are: 694 compressed data, first the literal/length code and then the 714 the literal/length or distance alphabet will not occur in the 754 The literal/length symbol 256 (end of data), 755 encoded using the literal/length Huffman code [all …]
|
| H A D | algorithm.txt | 9 32K bytes, it is emitted as a sequence of literal bytes. (In this 41 literal byte) and the process of lazy evaluation begins again. Otherwise, 83 For inflate, which has 286 possible codes for the literal/length tree, the size 191 byte (a "literal"), or it can be either a length or a distance which
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 117 boolean_t literal, int *err) in pool_list_get() argument 135 zlp->zl_literal = literal; in pool_list_get() 251 zprop_list_t **proplist, boolean_t literal, zpool_iter_f func, void *data) in for_each_pool() argument 256 if ((list = pool_list_get(argc, argv, proplist, literal, &ret)) == NULL) in for_each_pool()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_scanf.c | 147 goto literal; in vsscanf() 157 literal: in vsscanf()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 2367 NULL, NULL, 0, literal); in zfs_prop_get_recvd() 2637 if (literal || in zfs_prop_get() 2748 if (literal) in zfs_prop_get() 2753 if (literal) in zfs_prop_get() 2776 if (literal) { in zfs_prop_get() 2792 if (literal) in zfs_prop_get() 2918 if (literal) { in zfs_prop_get() 2935 if (literal) { in zfs_prop_get() 3230 if (literal) { in zfs_prop_get_userquota() 3299 if (literal) { in zfs_prop_get_written() [all …]
|
| H A D | libzfs_pool.c | 281 size_t len, zprop_source_t *srctype, boolean_t literal) in zpool_get_prop() argument 343 if (literal) in zpool_get_prop() 354 } else if (literal) { in zpool_get_prop() 363 if (literal) { in zpool_get_prop() 375 } else if (literal) { in zpool_get_prop() 385 if (literal) in zpool_get_prop() 788 boolean_t literal) in zpool_expand_proplist() argument 867 if (entry->pl_fixed && !literal) in zpool_expand_proplist() 872 NULL, literal) == 0) { in zpool_expand_proplist()
|
| H A D | libzfs.abi | 1669 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_datase… 1777 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_datase… 1791 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_datase… 1822 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_datase… 1834 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_datase… 2846 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c… 2861 …<parameter type-id='type-id-37' name='literal' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c…
|
| /f-stack/tools/libxo/doc/ |
| H A D | xolint.rst | 1 'A percent sign appearing in text is a literal' 4 The message "A percent sign appearing in text is a literal" can be caused by code like: 106 The "%6.6s" will be a literal, not a field format. While 134 static literal content ("{L:Label}") and a
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 327 size_t proplen, zprop_source_t *, boolean_t literal); 500 char *propbuf, int proplen, boolean_t literal); 504 char *propbuf, int proplen, boolean_t literal);
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 285 * Lines in literal blocks **must** be less than 80 characters since 289 Long literal command lines can be shown wrapped with backslashes. For 394 * Fixed width, literal blocks of texts should be indented at least 3 spaces and prefixed with ``::`… 400 * It is also possible to specify an encoding for a literal block using the ``.. code-block::`` dire… 437 * The default encoding for a literal block using the simplified ``::`` 440 * Lines in literal blocks must be less than 80 characters since they can exceed the page width when… 441 For long literal lines that exceed that limit try to wrap the text at sensible locations.
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 594 A sequence is a literal copy command, followed by a match copy command. 595 A literal copy command specifies a length. 788 literal lengths, offsets, and match lengths symbols. 1237 | literal value | 0 | 1 | 2 | 3 | 4 | 5 | 1252 | literal value | 0 | 1 | 2 | 3 | 4 | 1257 having collected weights of literal symbols from `0` to `4`, 1258 it knows the last literal, `5`, is present with a non-zero `Weight`. 1288 hence including literal symbol 128. 1289 * If any literal symbol > 128 has a non-zero `Weight`, 1303 which is `255`, since literal values span from `0` to `255`, [all …]
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 576 div.literal-block-wrapper { 580 div.literal-block-wrapper div.highlight {
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 110 unsigned literal:1; member 2705 ctx->literal = 0; in ngx_http_grpc_parse_fragment() 2754 ctx->literal = 1; in ngx_http_grpc_parse_fragment() 2815 ctx->literal = 1; in ngx_http_grpc_parse_fragment() 2830 ctx->literal = 1; in ngx_http_grpc_parse_fragment() 2866 ctx->literal = 1; in ngx_http_grpc_parse_fragment() 2881 ctx->literal = 1; in ngx_http_grpc_parse_fragment() 3148 if (ctx->index && !ctx->literal) { in ngx_http_grpc_parse_fragment() 3161 if (!ctx->index || ctx->literal) { in ngx_http_grpc_parse_fragment()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 202 dnl # so a literal $1 and $2 will be passed to the resulting awk script,
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member 577 return s->lzma.literal[low + high]; in lzma_literal_probs()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | example-schema.yaml | 25 indentation less than the first line of the literal block. Lines also cannot
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CHANGELOG | 167 api: Add ZSTD_c_literalCompressionMode flag to enable or disable literal compression by @terrelln 173 cli: Add --[no-]compress-literals flag to enable or disable literal compression
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 72 for these macros to a simple string literal - thus disallowing the use 12846 The maximum length string literal within an ASL file is now restricted to 17679 null byte into a string literal (via the hex/octal escape) causes
|