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:CRC_LE_BITS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
crc32defs.h
5
# define
CRC_LE_BITS
64
macro
9
# define
CRC_LE_BITS
32
macro
13
# define
CRC_LE_BITS
8
macro
17
# define
CRC_LE_BITS
1
macro
28
#ifndef
CRC_LE_BITS
30
# define
CRC_LE_BITS
64
macro
32
# define
CRC_LE_BITS
32
macro
47
#if
CRC_LE_BITS
> 64 ||
CRC_LE_BITS
< 1 ||
CRC_LE_BITS
[all...]
H
A
D
crc32.c
36
#if
CRC_LE_BITS
> 8
54
#if
CRC_LE_BITS
> 8 || CRC_BE_BITS > 8
79
# if
CRC_LE_BITS
!= 32
91
# if
CRC_LE_BITS
== 32
107
# if
CRC_LE_BITS
== 32
150
#if
CRC_LE_BITS
== 1
157
# elif
CRC_LE_BITS
== 2
165
# elif
CRC_LE_BITS
== 4
171
# elif
CRC_LE_BITS
== 8
185
#if
CRC_LE_BITS
[all...]
H
A
D
gen_crc32table.c
10
#if
CRC_LE_BITS
> 8
11
# define LE_TABLE_ROWS (
CRC_LE_BITS
/8)
15
# define LE_TABLE_SIZE (1 <<
CRC_LE_BITS
)
112
if (
CRC_LE_BITS
> 1) {
in main()
131
if (
CRC_LE_BITS
> 1) {
in main()
H
A
D
crc32test.c
697
pr_info("crc32c:
CRC_LE_BITS
= %d\n",
CRC_LE_BITS
);
in crc32c_test()
784
pr_info("crc32:
CRC_LE_BITS
= %d, CRC_BE BITS = %d\n",
in crc32_test()
785
CRC_LE_BITS
, CRC_BE_BITS);
in crc32_test()
/kernel/linux/linux-6.6/lib/
H
A
D
crc32defs.h
5
# define
CRC_LE_BITS
64
macro
9
# define
CRC_LE_BITS
32
macro
13
# define
CRC_LE_BITS
8
macro
17
# define
CRC_LE_BITS
1
macro
28
#ifndef
CRC_LE_BITS
30
# define
CRC_LE_BITS
64
macro
32
# define
CRC_LE_BITS
32
macro
47
#if
CRC_LE_BITS
> 64 ||
CRC_LE_BITS
< 1 ||
CRC_LE_BITS
[all...]
H
A
D
crc32.c
36
#if
CRC_LE_BITS
> 8
54
#if
CRC_LE_BITS
> 8 || CRC_BE_BITS > 8
79
# if
CRC_LE_BITS
!= 32
91
# if
CRC_LE_BITS
== 32
107
# if
CRC_LE_BITS
== 32
150
#if
CRC_LE_BITS
== 1
157
# elif
CRC_LE_BITS
== 2
165
# elif
CRC_LE_BITS
== 4
171
# elif
CRC_LE_BITS
== 8
185
#if
CRC_LE_BITS
[all...]
H
A
D
gen_crc32table.c
10
#if
CRC_LE_BITS
> 8
11
# define LE_TABLE_ROWS (
CRC_LE_BITS
/8)
15
# define LE_TABLE_SIZE (1 <<
CRC_LE_BITS
)
112
if (
CRC_LE_BITS
> 1) {
in main()
131
if (
CRC_LE_BITS
> 1) {
in main()
H
A
D
crc32test.c
697
pr_info("crc32c:
CRC_LE_BITS
= %d\n",
CRC_LE_BITS
);
in crc32c_test()
784
pr_info("crc32:
CRC_LE_BITS
= %d, CRC_BE BITS = %d\n",
in crc32_test()
785
CRC_LE_BITS
, CRC_BE_BITS);
in crc32_test()
Completed in 5 milliseconds