| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 287 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 D | zstd_ldm.c | 445 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 D | zstd_compress_superblock.c | 184 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 D | zstd_compress_internal.h | 514 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 D | zstd_ldm.h | 46 ldmState_t* ldms, rawSeqStore_t* sequences,
|
| H A D | zstd_compress_sequences.h | 45 seqDef const* sequences, size_t nbSeq, int longOffsets, int bmi2);
|
| H A D | zstd_compress.c | 2117 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 …]
|
| /freebsd-13.1/sys/teken/libteken/ |
| H A D | Makefile | 32 teken_state.h: ${SRCDIR}/gensequences ${SRCDIR}/sequences 33 awk -f ${SRCDIR}/gensequences ${SRCDIR}/sequences > ${.TARGET}
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-param-test.h.pump | 211 // Range() returns generators providing sequences of values in a range. 221 // * The generated sequences never include end. For example, Range(1, 5) 230 // Elements in the resulting sequences will also have that type. 250 // - returns a generator producing sequences with elements from 253 // - returns a generator producing sequences with elements from 256 // - returns a generator producing sequences with elements from 376 // Combine() allows the user to combine two or more sequences to produce 377 // values of a Cartesian product of those sequences' elements. 381 // - returns a generator producing sequences with elements coming from 382 // the Cartesian product of elements from the sequences generated by [all …]
|
| /freebsd-13.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 357 sequence_command_t **const sequences); 676 sequence_command_t *sequences = NULL; in decompress_block() local 678 decode_sequences(ctx, in, &sequences); in decompress_block() 681 execute_sequences(ctx, out, literals, literals_size, sequences, in decompress_block() 684 free(sequences); in decompress_block() 1023 *sequences = NULL; in decode_sequences() 1036 *sequences = malloc(num_sequences * sizeof(sequence_command_t)); in decode_sequences() 1037 if (!*sequences) { in decode_sequences() 1041 decompress_sequences(ctx, in, *sequences, num_sequences); in decode_sequences() 1117 sequences[i] = decode_sequence(&states, src, &bit_offset); in decompress_sequences() [all …]
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | Banners.Makefile | 12 # sequences as described in the hosts_access.5 manual page (`nroff -man' 13 # format). The sequences will be expanded while the banner message is
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | modem | 19 # 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 D | bioinformatics | 24 >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
|
| /freebsd-13.1/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 1260 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()
|
| /freebsd-13.1/stand/ |
| H A D | defs.mk | 207 teken_state.h: ${SYSDIR}/teken/sequences 209 ${SYSDIR}/teken/sequences > teken_state.h
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | input-reset.txt | 8 Key sequences are global to the system but all the keys in a set must be coming
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 13 defm bytes : Eq<"bytes", "Print sequences of the specified length">;
|
| /freebsd-13.1/contrib/less/ |
| H A D | NEWS | 180 * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences. 287 * Fix bugs handling SGR sequences in Win32. 395 * Color escape sequences are now supported in WIN32 build. 399 * Fix search bug when using -R and text contains ANSI color escape sequences. 422 * Support CSI escape sequences, like SGR escape sequences. 430 * Fix crash when searching text containing certain invalid UTF-8 sequences. 466 * Don't warn that file is binary if it merely contains ANSI color sequences 596 * Searching works better with ANSI (SGR) escape sequences. 597 ANSI color escape sequences are now supported in the MS-DOS (DJGPP) version. 677 normal text and ANSI color escape sequences. [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 25 std::vector<std::unique_ptr<LineSequence>> &&sequences) in LineTable() argument 28 llvm::stable_sort(sequences, less_than_bp); in LineTable() 29 for (const auto &sequence : sequences) { in LineTable()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASN1_STRING_print_ex.pod | 47 interprets UTF8 sequences. 63 format first. If the terminal supports the display of UTF8 sequences then this
|
| /freebsd-13.1/usr.bin/calendar/ |
| H A D | calendar.h | 149 extern const char *sequences[];
|
| H A D | locale.c | 63 const char *sequences[] = { variable
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/ |
| H A D | amlogic,meson-gx-pwrc.txt | 11 sequences.
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | rfc4013.txt | 177 few character sequences. These sequences, however, do not appear in 197 Unicode code point sequences as possible prepared strings, that
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 712 std::vector<std::unique_ptr<LineSequence>> sequences; in ParseLineTableAndSupportFiles() local 722 sequences.push_back(std::move(line_seq_up)); in ParseLineTableAndSupportFiles() 749 data.line_table_up = std::make_unique<LineTable>(&cu, std::move(sequences)); in ParseLineTableAndSupportFiles()
|