| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | seqlock.h | 53 unsigned sequence; member 60 sl->sequence = 0; in seqlock_init() 73 sl->sequence++; in write_seqlock() 80 sl->sequence--; in write_sequnlock() 93 return READ_ONCE(sl->sequence); in read_seqbegin() 100 return (sl->sequence != start); in read_seqretry() 104 unsigned sequence; member 110 s->sequence = 0; in __seqcount_init() 119 ret = READ_ONCE(s->sequence); in __read_seqcount_begin() 142 return (s->sequence != start); in __read_seqcount_retry() [all …]
|
| /dflybsd-src/contrib/xz/src/liblzma/lzma/ |
| H A D | lzma2_decoder.c | 20 enum sequence { enum 29 } sequence; member 32 enum sequence next_sequence; 66 while (*in_pos < in_size || coder->sequence == SEQ_LZMA) in lzma2_decode() 67 switch (coder->sequence) { in lzma2_decode() 89 coder->sequence = SEQ_UNCOMPRESSED_1; in lzma2_decode() 118 coder->sequence = SEQ_COMPRESSED_0; in lzma2_decode() 135 coder->sequence = SEQ_UNCOMPRESSED_2; in lzma2_decode() 140 coder->sequence = SEQ_COMPRESSED_0; in lzma2_decode() 147 coder->sequence = SEQ_COMPRESSED_1; in lzma2_decode() [all …]
|
| H A D | lzma2_encoder.c | 27 } sequence; member 143 switch (coder->sequence) { in lzma2_encode() 162 coder->sequence = SEQ_LZMA_ENCODE; in lzma2_encode() 214 coder->sequence = SEQ_UNCOMPRESSED_HEADER; in lzma2_encode() 222 coder->sequence = SEQ_LZMA_COPY; in lzma2_encode() 236 coder->sequence = SEQ_INIT; in lzma2_encode() 247 coder->sequence = SEQ_UNCOMPRESSED_COPY; in lzma2_encode() 258 coder->sequence = SEQ_INIT; in lzma2_encode() 284 if (filter->options == NULL || coder->sequence != SEQ_INIT) in lzma2_encoder_options_update() 334 coder->sequence = SEQ_INIT; in lzma2_encoder_init()
|
| /dflybsd-src/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 559 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; in maybeSplitSequence() local 560 assert(sequence.offset > 0); in maybeSplitSequence() 562 if (remaining >= sequence.litLength + sequence.matchLength) { in maybeSplitSequence() 564 return sequence; in maybeSplitSequence() 567 if (remaining <= sequence.litLength) { in maybeSplitSequence() 568 sequence.offset = 0; in maybeSplitSequence() 569 } else if (remaining < sequence.litLength + sequence.matchLength) { in maybeSplitSequence() 570 sequence.matchLength = remaining - sequence.litLength; in maybeSplitSequence() 571 if (sequence.matchLength < minMatch) { in maybeSplitSequence() 572 sequence.offset = 0; in maybeSplitSequence() [all …]
|
| /dflybsd-src/contrib/xz/src/liblzma/common/ |
| H A D | index_encoder.c | 27 } sequence; member 66 switch (coder->sequence) { in index_encode() 70 coder->sequence = SEQ_COUNT; in index_encode() 82 coder->sequence = SEQ_NEXT; in index_encode() 92 coder->sequence = SEQ_PADDING; in index_encode() 96 coder->sequence = SEQ_UNPADDED; in index_encode() 102 const lzma_vli size = coder->sequence == SEQ_UNPADDED in index_encode() 115 ++coder->sequence; in index_encode() 130 coder->sequence = SEQ_CRC32; in index_encode() 176 coder->sequence = SEQ_INDICATOR; in index_encoder_reset()
|
| H A D | index_hash.c | 46 } sequence; member 82 index_hash->sequence = SEQ_BLOCK; in lzma_index_hash_init() 148 if (index_hash->sequence != SEQ_BLOCK in lzma_index_hash_append() 191 switch (index_hash->sequence) { in lzma_index_hash_decode() 197 index_hash->sequence = SEQ_COUNT; in lzma_index_hash_decode() 214 index_hash->sequence = index_hash->remaining == 0 in lzma_index_hash_decode() 221 lzma_vli *size = index_hash->sequence == SEQ_UNPADDED in lzma_index_hash_decode() 233 if (index_hash->sequence == SEQ_UNPADDED) { in lzma_index_hash_decode() 239 index_hash->sequence = SEQ_UNCOMPRESSED; in lzma_index_hash_decode() 261 index_hash->sequence = --index_hash->remaining == 0 in lzma_index_hash_decode() [all …]
|
| H A D | index_decoder.c | 27 } sequence; member 72 switch (coder->sequence) { in index_decode() 86 coder->sequence = SEQ_COUNT; in index_decode() 96 coder->sequence = SEQ_MEMUSAGE; in index_decode() 111 coder->sequence = coder->count == 0 in index_decode() 117 lzma_vli *size = coder->sequence == SEQ_UNPADDED in index_decode() 129 if (coder->sequence == SEQ_UNPADDED) { in index_decode() 137 coder->sequence = SEQ_UNCOMPRESSED; in index_decode() 146 coder->sequence = --coder->count == 0 in index_decode() 156 coder->sequence = SEQ_PADDING; in index_decode() [all …]
|
| H A D | stream_encoder.c | 25 } sequence; member 90 switch (coder->sequence) { in stream_encode() 99 if (coder->sequence == SEQ_STREAM_FOOTER) in stream_encode() 103 ++coder->sequence; in stream_encode() 125 coder->sequence = SEQ_INDEX_ENCODE; in stream_encode() 146 coder->sequence = SEQ_BLOCK_HEADER; in stream_encode() 174 coder->sequence = SEQ_BLOCK_INIT; in stream_encode() 200 coder->sequence = SEQ_STREAM_FOOTER; in stream_encode() 237 if (coder->sequence <= SEQ_BLOCK_INIT) { in stream_encoder_update() 251 } else if (coder->sequence <= SEQ_BLOCK_ENCODE) { in stream_encoder_update() [all …]
|
| H A D | common.c | 186 strm->internal->sequence = ISEQ_RUN; in lzma_strm_init() 222 switch (strm->internal->sequence) { in lzma_code() 229 strm->internal->sequence = ISEQ_SYNC_FLUSH; in lzma_code() 233 strm->internal->sequence = ISEQ_FULL_FLUSH; in lzma_code() 237 strm->internal->sequence = ISEQ_FINISH; in lzma_code() 241 strm->internal->sequence = ISEQ_FULL_BARRIER; in lzma_code() 326 if (strm->internal->sequence == ISEQ_SYNC_FLUSH in lzma_code() 327 || strm->internal->sequence == ISEQ_FULL_FLUSH in lzma_code() 328 || strm->internal->sequence in lzma_code() 330 strm->internal->sequence = ISEQ_RUN; in lzma_code() [all …]
|
| H A D | alone_decoder.c | 27 } sequence; member 62 && (coder->sequence == SEQ_CODE || *in_pos < in_size)) in alone_decode() 63 switch (coder->sequence) { in alone_decode() 68 coder->sequence = SEQ_DICTIONARY_SIZE; in alone_decode() 97 coder->sequence = SEQ_UNCOMPRESSED_SIZE; in alone_decode() 125 coder->sequence = SEQ_CODER_INIT; in alone_decode() 151 coder->sequence = SEQ_CODE; in alone_decode() 219 coder->sequence = SEQ_PROPERTIES; in lzma_alone_decoder_init()
|
| H A D | stream_decoder.c | 25 } sequence; member 95 coder->sequence = SEQ_STREAM_HEADER; in stream_decoder_reset() 113 switch (coder->sequence) { in stream_decode() 143 coder->sequence = SEQ_BLOCK_HEADER; in stream_decode() 169 coder->sequence = SEQ_INDEX; in stream_decode() 248 coder->sequence = SEQ_BLOCK; in stream_decode() 269 coder->sequence = SEQ_BLOCK_HEADER; in stream_decode() 287 coder->sequence = SEQ_STREAM_FOOTER; in stream_decode() 327 coder->sequence = SEQ_STREAM_PADDING; in stream_decode()
|
| H A D | block_encoder.c | 31 } sequence; member 59 switch (coder->sequence) { in block_encode() 94 coder->sequence = SEQ_PADDING; in block_encode() 117 coder->sequence = SEQ_CHECK; in block_encode() 155 if (coder->sequence != SEQ_CODE) in block_encoder_update() 200 coder->sequence = SEQ_CODE; in lzma_block_encoder_init()
|
| H A D | auto_decoder.c | 28 } sequence; member 40 switch (coder->sequence) { in auto_decode() 47 coder->sequence = SEQ_CODE; in auto_decode() 83 coder->sequence = SEQ_FINISH; in auto_decode() 180 coder->sequence = SEQ_INIT; in auto_decoder_init()
|
| H A D | alone_encoder.c | 26 } sequence; member 43 switch (coder->sequence) { in alone_encode() 51 coder->sequence = SEQ_CODE; in alone_encode() 99 coder->sequence = SEQ_HEADER; in alone_encoder_init()
|
| H A D | block_decoder.c | 23 } sequence; member 84 switch (coder->sequence) { in block_decode() 125 coder->sequence = SEQ_PADDING; in block_decode() 152 coder->sequence = SEQ_CHECK; in block_decode() 218 coder->sequence = SEQ_CODE; in lzma_block_decoder_init()
|
| /dflybsd-src/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 766 BYTE* const oend, seq_t sequence, in ZSTD_execSequenceEnd() argument 770 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceEnd() 771 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceEnd() 772 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd() 773 const BYTE* match = oLitEnd - sequence.offset; in ZSTD_execSequenceEnd() 778 …RETURN_ERROR_IF(sequence.litLength > (size_t)(litLimit - *litPtr), corruption_detected, "try to re… in ZSTD_execSequenceEnd() 783 ZSTD_safecopy(op, oend_w, *litPtr, sequence.litLength, ZSTD_no_overlap); in ZSTD_execSequenceEnd() 788 if (sequence.offset > (size_t)(oLitEnd - prefixStart)) { in ZSTD_execSequenceEnd() 790 … RETURN_ERROR_IF(sequence.offset > (size_t)(oLitEnd - virtualStart), corruption_detected, ""); in ZSTD_execSequenceEnd() 792 if (match + sequence.matchLength <= dictEnd) { in ZSTD_execSequenceEnd() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | streambuf | 68 * - The controlled input sequence can be not readable. 69 * - The controlled output sequence can be not writable. 76 * program can read characters from a sequence, write characters to 77 * a sequence, put characters back into an input sequence, or alter 80 * -# Each sequence is characterized by three pointers which, if non-null, 82 * represents, at any moment, a (sub)sequence of characters from the 83 * sequence. Operations performed on a sequence alter the values 96 * of three pointers for a sequence, using the pointer names given 102 * output sequence, then a <em>write position</em> is available. 104 * to write (to put, or to store a character value, into the sequence). [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | streambuf | 73 * - The controlled input sequence can be not readable. 74 * - The controlled output sequence can be not writable. 81 * program can read characters from a sequence, write characters to 82 * a sequence, put characters back into an input sequence, or alter 85 * -# Each sequence is characterized by three pointers which, if non-null, 87 * represents, at any moment, a (sub)sequence of characters from the 88 * sequence. Operations performed on a sequence alter the values 101 * of three pointers for a sequence, using the pointer names given 107 * output sequence, then a <em>write position</em> is available. 109 * to write (to put, or to store a character value, into the sequence). [all …]
|
| /dflybsd-src/usr.bin/uuencode/ |
| H A D | uuencode.c | 141 int rv, sequence; in base64_encode() local 143 sequence = 0; in base64_encode() 147 ++sequence; in base64_encode() 151 fprintf(output, "%s%s", buf2, (sequence % GROUPS) ? "" : "\n"); in base64_encode() 153 if (sequence % GROUPS) in base64_encode()
|
| /dflybsd-src/sys/dev/drm/ |
| H A D | drm_vblank.c | 814 e->event.vbl.sequence = seq; in send_vblank_event() 825 e->event.seq.sequence = seq; in send_vblank_event() 880 e->sequence = drm_crtc_accurate_vblank_count(crtc) + 1; in drm_crtc_arm_vblank_event() 1149 e->sequence, seq); in drm_crtc_vblank_off() 1381 e->sequence = req_seq; in drm_queue_vblank_event() 1385 vblwait->reply.sequence = seq; in drm_queue_vblank_event() 1389 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event() 1406 if (vblwait->request.sequence) in drm_wait_vblank_is_query() 1442 reply->sequence = drm_vblank_count_and_time(dev, pipe, &now); in drm_wait_vblank_reply() 1521 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimple.def | 129 BODY is the sequence of statements inside the transaction. 144 BODY is the sequence of statements in the scope. */ 149 sequence of statements that handle these types. */ 154 sequence of statements to execute on failure. */ 192 EVAL is the sequence of statements to execute on entry to GIMPLE_TRY. 194 CLEANUP is the sequence of statements to execute according to 216 is rewritten as a sequence of two codes in gimplification: 235 BODY is the sequence of statements that are inside the critical section. */ 279 BODY is the sequence of statements to execute in the master section. */ 283 BODY is the sequence of statements to execute in the taskgroup section. */ [all …]
|
| /dflybsd-src/crypto/libressl/crypto/evp/ |
| H A D | p5_crpt2.c | 178 param->value.sequence == NULL) { in PKCS5_v2_PBE_keyivgen() 183 pbuf = param->value.sequence->data; in PKCS5_v2_PBE_keyivgen() 184 plen = param->value.sequence->length; in PKCS5_v2_PBE_keyivgen() 252 pbuf = param->value.sequence->data; in PKCS5_v2_PBKDF2_keyivgen() 253 plen = param->value.sequence->length; in PKCS5_v2_PBKDF2_keyivgen()
|
| /dflybsd-src/crypto/libressl/crypto/pkcs12/ |
| H A D | p12_crpt.c | 84 param->value.sequence == NULL) { in PKCS12_PBE_keyivgen() 89 pbuf = param->value.sequence->data; in PKCS12_PBE_keyivgen() 90 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) { in PKCS12_PBE_keyivgen()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | gimple.def | 129 BODY is the sequence of statements inside the transaction. 144 BODY is the sequence of statements in the scope. */ 149 sequence of statements that handle these types. */ 154 sequence of statements to execute on failure. */ 192 EVAL is the sequence of statements to execute on entry to GIMPLE_TRY. 194 CLEANUP is the sequence of statements to execute according to 216 is rewritten as a sequence of two codes in gimplification: 235 BODY is the sequence of statements that are inside the critical section. */ 276 BODY is the sequence of statements to execute in the master section. */ 280 BODY is the sequence of statements to execute in the ordered section. */ [all …]
|
| /dflybsd-src/sys/dev/acpica/acpi_hp/ |
| H A D | acpi_hp.c | 113 UINT32 sequence; /* sequence number as suggested by cmi bios */ member 306 UINT32* sequence, int detail); 900 char* outbuf, size_t outsize, UINT32* sequence, int detail) in acpi_hp_get_cmi_block() argument 912 *sequence = 0; /* whack gcc warning */ in acpi_hp_get_cmi_block() 998 *sequence = (UINT32) obj->Package.Elements[6].Integer.Value; in acpi_hp_get_cmi_block() 1147 UINT32 sequence; in acpi_hp_hpcmi_read() local 1176 line, linesize, &sequence, in acpi_hp_hpcmi_read() 1185 if (sc->cmi_order[i].sequence > sequence) { in acpi_hp_hpcmi_read() 1193 sc->cmi_order[i].sequence = in acpi_hp_hpcmi_read() 1194 sc->cmi_order[i-1].sequence; in acpi_hp_hpcmi_read() [all …]
|