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:cacheSize
(Results
1 - 5
of
5
) sorted by relevance
/kernel/uniproton/src/include/uapi/
H
A
D
prt_fs.h
41
S32
cacheSize
; /* size of block caches */
member
/kernel/liteos_m/components/fs/vfs/
H
A
D
los_fs.h
77
int
cacheSize
; /* size of block caches */
member
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_lazy.c
408
U32 const
cacheSize
= bucketSize - 1;
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
local
409
U32 const chainAttempts = (1 << ms->cParams.searchLog) -
cacheSize
;
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
445
for (count = 0; i >= tmpMinChain && count <
cacheSize
; count++) {
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
453
if (count ==
cacheSize
) {
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
456
if (!i || ++countBeyondMinChain >
cacheSize
) {
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
457
/* only allow pulling `
cacheSize
` number of entries
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
492
for (i = 0; i <
cacheSize
; i++) {
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
504
for (i =
cacheSize
- 1; i; i--)
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
/kernel/liteos_m/components/fs/littlefs/
H
A
D
lfs_adapter.c
157
lfsCfg->cache_size = pCfg->
cacheSize
;
in LfsConfigAdapter()
/kernel/uniproton/src/fs/littlefs/
H
A
D
lfs_adapter.c
135
lfsCfg->cache_size = pCfg->
cacheSize
;
in OsLfsConfigAdapter()
Completed in 7 milliseconds