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:mnum
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_opt.c
590
U32
mnum
= 0;
in ZSTD_insertBtAndGetAllMatches()
local
647
matches[
mnum
].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */
in ZSTD_insertBtAndGetAllMatches()
648
matches[
mnum
].len = (U32)repLen;
in ZSTD_insertBtAndGetAllMatches()
649
mnum
++;
in ZSTD_insertBtAndGetAllMatches()
652
return
mnum
;
in ZSTD_insertBtAndGetAllMatches()
675
assert(
mnum
==0); /* no prior solution */
in ZSTD_insertBtAndGetAllMatches()
678
mnum
= 1;
in ZSTD_insertBtAndGetAllMatches()
715
matches[
mnum
].off = STORE_OFFSET(curr - matchIndex);
in ZSTD_insertBtAndGetAllMatches()
716
matches[
mnum
].len = (U32)matchLength;
in ZSTD_insertBtAndGetAllMatches()
717
mnum
in ZSTD_insertBtAndGetAllMatches()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
ctx_rewrite.c
253
__u16
mnum
;
in find_field_offset_aux()
local
267
mnum
= btf_vlen(type);
in find_field_offset_aux()
269
for (i = 0; i <
mnum
; ++i, ++m) {
in find_field_offset_aux()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_opt.h
258
U32
mnum
= 0;
in ZSTD_insertBtAndGetAllMatches()
local
282
matches[
mnum
].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3;
in ZSTD_insertBtAndGetAllMatches()
283
matches[
mnum
].len = (U32)currMl;
in ZSTD_insertBtAndGetAllMatches()
284
mnum
++;
in ZSTD_insertBtAndGetAllMatches()
316
matches[
mnum
].off = ZSTD_REP_MOVE_OPT + curr - matchIndex;
in ZSTD_insertBtAndGetAllMatches()
317
matches[
mnum
].len = (U32)matchLength;
in ZSTD_insertBtAndGetAllMatches()
318
mnum
++;
in ZSTD_insertBtAndGetAllMatches()
352
return
mnum
;
in ZSTD_insertBtAndGetAllMatches()
Completed in 6 milliseconds