Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 25 of 99) sorted by relevance

1234

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c287 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_body() argument
332 (unsigned)sequences[n].litLength, in ZSTD_encodeSequences_body()
333 (unsigned)sequences[n].matchLength + MINMATCH, in ZSTD_encodeSequences_body()
334 (unsigned)sequences[n].offset); in ZSTD_encodeSequences_body()
343 BIT_addBits(&blockStream, sequences[n].litLength, llBits); in ZSTD_encodeSequences_body()
345 BIT_addBits(&blockStream, sequences[n].matchLength, mlBits); in ZSTD_encodeSequences_body()
381 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_default() argument
387 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_default()
399 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_bmi2() argument
405 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_bmi2()
[all …]
H A Dzstd_ldm.c445 ldmState_t* ldmState, rawSeqStore_t* sequences, in ZSTD_ldm_generateSequences() argument
464 assert(sequences->pos <= sequences->size); in ZSTD_ldm_generateSequences()
465 assert(sequences->size <= sequences->capacity); in ZSTD_ldm_generateSequences()
466 for (chunk = 0; chunk < nbChunks && sequences->size < sequences->capacity; ++chunk) { in ZSTD_ldm_generateSequences()
473 size_t const prevSize = sequences->size; in ZSTD_ldm_generateSequences()
502 ldmState, sequences, params, chunkStart, chunkSize); in ZSTD_ldm_generateSequences()
510 if (prevSize < sequences->size) { in ZSTD_ldm_generateSequences()
511 sequences->seq[prevSize].litLength += (U32)leftoverSize; in ZSTD_ldm_generateSequences()
H A Dzstd_compress_superblock.c184 size_t const nbSeq = seqStorePtr->sequences - seqStorePtr->sequencesStart; in ZSTD_buildSuperBlockEntropy_sequences()
407 static size_t ZSTD_seqDecompressedSize(seqStore_t const* seqStore, const seqDef* sequences, size_t … in ZSTD_seqDecompressedSize() argument
408 const seqDef* const sstart = sequences; in ZSTD_seqDecompressedSize()
409 const seqDef* const send = sequences + nbSeq; in ZSTD_seqDecompressedSize()
438 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock_sequences() argument
489 sequences, nbSeq, in ZSTD_compressSubBlock_sequences()
538 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock() argument
562 sequences, nbSeq, in ZSTD_compressSubBlock()
712 const seqDef* const send = seqStorePtr->sequences; in ZSTD_compressSubBlock_multi()
H A Dzstd_compress_internal.h514 assert((size_t)(seqStorePtr->sequences - seqStorePtr->sequencesStart) < seqStorePtr->maxNbSeq); in ZSTD_storeSeq()
537 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
539 seqStorePtr->sequences[0].litLength = (U16)litLength; in ZSTD_storeSeq()
542 seqStorePtr->sequences[0].offset = offCode + 1; in ZSTD_storeSeq()
548 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
550 seqStorePtr->sequences[0].matchLength = (U16)mlBase; in ZSTD_storeSeq()
552 seqStorePtr->sequences++; in ZSTD_storeSeq()
H A Dzstd_ldm.h46 ldmState_t* ldms, rawSeqStore_t* sequences,
H A Dzstd_compress_sequences.h45 seqDef const* sequences, size_t nbSeq, int longOffsets, int bmi2);
H A Dzstd_compress.c2117 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_seqToCodes() local
2125 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes()
2126 U32 const mlv = sequences[u].matchLength; in ZSTD_seqToCodes()
2128 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
2165 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_entropyCompressSequences_internal() local
2314 sequences, nbSeq, in ZSTD_entropyCompressSequences_internal()
2436 ssPtr->sequences = ssPtr->sequencesStart; in ZSTD_resetSeqStore()
2523 size_t seqStoreSeqSize = seqStore->sequences - seqStoreSeqs; in ZSTD_copyBlockSequences()
2607 if (sequences[in].offset == 0 && sequences[in].matchLength == 0) { in ZSTD_mergeBlockDelimiters()
2609 sequences[in+1].litLength += sequences[in].litLength; in ZSTD_mergeBlockDelimiters()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Ddwarf2.c1015 struct line_sequence* sequences; member
1154 table->sequences = seq; in add_line_info()
1347 struct line_sequence* sequences; in sort_line_sequences() local
1359 if (sequences == NULL) in sort_line_sequences()
1363 seq = table->sequences; in sort_line_sequences()
1398 sequences[num_sequences].low_pc = sequences[n].low_pc; in sort_line_sequences()
1399 sequences[num_sequences].last_line = sequences[n].last_line; in sort_line_sequences()
1404 table->sequences = sequences; in sort_line_sequences()
1444 table->sequences = NULL; in decode_line_info()
1785 if (table->sequences != NULL) in decode_line_info()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-nios2.texi37 sequences when possible. The generated code sequences are suitable
39 on the extended branch range because of the length of the sequences.
45 and all call instructions with @code{jmp} and @code{callr} sequences
247 @code{jmp} sequences (default).
252 @code{jmp} and @code{callr} sequences.
/dragonfly/contrib/binutils-2.27/bfd/
H A Ddwarf2.c1250 struct line_sequence* sequences; member
1390 table->sequences = seq; in add_line_info()
1587 struct line_sequence* sequences; in sort_line_sequences() local
1599 if (sequences == NULL) in sort_line_sequences()
1603 seq = table->sequences; in sort_line_sequences()
1638 sequences[num_sequences].low_pc = sequences[n].low_pc; in sort_line_sequences()
1639 sequences[num_sequences].last_line = sequences[n].last_line; in sort_line_sequences()
1644 table->sequences = sequences; in sort_line_sequences()
1684 table->sequences = NULL; in decode_line_info()
2069 if (table->sequences != NULL) in decode_line_info()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c1426 struct line_sequence* sequences; member
1580 table->sequences = seq; in add_line_info()
1840 if (sequences == NULL) in sort_line_sequences()
1844 seq = table->sequences; in sort_line_sequences()
1854 sequences[n].num_lines = n; in sort_line_sequences()
1881 sequences[num_sequences].low_pc = sequences[n].low_pc; in sort_line_sequences()
1882 sequences[num_sequences].last_line = sequences[n].last_line; in sort_line_sequences()
1887 table->sequences = sequences; in sort_line_sequences()
2254 table->sequences = NULL; in decode_line_info()
2521 while (table->sequences != NULL) in decode_line_info()
[all …]
/dragonfly/contrib/tcp_wrappers/
H A DBanners.Makefile12 # sequences as described in the hosts_access.5 manual page (`nroff -man'
13 # format). The sequences will be expanded while the banner message is
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1260 seq_t sequences[STORED_SEQS]; in ZSTD_decompressSequencesLong_body() local
1280 sequences[seqNb] = ZSTD_decodeSequence(&seqState, isLongOffset, ZSTD_p_prefetch); in ZSTD_decompressSequencesLong_body()
1281 …PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body()
1288 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQ… in ZSTD_decompressSequencesLong_body()
1291 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body()
1295 sequences[seqNb & STORED_SEQS_MASK] = sequence; in ZSTD_decompressSequencesLong_body()
1303 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[seqNb&STORED_SEQS_MASK], &litPtr, … in ZSTD_decompressSequencesLong_body()
1306 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[seqNb&STORED_SEQS_MASK], prefixStart… in ZSTD_decompressSequencesLong_body()
/dragonfly/contrib/file/magic/Magdir/
H A Dmodem19 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
45 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
H A Dbioinformatics24 >0x04 lelong >1 \b, with %d reference sequences
47 >>&(0x04) lelong >0 \b, with %d reference sequences
55 >0x04 lelong >0 \b, with %d reference sequences
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstreambuf60 * pair of character sequences: one for input, and one for output.
66 * -# Stream buffers can impose various constraints on the sequences
70 * - The controlled sequences can be associated with the contents of
71 * other representations for character sequences, such as external
73 * - The controlled sequences can support operations @e directly to or
74 * from associated sequences.
75 * - The controlled sequences can impose limitations on how the
85 * from associated sequences, and alter <em>the stream position</em> and
616 * @brief Synchronizes the buffer arrays with the controlled sequences.
H A Dstring1 // Components for manipulating sequences of characters -*- C++ -*-
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf65 * pair of character sequences: one for input, and one for output.
71 * -# Stream buffers can impose various constraints on the sequences
75 * - The controlled sequences can be associated with the contents of
76 * other representations for character sequences, such as external
78 * - The controlled sequences can support operations @e directly to or
79 * from associated sequences.
80 * - The controlled sequences can impose limitations on how the
90 * from associated sequences, and alter <em>the stream position</em> and
626 * @brief Synchronizes the buffer arrays with the controlled sequences.
H A Dstring1 // Components for manipulating sequences of characters -*- C++ -*-
/dragonfly/contrib/less/
H A DNEWS356 * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences.
463 * Fix bugs handling SGR sequences in Win32.
571 * Color escape sequences are now supported in WIN32 build.
575 * Fix search bug when using -R and text contains ANSI color escape sequences.
598 * Support CSI escape sequences, like SGR escape sequences.
606 * Fix crash when searching text containing certain invalid UTF-8 sequences.
642 * Don't warn that file is binary if it merely contains ANSI color sequences
772 * Searching works better with ANSI (SGR) escape sequences.
773 ANSI color escape sequences are now supported in the MS-DOS (DJGPP) version.
853 normal text and ANSI color escape sequences.
[all …]
/dragonfly/contrib/cryptsetup/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune.def74 and such sequences introduce false dependency on previous instruction
120 /* Function prologue, epilogue and function calling sequences. */
258 as MOVS and STOS (without a REP prefix) to move/set sequences of bytes. */
491 disables production of such sequences in common cases.
496 and can happen in caller/callee saving sequences. */
/dragonfly/contrib/ee/
H A DREADME.ee61 on the screen, and should have arrow keys that send unique sequences
65 case the arrow keys do not transmit unique sequences, motion operations are
/dragonfly/usr.bin/col/
H A DREADME12 -p force unknown control sequences to be passed through unchanged
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom556 * parameters and the sequences that would be generated
857 * the same parameters and the sequences that would
1120 * the same parameters and the sequences that would
1347 * the same parameters and the sequences that would
1588 * the same parameters and the sequences that would
1837 * the same parameters and the sequences that would
2074 * the same parameters and the sequences that would
2313 * the same parameters and the sequences that would
3077 * parameters and the sequences that would be generated
3305 * the same parameters and the sequences that would
[all …]

1234