| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 465 ldmState_t* ldmState, rawSeqStore_t* sequences, in ZSTD_ldm_generateSequences() argument 484 assert(sequences->pos <= sequences->size); in ZSTD_ldm_generateSequences() 485 assert(sequences->size <= sequences->capacity); in ZSTD_ldm_generateSequences() 486 for (chunk = 0; chunk < nbChunks && sequences->size < sequences->capacity; ++chunk) { in ZSTD_ldm_generateSequences() 493 size_t const prevSize = sequences->size; in ZSTD_ldm_generateSequences() 514 ldmState, sequences, params, chunkStart, chunkSize); in ZSTD_ldm_generateSequences() 522 if (prevSize < sequences->size) { in ZSTD_ldm_generateSequences() 523 sequences->seq[prevSize].litLength += (U32)leftoverSize; in ZSTD_ldm_generateSequences()
|
| H A D | zstd_compress_internal.h | 300 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq() 302 seqStorePtr->sequences[0].litLength = (U16)litLength; in ZSTD_storeSeq() 305 seqStorePtr->sequences[0].offset = offsetCode + 1; in ZSTD_storeSeq() 311 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq() 313 seqStorePtr->sequences[0].matchLength = (U16)mlBase; in ZSTD_storeSeq() 315 seqStorePtr->sequences++; in ZSTD_storeSeq()
|
| H A D | zstd_compress.c | 1448 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_seqToCodes() local 1455 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() 1456 U32 const mlv = sequences[u].matchLength; in ZSTD_seqToCodes() 1458 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 1560 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_body() argument 1600 sequences[n].litLength, in ZSTD_encodeSequences_body() 1601 sequences[n].matchLength + MINMATCH, in ZSTD_encodeSequences_body() 1602 sequences[n].offset); in ZSTD_encodeSequences_body() 1714 const seqDef* const sequences = seqStorePtr->sequencesStart; in ZSTD_compressSequences_internal() local 1813 sequences, nbSeq, in ZSTD_compressSequences_internal() [all …]
|
| H A D | zstd_ldm.h | 41 ldmState_t* ldms, rawSeqStore_t* sequences,
|
| /freebsd-12.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-12.1/sys/teken/libteken/ |
| H A D | Makefile | 33 teken_state.h: ${SRCDIR}/gensequences ${SRCDIR}/sequences 34 awk -f ${SRCDIR}/gensequences ${SRCDIR}/sequences > ${.TARGET}
|
| /freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 347 sequence_command_t **const sequences); 708 sequence_command_t *sequences = NULL; in decompress_block() local 710 decode_sequences(ctx, in, &sequences); in decompress_block() 713 execute_sequences(ctx, out, literals, literals_size, sequences, in decompress_block() 716 free(sequences); in decompress_block() 1055 *sequences = NULL; in decode_sequences() 1068 *sequences = malloc(num_sequences * sizeof(sequence_command_t)); in decode_sequences() 1069 if (!*sequences) { in decode_sequences() 1073 decompress_sequences(ctx, in, *sequences, num_sequences); in decode_sequences() 1149 sequences[i] = decode_sequence(&states, src, &bit_offset); in decompress_sequences() [all …]
|
| /freebsd-12.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-12.1/contrib/gcc/config/mips/ |
| H A D | predicates.md | 177 (1) The move expanders should split complex load sequences into 181 (2) The target of pre-reload load sequences should not be used 187 complex load sequences, we would want to be able to split the 188 sequences before reload as well, so that the pre-reload scheduler
|
| /freebsd-12.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-12.1/contrib/less/ |
| H A D | NEWS | 53 * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences. 160 * Fix bugs handling SGR sequences in Win32. 268 * Color escape sequences are now supported in WIN32 build. 272 * Fix search bug when using -R and text contains ANSI color escape sequences. 295 * Support CSI escape sequences, like SGR escape sequences. 303 * Fix crash when searching text containing certain invalid UTF-8 sequences. 339 * Don't warn that file is binary if it merely contains ANSI color sequences 469 * Searching works better with ANSI (SGR) escape sequences. 470 ANSI color escape sequences are now supported in the MS-DOS (DJGPP) version. 550 normal text and ANSI color escape sequences. [all …]
|
| /freebsd-12.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-12.1/usr.bin/calendar/ |
| H A D | calendar.h | 150 extern const char *sequences[];
|
| H A D | locale.c | 63 const char *sequences[] = { variable
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | decodecorpus.c | 806 const seqDef* const sequences = seqStorePtr->sequencesStart; in writeSequences() local 941 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in writeSequences() 943 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in writeSequences() 945 BIT_addBits(&blockStream, sequences[nbSeq-1].offset, ofCodeTable[nbSeq-1]); in writeSequences() 963 BIT_addBits(&blockStream, sequences[n].litLength, llBits); in writeSequences() 965 BIT_addBits(&blockStream, sequences[n].matchLength, mlBits); in writeSequences() 967 BIT_addBits(&blockStream, sequences[n].offset, ofBits); /* 31 */ in writeSequences()
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 224 seqDef* sequences; member
|
| /freebsd-12.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-12.1/contrib/ee/ |
| H A D | README.ee | 61 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
|
| /freebsd-12.1/usr.bin/col/ |
| H A D | README | 11 -p force unknown control sequences to be passed through unchanged
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | crtn.asm | 43 # sequences here, it is just not worth it. Instead keep things
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 67 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences.
|
| /freebsd-12.1/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 84 - [Sequences Section](#sequences-section) 385 - [Sequences Section](#sequences-section) 586 - `if (byte0 == 0)` : there are no sequences. 616 This code will be repeated for all sequences. 756 These sequences are decoded in order from first to last. 758 this means the compressor must encode the sequences starting with the last 825 Once literals and sequences have been decoded, 829 decoded as described in the [Sequences Section](#sequences-section). 1100 by bit sequences (codewords), one codeword for each symbol, 1102 by bit sequences of different lengths,
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | alphaelf.em | 127 --no-relax Do not relax call and gp sequences.\n\
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | src.desc | 30 sh.parse.c: Parser. Not really a parser. Recognizes sequences of tokens
|