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_BE_BITS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
crc32defs.h
6
# define
CRC_BE_BITS
64
macro
10
# define
CRC_BE_BITS
32
macro
14
# define
CRC_BE_BITS
8
macro
18
# define
CRC_BE_BITS
1
macro
35
#ifndef
CRC_BE_BITS
37
# define
CRC_BE_BITS
64
macro
39
# define
CRC_BE_BITS
32
macro
56
#if
CRC_BE_BITS
> 64 ||
CRC_BE_BITS
< 1 ||
CRC_BE_BITS
[all...]
H
A
D
gen_crc32table.c
18
#if
CRC_BE_BITS
> 8
19
# define BE_TABLE_ROWS (
CRC_BE_BITS
/8)
23
# define BE_TABLE_SIZE (1 <<
CRC_BE_BITS
)
122
if (
CRC_BE_BITS
> 1) {
in main()
H
A
D
crc32.c
42
#if
CRC_BE_BITS
> 8
54
#if CRC_LE_BITS > 8 ||
CRC_BE_BITS
> 8
298
#if
CRC_BE_BITS
== 1
307
# elif
CRC_BE_BITS
== 2
315
# elif
CRC_BE_BITS
== 4
321
# elif
CRC_BE_BITS
== 8
334
#if
CRC_BE_BITS
== 1
H
A
D
crc32test.c
785
CRC_LE_BITS,
CRC_BE_BITS
);
in crc32_test()
/kernel/linux/linux-6.6/lib/
H
A
D
crc32defs.h
6
# define
CRC_BE_BITS
64
macro
10
# define
CRC_BE_BITS
32
macro
14
# define
CRC_BE_BITS
8
macro
18
# define
CRC_BE_BITS
1
macro
35
#ifndef
CRC_BE_BITS
37
# define
CRC_BE_BITS
64
macro
39
# define
CRC_BE_BITS
32
macro
56
#if
CRC_BE_BITS
> 64 ||
CRC_BE_BITS
< 1 ||
CRC_BE_BITS
[all...]
H
A
D
gen_crc32table.c
18
#if
CRC_BE_BITS
> 8
19
# define BE_TABLE_ROWS (
CRC_BE_BITS
/8)
23
# define BE_TABLE_SIZE (1 <<
CRC_BE_BITS
)
122
if (
CRC_BE_BITS
> 1) {
in main()
H
A
D
crc32.c
42
#if
CRC_BE_BITS
> 8
54
#if CRC_LE_BITS > 8 ||
CRC_BE_BITS
> 8
297
#if
CRC_BE_BITS
== 1
306
# elif
CRC_BE_BITS
== 2
314
# elif
CRC_BE_BITS
== 4
320
# elif
CRC_BE_BITS
== 8
333
#if
CRC_BE_BITS
== 1
H
A
D
crc32test.c
785
CRC_LE_BITS,
CRC_BE_BITS
);
in crc32_test()
Completed in 6 milliseconds