Searched refs:sequences (Results 1 – 14 of 14) sorted by relevance
| /u-boot/doc/usage/cmd/ |
| A D | conitrace.rst | 18 To display escape sequences on a single line the output only advances to the
|
| A D | bootmenu.rst | 24 The "bootmenu" command interprets ANSI escape sequences, so
|
| /u-boot/lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 1691 seq_t sequences[STORED_SEQS]; local 1712 sequences[seqNb] = sequence; 1729 sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQS_MASK].litLength -= leftoverLit; 1738 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQ… 1743 sequences[seqNb & STORED_SEQS_MASK] = sequence; 1750 …itBuffer(op, oend, litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQS_MASK].litLength - WILD… 1754 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQ… 1759 sequences[seqNb & STORED_SEQS_MASK] = sequence; 1768 seq_t *sequence = &(sequences[seqNb&STORED_SEQS_MASK]); 1786 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[seqNb&STORED_SEQS_MASK], prefixStart… [all …]
|
| /u-boot/board/liebherr/xea/ |
| A D | README | 52 The default U-Boot environment includes command sequences to update
|
| /u-boot/lib/zstd/common/ |
| A D | zstd_internal.h | 291 seqDef* sequences; /* ptr to end of sequences */ member
|
| /u-boot/doc/develop/ |
| A D | designprinciples.rst | 91 control character sequences or similar. 183 character sequences (e.g. backspaces or \\r to do "spinning wheel" activity
|
| A D | expo.rst | 130 sequences into keys. However, expo has some special menu-key codes for 171 - Use of ANSI sequences to control a serial terminal
|
| A D | moveconfig.rst | 245 Surround each portion of the log with escape sequences to display it
|
| /u-boot/doc/android/ |
| A D | fastboot-protocol.rst | 102 * Command parameters are indicated by printf-style escape sequences.
|
| /u-boot/doc/board/amlogic/ |
| A D | boot-flow.rst | 7 sequences of the different SoC families are:
|
| /u-boot/include/linux/ |
| A D | zstd_lib.h | 1386 ZSTDLIB_STATIC_API size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSize);
|
| /u-boot/drivers/video/ |
| A D | Kconfig | 143 bool "Support ANSI escape sequences in video console" 150 sequences and performing the appropriate operation.
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 505 placeholder assembly sequences for RISC-V, so this option cannot be enabled on
|
| /u-boot/ |
| A D | README | 1487 sequences. 2327 "Script files" are command sequences that will be executed by
|
Completed in 53 milliseconds