Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:posInSequence
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_opt.c
879
* which will update the fields 'pos' and '
posInSequence
'.
883
U32 currPos = (U32)(rawSeqStore->
posInSequence
+ nbBytes);
in ZSTD_optLdm_skipRawSeqStoreBytes()
890
rawSeqStore->
posInSequence
= currPos;
in ZSTD_optLdm_skipRawSeqStoreBytes()
895
rawSeqStore->
posInSequence
= 0;
in ZSTD_optLdm_skipRawSeqStoreBytes()
901
* Updates 'pos' and '
posInSequence
' of the ldmSeqStore.
919
* after adjusting based on ldmSeqStore->
posInSequence
*/
in ZSTD_opt_getNextMatchAndUpdateSeqStore()
921
assert(optLdm->seqStore.
posInSequence
<= currSeq.litLength + currSeq.matchLength);
in ZSTD_opt_getNextMatchAndUpdateSeqStore()
923
literalsBytesRemaining = (optLdm->seqStore.
posInSequence
< currSeq.litLength) ?
in ZSTD_opt_getNextMatchAndUpdateSeqStore()
924
currSeq.litLength - (U32)optLdm->seqStore.
posInSequence
:
in ZSTD_opt_getNextMatchAndUpdateSeqStore()
927
currSeq.matchLength - ((U32)optLdm->seqStore.
posInSequence
in ZSTD_opt_getNextMatchAndUpdateSeqStore()
[all...]
H
A
D
zstd_ldm.c
644
U32 currPos = (U32)(rawSeqStore->
posInSequence
+ nbBytes);
in ZSTD_ldm_skipRawSeqStoreBytes()
651
rawSeqStore->
posInSequence
= currPos;
in ZSTD_ldm_skipRawSeqStoreBytes()
656
rawSeqStore->
posInSequence
= 0;
in ZSTD_ldm_skipRawSeqStoreBytes()
H
A
D
zstd_compress_internal.h
139
size_t
posInSequence
; /* The position within the sequence at seq[pos] where reading
member
140
stopped.
posInSequence
<= seq[pos].litLength + seq[pos].matchLength */
H
A
D
zstd_compress.c
4015
cctx->externSeqStore.
posInSequence
= 0;
in ZSTD_referenceExternalSequences()
5554
U32
posInSequence
; /* Position within sequence at idx */
member
5667
U32 startPosInSequence = seqPos->
posInSequence
;
in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5668
U32 endPosInSequence = seqPos->
posInSequence
+ (U32)blockSize;
in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5764
seqPos->
posInSequence
= endPosInSequence;
in ZSTD_copySequencesToSeqStoreNoBlockDelim()
Completed in 18 milliseconds