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:MAXBITS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_inflate/
H
A
D
inftrees.c
9
#define
MAXBITS
15
macro
44
unsigned short count[
MAXBITS
+1]; /* number of codes of each length */
in zlib_inflate_table()
45
unsigned short offs[
MAXBITS
+1]; /* offsets in table for each length */
in zlib_inflate_table()
75
lens[] are in the range 0..
MAXBITS
. The caller must assure this.
in zlib_inflate_table()
76
1..
MAXBITS
is interpreted as that code length. zero means that that
in zlib_inflate_table()
92
/* accumulate lengths for codes (assumes lens[] all in 0..
MAXBITS
) */
in zlib_inflate_table()
93
for (len = 0; len <=
MAXBITS
; len++)
in zlib_inflate_table()
100
for (max =
MAXBITS
; max >= 1; max--)
in zlib_inflate_table()
112
for (min = 1; min <
MAXBITS
; min++)
in zlib_inflate_table()
118
for (len = 1; len <=
MAXBITS
; le
in zlib_inflate_table()
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H
A
D
inftrees.c
9
#define
MAXBITS
15
macro
44
unsigned short count[
MAXBITS
+1]; /* number of codes of each length */
in zlib_inflate_table()
45
unsigned short offs[
MAXBITS
+1]; /* offsets in table for each length */
in zlib_inflate_table()
75
lens[] are in the range 0..
MAXBITS
. The caller must assure this.
in zlib_inflate_table()
76
1..
MAXBITS
is interpreted as that code length. zero means that that
in zlib_inflate_table()
92
/* accumulate lengths for codes (assumes lens[] all in 0..
MAXBITS
) */
in zlib_inflate_table()
93
for (len = 0; len <=
MAXBITS
; len++)
in zlib_inflate_table()
100
for (max =
MAXBITS
; max >= 1; max--)
in zlib_inflate_table()
112
for (min = 1; min <
MAXBITS
; min++)
in zlib_inflate_table()
118
for (len = 1; len <=
MAXBITS
; le
in zlib_inflate_table()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/tests/
H
A
D
nandbiterrs.c
264
#define
MAXBITS
512
in overwrite_test()
macro
265
static unsigned bitstats[
MAXBITS
]; /* bit error histogram. */
in overwrite_test()
286
if (err >=
MAXBITS
) {
in overwrite_test()
/kernel/linux/linux-6.6/drivers/mtd/tests/
H
A
D
nandbiterrs.c
264
#define
MAXBITS
512
in overwrite_test()
macro
265
static unsigned bitstats[
MAXBITS
]; /* bit error histogram. */
in overwrite_test()
286
if (err >=
MAXBITS
) {
in overwrite_test()
Completed in 3 milliseconds