Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 14 of 14) sorted by relevance

/u-boot/doc/usage/cmd/
A Dconitrace.rst18 To display escape sequences on a single line the output only advances to the
A Dbootmenu.rst24 The "bootmenu" command interprets ANSI escape sequences, so
/u-boot/lib/zstd/decompress/
A Dzstd_decompress_block.c1691 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 DREADME52 The default U-Boot environment includes command sequences to update
/u-boot/lib/zstd/common/
A Dzstd_internal.h291 seqDef* sequences; /* ptr to end of sequences */ member
/u-boot/doc/develop/
A Ddesignprinciples.rst91 control character sequences or similar.
183 character sequences (e.g. backspaces or \\r to do "spinning wheel" activity
A Dexpo.rst130 sequences into keys. However, expo has some special menu-key codes for
171 - Use of ANSI sequences to control a serial terminal
A Dmoveconfig.rst245 Surround each portion of the log with escape sequences to display it
/u-boot/doc/android/
A Dfastboot-protocol.rst102 * Command parameters are indicated by printf-style escape sequences.
/u-boot/doc/board/amlogic/
A Dboot-flow.rst7 sequences of the different SoC families are:
/u-boot/include/linux/
A Dzstd_lib.h1386 ZSTDLIB_STATIC_API size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSize);
/u-boot/drivers/video/
A DKconfig143 bool "Support ANSI escape sequences in video console"
150 sequences and performing the appropriate operation.
/u-boot/doc/arch/sandbox/
A Dsandbox.rst505 placeholder assembly sequences for RISC-V, so this option cannot be enabled on
/u-boot/
A DREADME1487 sequences.
2327 "Script files" are command sequences that will be executed by

Completed in 53 milliseconds