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:z_word_t
(Results
1 - 4
of
4
) sorted by relevance
/third_party/zlib/
H
A
D
crc32.c
64
z_crc_t must be at least 32 bits.
z_word_t
must be at least as long as
65
z_crc_t. It is assumed here that
z_word_t
is either 32 bits or 64 bits, and
70
Define W and the associated
z_word_t
type. If W is not defined, then a
91
typedef Z_U8
z_word_t
;
typedef
95
typedef Z_U4
z_word_t
;
typedef
108
Swap the bytes in a
z_word_t
to convert between little and big endian. Any
113
local
z_word_t
byte_swap(
z_word_t
word)
in byte_swap()
199
local
z_word_t
FAR crc_big_table[256];
201
local
z_word_t
FA
[all...]
H
A
D
crc32.h
63
local const
z_word_t
FAR crc_big_table[] = {
153
local const
z_word_t
FAR crc_big_table[] = {
631
local const
z_word_t
FAR crc_braid_big_table[][256] = {
1533
local const
z_word_t
FAR crc_braid_big_table[][256] = {
2169
local const
z_word_t
FAR crc_braid_big_table[][256] = {
3071
local const
z_word_t
FAR crc_braid_big_table[][256] = {
3707
local const
z_word_t
FAR crc_braid_big_table[][256] = {
4609
local const
z_word_t
FAR crc_braid_big_table[][256] = {
5245
local const
z_word_t
FAR crc_braid_big_table[][256] = {
6147
local const
z_word_t
FA
[all...]
/third_party/node/deps/zlib/
H
A
D
crc32.c
70
z_crc_t must be at least 32 bits.
z_word_t
must be at least as long as
71
z_crc_t. It is assumed here that
z_word_t
is either 32 bits or 64 bits, and
76
Define W and the associated
z_word_t
type. If W is not defined, then a
97
typedef Z_U8
z_word_t
;
typedef
101
typedef Z_U4
z_word_t
;
typedef
115
Swap the bytes in a
z_word_t
to convert between little and big endian. Any
120
local
z_word_t
byte_swap(
z_word_t
word) {
in byte_swap()
203
local
z_word_t
FAR crc_big_table[256];
205
local
z_word_t
FA
[all...]
H
A
D
crc32.h
63
local const
z_word_t
FAR crc_big_table[] = {
153
local const
z_word_t
FAR crc_big_table[] = {
631
local const
z_word_t
FAR crc_braid_big_table[][256] = {
1533
local const
z_word_t
FAR crc_braid_big_table[][256] = {
2169
local const
z_word_t
FAR crc_braid_big_table[][256] = {
3071
local const
z_word_t
FAR crc_braid_big_table[][256] = {
3707
local const
z_word_t
FAR crc_braid_big_table[][256] = {
4609
local const
z_word_t
FAR crc_braid_big_table[][256] = {
5245
local const
z_word_t
FAR crc_braid_big_table[][256] = {
6147
local const
z_word_t
FA
[all...]
Completed in 19 milliseconds