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:brotli_reg_t
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/brotli/c/dec/
H
A
D
huffman.c
25
((sizeof(
brotli_reg_t
) << 3) - BROTLI_REVERSE_BITS_MAX)
65
((
brotli_reg_t
)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70
static BROTLI_INLINE
brotli_reg_t
BrotliReverseBits(
brotli_reg_t
num) {
in BrotliReverseBits()
109
brotli_reg_t
key; /* prefix code */
in BrotliBuildCodeLengthsHuffmanTable()
110
brotli_reg_t
key_step; /* prefix code addend */
in BrotliBuildCodeLengthsHuffmanTable()
146
for (key = 0; key < (
brotli_reg_t
)table_size; ++key) {
in BrotliBuildCodeLengthsHuffmanTable()
177
brotli_reg_t
key; /* prefix code */
in BrotliBuildHuffmanTable()
178
brotli_reg_t
key_step; /* prefix code addend */
in BrotliBuildHuffmanTable()
179
brotli_reg_t
sub_ke
in BrotliBuildHuffmanTable()
[all...]
H
A
D
bit_reader.h
22
#define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(
brotli_reg_t
) >> 1)
37
brotli_reg_t
val_; /* pre-fetched bits */
44
brotli_reg_t
val_;
54
May consume up to sizeof(
brotli_reg_t
) - 1 bytes of input.
183
static BROTLI_INLINE
brotli_reg_t
BrotliGetBitsUnmasked(
in BrotliGetBitsUnmasked()
/third_party/skia/third_party/externals/brotli/c/dec/
H
A
D
huffman.c
25
((sizeof(
brotli_reg_t
) << 3) - BROTLI_REVERSE_BITS_MAX)
65
((
brotli_reg_t
)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70
static BROTLI_INLINE
brotli_reg_t
BrotliReverseBits(
brotli_reg_t
num) {
in BrotliReverseBits()
109
brotli_reg_t
key; /* prefix code */
in BrotliBuildCodeLengthsHuffmanTable()
110
brotli_reg_t
key_step; /* prefix code addend */
in BrotliBuildCodeLengthsHuffmanTable()
146
for (key = 0; key < (
brotli_reg_t
)table_size; ++key) {
in BrotliBuildCodeLengthsHuffmanTable()
177
brotli_reg_t
key; /* prefix code */
in BrotliBuildHuffmanTable()
178
brotli_reg_t
key_step; /* prefix code addend */
in BrotliBuildHuffmanTable()
179
brotli_reg_t
sub_ke
in BrotliBuildHuffmanTable()
[all...]
H
A
D
bit_reader.h
22
#define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(
brotli_reg_t
) >> 1)
37
brotli_reg_t
val_; /* pre-fetched bits */
44
brotli_reg_t
val_;
54
May consume up to sizeof(
brotli_reg_t
) - 1 bytes of input.
183
static BROTLI_INLINE
brotli_reg_t
BrotliGetBitsUnmasked(
in BrotliGetBitsUnmasked()
/third_party/node/deps/brotli/c/common/
H
A
D
platform.h
241
#define
brotli_reg_t
uint64_t
macro
243
#define
brotli_reg_t
uint32_t
macro
493
static BROTLI_INLINE
brotli_reg_t
BrotliRBit(
brotli_reg_t
input) {
in BrotliRBit()
494
brotli_reg_t
output;
in BrotliRBit()
/third_party/skia/third_party/externals/brotli/c/common/
H
A
D
platform.h
241
#define
brotli_reg_t
uint64_t
macro
243
#define
brotli_reg_t
uint32_t
macro
493
static BROTLI_INLINE
brotli_reg_t
BrotliRBit(
brotli_reg_t
input) {
in BrotliRBit()
494
brotli_reg_t
output;
in BrotliRBit()
Completed in 5 milliseconds