Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 113) sorted by relevance

12345

/f-stack/freebsd/contrib/ck/include/
H A Dck_sequence.h35 unsigned int sequence; member
39 #define CK_SEQUENCE_INITIALIZER { .sequence = 0 }
45 ck_pr_store_uint(&sq->sequence, 0); in ck_sequence_init()
55 version = ck_pr_load_uint(&sq->sequence); in ck_sequence_read_begin()
85 return ck_pr_load_uint(&sq->sequence) != version; in ck_sequence_read_retry()
104 ck_pr_store_uint(&sq->sequence, sq->sequence + 1); in ck_sequence_write_begin()
121 ck_pr_store_uint(&sq->sequence, sq->sequence + 1); in ck_sequence_write_end()
/f-stack/app/redis-5.0.5/src/
H A Dsparkline.h39 struct sequence { struct
50 struct sequence *createSparklineSequence(void); argument
51 void sparklineSequenceAddSample(struct sequence *seq, double value, char *label);
52 void freeSparklineSequence(struct sequence *seq);
53 sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags…
54 sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags);
H A Dsparkline.c57 struct sequence *createSparklineSequence(void) { in createSparklineSequence()
58 struct sequence *seq = zmalloc(sizeof(*seq)); in createSparklineSequence()
65 void sparklineSequenceAddSample(struct sequence *seq, double value, char *label) { in sparklineSequenceAddSample()
81 void freeSparklineSequence(struct sequence *seq) { in freeSparklineSequence()
97 sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags… in sparklineRenderRange()
165 sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags) { in sparklineRender()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst10 sequence number.
19 At a given time, the reorder buffer contains mbufs whose sequence number are
20 inside the sequence window. The sequence window is determined by the minimum
21 sequence number and the number of entries that the buffer was configured to hold.
22 For example, given a reorder buffer with 200 entries and a minimum sequence
23 number of 350, the sequence window has low and high limits of 350 and 550
27 and late mbufs depending on the sequence number of the inserted mbuf:
29 * valid: the sequence number is inside the window.
30 * late: the sequence number is outside the window and less than the low limit.
31 * early: the sequence number is outside the window and greater than the high
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_ldm.c560 assert(sequence.offset > 0); in maybeSplitSequence()
562 if (remaining >= sequence.litLength + sequence.matchLength) { in maybeSplitSequence()
564 return sequence; 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()
572 sequence.offset = 0; in maybeSplitSequence()
577 return sequence; in maybeSplitSequence()
630 if (sequence.offset == 0) in ZSTD_ldm_blockCompress()
633 assert(ip + sequence.litLength + sequence.matchLength <= iend); in ZSTD_ldm_blockCompress()
[all …]
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c39 } sequence; member
114 } sequence; member
325 switch (s->index.sequence) { in dec_index()
581 switch (s->sequence) { in dec_main()
601 s->sequence = SEQ_BLOCK_START; in dec_main()
615 s->sequence = SEQ_INDEX; in dec_main()
628 s->sequence = SEQ_BLOCK_HEADER; in dec_main()
665 s->sequence = SEQ_BLOCK_CHECK; in dec_main()
684 s->sequence = SEQ_BLOCK_START; in dec_main()
714 s->sequence = SEQ_INDEX_CRC32; in dec_main()
[all …]
H A Dxz_dec_lzma2.c226 } sequence; member
937 switch (s->lzma2.sequence) { in xz_dec_lzma2_run()
1010 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run()
1019 s->lzma2.sequence = SEQ_UNCOMPRESSED_2; in xz_dec_lzma2_run()
1025 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run()
1031 s->lzma2.sequence = SEQ_COMPRESSED_1; in xz_dec_lzma2_run()
1044 s->lzma2.sequence = SEQ_LZMA_PREPARE; in xz_dec_lzma2_run()
1054 s->lzma2.sequence = SEQ_LZMA_RUN; in xz_dec_lzma2_run()
1080 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run()
1096 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run()
[all …]
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c770 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceEnd()
771 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceEnd()
773 const BYTE* match = oLitEnd - sequence.offset; in ZSTD_execSequenceEnd()
800 sequence.matchLength -= length1; in ZSTD_execSequenceEnd()
814 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequence()
847 if (UNLIKELY(sequence.litLength > 16)) { in ZSTD_execSequence()
866 sequence.matchLength -= length1; in ZSTD_execSequence()
873 assert(sequence.matchLength >= 1); in ZSTD_execSequence()
886 assert(sequence.offset < WILDCOPY_VECLEN); in ZSTD_execSequence()
892 if (sequence.matchLength > 8) { in ZSTD_execSequence()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dinput-reset.txt1 Input: sysrq reset sequence
4 include/uapi/linux/input.h. This is to communicate a sequence of keys to the
20 sequence has been recognized.
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dmsm-hsusb.txt59 - qcom,phy-init-sequence: PHY configuration sequence values. This is related to Device
63 For example: qcom,phy-init-sequence = < -1 0x63 >;
108 qcom,phy-init-sequence = < -1 0x63 >;
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmc-pwrseq-simple.txt1 * The simple MMC power sequence provider
3 The purpose of the simple MMC power sequence provider is to supports a set of
H A Dmmc-pwrseq-simple.yaml7 title: Simple MMC power sequence provider binding
13 The purpose of the simple MMC power sequence provider is to supports a set
H A Dmmc-pwrseq-sd8787.txt1 * Marvell SD8787 power sequence provider
H A Dmmc-pwrseq-sd8787.yaml7 title: Marvell SD8787 power sequence provider binding
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dsamsung,s6e8aa0.txt13 - reset-delay: delay after reset sequence [ms]
14 - init-delay: delay after initialization sequence [ms]
H A Dsamsung,s6e8aa0.yaml34 description: delay after reset sequence [ms]
38 description: delay after initialization sequence [ms]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v04.c2002 MEM_writeLE16(&(DElt.sequence), baseSeq); in HUF_fillDTableX4Level2()
2876 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequence()
2877 const size_t sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequence()
2881 const BYTE* match = oLitEnd - sequence.offset; in ZSTD_execSequence()
2894 if (sequence.offset > (size_t)(oLitEnd - base)) in ZSTD_execSequence()
2910 sequence.matchLength -= length1; in ZSTD_execSequence()
2921 if (sequence.offset < 8) { in ZSTD_execSequence()
2928 match += dec32table[sequence.offset]; in ZSTD_execSequence()
2985 seq_t sequence; in ZSTD_decompressSequences() local
2988 memset(&sequence, 0, sizeof(sequence)); in ZSTD_decompressSequences()
[all …]
H A Dzstd_v06.c2261 MEM_writeLE16(&(DElt.sequence), baseSeq); in HUFv06_fillDTableX4Level2()
3370 BYTE* const oLitEnd = op + sequence.litLength; in ZSTDv06_execSequence()
3371 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTDv06_execSequence()
3375 const BYTE* match = oLitEnd - sequence.offset; in ZSTDv06_execSequence()
3400 sequence.matchLength -= length1; in ZSTDv06_execSequence()
3410 if (sequence.offset < 8) { in ZSTDv06_execSequence()
3419 match += dec32table[sequence.offset]; in ZSTDv06_execSequence()
3470 seq_t sequence; in ZSTDv06_decompressSequences() local
3473 memset(&sequence, 0, sizeof(sequence)); in ZSTDv06_decompressSequences()
3474 sequence.offset = REPCODE_STARTVALUE; in ZSTDv06_decompressSequences()
[all …]
H A Dzstd_v03.c1851 MEM_writeLE16(&(DElt.sequence), baseSeq); in HUF_fillDTableX4Level2()
1918 MEM_writeLE16(&(DElt.sequence), symbol); in HUF_fillDTableX4()
2749 seq_t sequence, in ZSTD_execSequence() argument
2756 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequence()
2757 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence()
2773 const BYTE* match = op - sequence.offset; in ZSTD_execSequence()
2781 if (sequence.offset < 8) in ZSTD_execSequence()
2788 match += dec32table[sequence.offset]; in ZSTD_execSequence()
2847 seq_t sequence; in ZSTD_decompressSequences() local
2850 memset(&sequence, 0, sizeof(sequence)); in ZSTD_decompressSequences()
[all …]
H A Dzstd_v05.c2129 MEM_writeLE16(&(DElt.sequence), baseSeq); in HUFv05_fillDTableX4Level2()
2191 MEM_writeLE16(&(DElt.sequence), symbol); in HUFv05_fillDTableX4()
3234 BYTE* const oLitEnd = op + sequence.litLength; in ZSTDv05_execSequence()
3235 const size_t sequenceLength = sequence.litLength + sequence.matchLength; in ZSTDv05_execSequence()
3239 const BYTE* match = oLitEnd - sequence.offset; in ZSTDv05_execSequence()
3266 sequence.matchLength -= length1; in ZSTDv05_execSequence()
3276 if (sequence.offset < 8) { in ZSTDv05_execSequence()
3283 match += dec32table[sequence.offset]; in ZSTDv05_execSequence()
3337 seq_t sequence; in ZSTDv05_decompressSequences() local
3340 memset(&sequence, 0, sizeof(sequence)); in ZSTDv05_decompressSequences()
[all …]
H A Dzstd_v01.c1759 seq_t sequence, in ZSTD_execSequence() argument
1766 const size_t litLength = sequence.litLength; in ZSTD_execSequence()
1789 … const BYTE* match = op - sequence.offset; /* possible underflow at op - offset ? */ in ZSTD_execSequence()
1795 if (sequence.offset > (size_t)base) return ERROR(corruption_detected); in ZSTD_execSequence()
1804 if (sequence.offset < 8) in ZSTD_execSequence()
1806 const int dec64 = dec64table[sequence.offset]; in ZSTD_execSequence()
1811 match += dec32table[sequence.offset]; in ZSTD_execSequence()
1881 seq_t sequence; in ZSTD_decompressSequences() local
1884 memset(&sequence, 0, sizeof(sequence)); in ZSTD_decompressSequences()
1898 ZSTD_decodeSequence(&sequence, &seqState); in ZSTD_decompressSequences()
[all …]
H A Dzstd_v02.c1854 MEM_writeLE16(&(DElt.sequence), baseSeq); in HUF_fillDTableX4Level2()
1921 MEM_writeLE16(&(DElt.sequence), symbol); in HUF_fillDTableX4()
2352 DSeq.sequence = 0; in HUF_readDTableX6()
3108 seq_t sequence, in ZSTD_execSequence() argument
3115 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequence()
3116 …BYTE* const oMatchEnd = op + sequence.litLength + sequence.matchLength; /* risk : address space … in ZSTD_execSequence()
3132 const BYTE* match = op - sequence.offset; in ZSTD_execSequence()
3140 if (sequence.offset < 8) in ZSTD_execSequence()
3147 match += dec32table[sequence.offset]; in ZSTD_execSequence()
3206 seq_t sequence; in ZSTD_decompressSequences() local
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dmax77620.txt29 Flexible power sequence configurations:
35 to be part of a sequence allowing external regulators to be sequenced along
37 sequence.
47 sequence slave register which allows its enable source to be specified as
/f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/
H A Dmarvell-8xxx.txt38 - mmc-pwrseq: phandle to the MMC power sequence node. See "mmc-pwrseq-*"
39 for documentation of MMC power sequence bindings.
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dsqi-pic32.txt7 - clocks: Should contain phandle of two clocks in sequence, one that drives

12345