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
defs:matchIndex
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_opt.h
243
U32
matchIndex
= hashTable[h];
in ZSTD_insertBtAndGetAllMatches()
local
[all...]
H
A
D
compress.c
1039
U32 const
matchIndex
= hashTable[h];
in ZSTD_compressBlock_fast_generic()
local
1138
const U32
matchIndex
= hashTable[h];
in ZSTD_compressBlock_fast_extDict_generic()
local
1419
const U32
matchIndex
= hashSmall[hSmall];
ZSTD_compressBlock_doubleFast_extDict_generic()
local
1569
U32
matchIndex
= hashTable[h];
ZSTD_insertBt1()
local
1652
U32
matchIndex
= hashTable[h];
ZSTD_insertBtAndFindBestMatch()
local
1838
U32
matchIndex
= ZSTD_insertAndFindFirstIndex(zc, ip, mls);
ZSTD_HcFindBestMatch_generic()
local
2198
U32 const
matchIndex
= (U32)((start - base) - (offset - ZSTD_REP_MOVE));
ZSTD_compressBlock_lazy_extDict_generic()
local
[all...]
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4hc_compress.c
114
U32
matchIndex
;
in LZ4HC_InsertAndFindBestMatch()
local
187
U32
matchIndex
;
LZ4HC_InsertAndGetWiderMatch()
local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_fast.c
429
U32 const
matchIndex
= hashTable[h];
in ZSTD_compressBlock_fast_dictMatchState_generic()
local
585
const U32
matchIndex
= hashTable[h];
in ZSTD_compressBlock_fast_extDict_generic()
local
[all...]
H
A
D
zstd_double_fast.c
566
const U32
matchIndex
= hashSmall[hSmall];
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
H
A
D
zstd_opt.c
424
U32
matchIndex
= hashTable[h];
in ZSTD_insertBt1()
local
574
U32
matchIndex
= hashTable[h];
ZSTD_insertBtAndGetAllMatches()
local
[all...]
H
A
D
zstd_lazy.c
45
U32 const
matchIndex
= hashTable[h];
in ZSTD_updateDUBT()
local
84
U32
matchIndex
= *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached through *smallerPtr, while *largerPtr contains previous unsorted candidate (which is already saved and can be overwritten) */
in ZSTD_insertDUBT1()
local
197
U32
matchIndex
= dictMatchIndex + dictIndexDelta;
ZSTD_DUBT_findBetterDictMatch()
local
241
U32
matchIndex
= hashTable[h];
ZSTD_DUBT_findBestMatch()
local
529
U32
matchIndex
;
ZSTD_dedicatedDictSearch_lazy_search()
local
679
U32
matchIndex
;
ZSTD_HcFindBestMatch()
local
1197
U32 const
matchIndex
= row[matchPos];
ZSTD_RowFindBestMatch()
local
1219
U32 const
matchIndex
= matchBuffer[currMatch];
ZSTD_RowFindBestMatch()
local
1265
U32 const
matchIndex
= dmsRow[matchPos];
ZSTD_RowFindBestMatch()
local
1274
U32 const
matchIndex
= matchBuffer[currMatch];
ZSTD_RowFindBestMatch()
local
1663
U32 const
matchIndex
= (U32)((size_t)(start-base) - STORED_OFFSET(offcode));
ZSTD_compressBlock_lazy_generic()
local
2005
U32 const
matchIndex
= (U32)((size_t)(start-base) - STORED_OFFSET(offcode));
ZSTD_compressBlock_lazy_extDict_generic()
local
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4hc_compress.c
114
U32
matchIndex
;
in LZ4HC_InsertAndFindBestMatch()
local
187
U32
matchIndex
;
LZ4HC_InsertAndGetWiderMatch()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
eeprom.c
279
int
matchIndex
= -1, lowIndex = -1;
in ath9k_hw_get_legacy_target_powers()
local
334
int
matchIndex
= -1, lowIndex = -1;
in ath9k_hw_get_target_powers()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
eeprom.c
289
int
matchIndex
= -1, lowIndex = -1;
in ath9k_hw_get_legacy_target_powers()
local
344
int
matchIndex
= -1, lowIndex = -1;
in ath9k_hw_get_target_powers()
local
[all...]
Completed in 16 milliseconds