HomeSort by: relevance | last modified time | path
    Searched refs:literals (Results 1 - 25 of 133) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
compress-literals.sh 5 # Test --[no-]compress-literals
6 zstd file --no-compress-literals -1 -c | zstd -t
7 zstd file --no-compress-literals -19 -c | zstd -t
8 zstd file --no-compress-literals --fast=1 -c | zstd -t
9 zstd file --compress-literals -1 -c | zstd -t
10 zstd file --compress-literals --fast=1 -c | zstd -t
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
lfts_config.h 61 inline namespace literals { inline namespace string_view_literals { } } namespace in namespace:experimental
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
lfts_config.h 61 inline namespace literals { inline namespace string_view_literals { } } namespace in namespace:experimental
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 36 // Verbatim string literals are extracted.
38 // In verbatim string literals, no escape sequences are recognized.
40 // In verbatim string literals, only doubled delimiters are recognized.
42 // Normal and verbatim string literals can be concatenated.
44 // Character literals are not extracted.
141 #. Verbatim string literals are extracted.
146 #. In verbatim string literals, no escape sequences are recognized.
151 #. In verbatim string literals, only doubled delimiters are recognized.
156 #. Normal and verbatim string literals can be concatenated.
  /src/crypto/external/bsd/heimdal/dist/cf/
symbol-version.py 37 literals = ['{','}',';', ':'] variable
  /src/usr.bin/make/unit-tests/
cond-token-plain.exp 40 make: cond-token-plain.mk:139: Numbers can be composed from literals and expressions.
42 make: cond-token-plain.mk:144: Numbers can be composed from literals and expressions.
cond-token-string.mk 3 # Tests for quoted string literals in .if conditions.
7 # Covers string literals without quotes (called "bare words").
38 # double-quoted string literals. See CondParser_String.
directive-ifdef.mk 37 # String literals are handled the same in all variants of the '.if' directive,
cond-token-plain.mk 3 # Tests for plain tokens (that is, string literals without quotes)
138 # expect+1: Numbers can be composed from literals and expressions.
139 . info Numbers can be composed from literals and expressions.
143 # expect+1: Numbers can be composed from literals and expressions.
144 . info Numbers can be composed from literals and expressions.
209 # modifier ':?:' allowed unquoted string literals for the rest of the
varmod-undefined.mk 43 # string literals (right-hand side) are completely different.
48 # In condition string literals, the backslash always escapes the following
dollar.exp 2 Printing dollar from literals and variables
cond-cmp-string.mk 5 # This is a simple comparison of string literals.
41 # It is not possible to concatenate two string literals to form a single
dollar.mk 31 $H 'Printing dollar from literals and variables'
varmod-defined.mk 42 # The escaping rules for string literals in conditions are completely
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c 23 * Compresses literals section for a sub-block.
27 * table size. If we guessed incorrectly, we fall back to uncompressed literals.
32 * hufMetadata->hType has literals block type info.
33 * If it is set_basic, all sub-blocks literals section will be Raw_Literals_Block.
34 * If it is set_rle, all sub-blocks literals section will be RLE_Literals_Block.
35 * If it is set_compressed, first sub-block's literals section will be Compressed_Literals_Block
36 * If it is set_compressed, first sub-block's literals section will be Treeless_Literals_Block
37 * and the following sub-blocks' literals sections will be Treeless_Literals_Block.
38 * @return : compressed size of literals section of a sub-block
44 const BYTE* literals, size_t litSize
    [all...]
zstd_compress_internal.h 89 * Stores Literals Block Type for a super-block in hType, and
140 U32 litLength; /* Length of literals prior to match */
165 U32 litlen; /* nb of literals since previous match */
174 unsigned* litFreq; /* table of literals statistics, of size 256 */
181 U32 litSum; /* nb of literals */
589 * to generate a compress block or a compressed literals section.
646 * Allowed to over-read literals up to litLimit.
650 size_t litLength, const BYTE* literals, const BYTE* litLimit,
655 BYTE const* const litEnd = literals + litLength;
658 if (g_start==NULL) g_start = (const BYTE*)literals; /* note : index only works for compression within a single segment *
    [all...]
  /src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c 332 /// working down to lower more technical levels such as blocks, literals, and
351 // Decode the literals section of a block
353 u8 **const literals);
359 // Execute the decoded sequences on the literals block
361 const u8 *const literals,
366 // Copies literals and returns the total literal length that was copied
671 // Part 1: decode the literals block
672 u8 *literals = NULL; local
673 const size_t literals_size = decode_literals(ctx, in, &literals);
680 // Part 3: combine literals and sequence commands to generate outpu
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/refer/
label.y 220 string literals;
298 $$ = new literal_expr(literals.contents() + $1.start,
443 yylval.str.start = literals.length();
447 literals += '\'';
449 yylval.str.len = literals.length() - yylval.str.start;
454 literals += *spec_ptr;
456 yylval.str.len = literals.length() - yylval.str.start;
466 literals.clear();
478 literals.clear();
490 literals.clear()
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/csky/
crti.S 106 .literals
117 .literals
  /src/external/gpl3/gcc.old/dist/libgcc/config/csky/
crti.S 106 .literals
117 .literals
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 54 " String literals
gimple.vim 68 " String literals
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 54 " String literals
gimple.vim 68 " String literals
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 186 BYTE SEQUENCE_LITERAL_BUFFER[ZSTD_BLOCKSIZE_MAX]; /* storeSeq expects a place to copy literals to */
370 /* Write a literal block in either raw or RLE form, return the literals size */
392 litSize = 1; /* no empty literals if there's nothing preceding this block */
413 /* Raw literals */
414 DISPLAYLEVEL(4, " raw literals\n");
420 /* RLE literals */
423 DISPLAYLEVEL(4, " rle literals: 0x%02x\n", (unsigned)symb);
472 /* Write a Huffman coded literals block and return the literals size */
488 /* make sure we get reasonably-sized literals for compression *
653 const BYTE* literals = LITERAL_BUFFER; local
    [all...]

Completed in 35 milliseconds

1 2 3 4 5 6