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:rep2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
decompress_unlzma.c
289
uint32_t rep0, rep1,
rep2
, rep3;
member
403
cst->rep3 = cst->
rep2
;
in process_bit1()
404
cst->
rep2
= cst->rep1;
in process_bit1()
439
distance = cst->
rep2
;
in process_bit1()
443
cst->rep3 = cst->
rep2
;
in process_bit1()
445
cst->
rep2
= cst->rep1;
in process_bit1()
570
cst.rep0 = cst.rep1 = cst.
rep2
= cst.rep3 = 1;
in unlzma()
/kernel/linux/linux-6.6/lib/
H
A
D
decompress_unlzma.c
289
uint32_t rep0, rep1,
rep2
, rep3;
member
403
cst->rep3 = cst->
rep2
;
in process_bit1()
404
cst->
rep2
= cst->rep1;
in process_bit1()
439
distance = cst->
rep2
;
in process_bit1()
443
cst->rep3 = cst->
rep2
;
in process_bit1()
445
cst->
rep2
= cst->rep1;
in process_bit1()
570
cst.rep0 = cst.rep1 = cst.
rep2
= cst.rep3 = 1;
in unlzma()
/kernel/linux/linux-5.10/lib/xz/
H
A
D
xz_dec_lzma2.c
136
uint32_t
rep2
;
member
176
/* If 0, distance of a repeated match is
rep2
. Otherwise it is rep3. */
671
s->lzma.rep3 = s->lzma.
rep2
;
in lzma_match()
672
s->lzma.
rep2
= s->lzma.rep1;
in lzma_match()
721
tmp = s->lzma.
rep2
;
in lzma_rep_match()
724
s->lzma.rep3 = s->lzma.
rep2
;
in lzma_rep_match()
727
s->lzma.
rep2
= s->lzma.rep1;
in lzma_rep_match()
792
s->lzma.
rep2
= 0;
in lzma_reset()
/kernel/linux/linux-6.6/lib/xz/
H
A
D
xz_dec_lzma2.c
136
uint32_t
rep2
;
member
176
/* If 0, distance of a repeated match is
rep2
. Otherwise it is rep3. */
686
s->lzma.rep3 = s->lzma.
rep2
;
in lzma_match()
687
s->lzma.
rep2
= s->lzma.rep1;
in lzma_match()
736
tmp = s->lzma.
rep2
;
in lzma_rep_match()
739
s->lzma.rep3 = s->lzma.
rep2
;
in lzma_rep_match()
742
s->lzma.
rep2
= s->lzma.rep1;
in lzma_rep_match()
807
s->lzma.
rep2
= 0;
in lzma_reset()
Completed in 6 milliseconds