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:dcode
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H
A
D
inffast_chunk.c
95
code const FAR *
dcode
; /* local strm->distcode */
local
123
dcode
= state->distcode;
185
here =
dcode
+ (hold & dmask);
298
here =
dcode
+ here->val + (hold & ((1U << op) - 1));
/third_party/node/deps/v8/third_party/zlib/
H
A
D
inffast.c
74
code const FAR *
dcode
; /* local strm->distcode */
local
101
dcode
= state->distcode;
145
here =
dcode
+ (hold & dmask);
271
here =
dcode
+ here->val + (hold & ((1U << op) - 1));
/third_party/node/deps/zlib/
H
A
D
inffast.c
71
code const FAR *
dcode
; /* local strm->distcode */
in inflate_fast()
local
98
dcode
= state->distcode;
in inflate_fast()
142
here =
dcode
+ (hold & dmask);
in inflate_fast()
268
here =
dcode
+ here->val + (hold & ((1U << op) - 1));
in inflate_fast()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H
A
D
inffast_chunk.c
95
code const FAR *
dcode
; /* local strm->distcode */
local
123
dcode
= state->distcode;
185
here =
dcode
[hold & dmask];
298
here =
dcode
[here.val + (hold & ((1U << op) - 1))];
/third_party/skia/third_party/externals/zlib/
H
A
D
inffast.c
74
code const FAR *
dcode
; /* local strm->distcode */
local
101
dcode
= state->distcode;
145
here =
dcode
[hold & dmask];
271
here =
dcode
[here.val + (hold & ((1U << op) - 1))];
/third_party/zlib/
H
A
D
inffast.c
67
code const FAR *
dcode
; /* local strm->distcode */
in inflate_fast()
local
94
dcode
= state->distcode;
in inflate_fast()
138
here =
dcode
+ (hold & dmask);
in inflate_fast()
264
here =
dcode
+ here->val + (hold & ((1U << op) - 1));
in inflate_fast()
/third_party/node/deps/zlib/contrib/optimizations/
H
A
D
inffast_chunk.c
93
code const FAR *
dcode
; /* local strm->distcode */
in inflate_fast_chunk_()
local
121
dcode
= state->distcode;
in inflate_fast_chunk_()
203
here =
dcode
+ (hold & dmask);
in inflate_fast_chunk_()
316
here =
dcode
+ here->val + (hold & ((1U << op) - 1));
in inflate_fast_chunk_()
/third_party/libwebsockets/win32port/zlib/
H
A
D
inffast.c
87
code const FAR *
dcode
; /* local strm->distcode */
local
114
dcode
= state->distcode;
158
here =
dcode
[hold & dmask];
284
here =
dcode
[here.val + (hold & ((1U << op) - 1))];
/third_party/node/deps/brotli/c/enc/
H
A
D
command.h
152
uint32_t
dcode
= self->dist_prefix_ & 0x3FFu;
in CommandRestoreDistanceCode()
local
156
uint32_t hcode = (
dcode
- dist->num_direct_distance_codes -
in CommandRestoreDistanceCode()
159
uint32_t lcode = (
dcode
- dist->num_direct_distance_codes -
in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
command.h
152
uint32_t
dcode
= self->dist_prefix_ & 0x3FFu;
in CommandRestoreDistanceCode()
local
156
uint32_t hcode = (
dcode
- dist->num_direct_distance_codes -
in CommandRestoreDistanceCode()
159
uint32_t lcode = (
dcode
- dist->num_direct_distance_codes -
in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/research/
H
A
D
brotlidump.py
1145
def value(self,
dcode
, dextra):
1151
if
dcode
<16:
1155
][
dcode
]
1156
if
dcode
<16+self.NDIRECT:
1157
return (0,
dcode
-16)
1160
ndistbits = 1 + ((
dcode
- self.NDIRECT - 16) >> (self.NPOSTFIX + 1))
1161
hcode = (
dcode
- self.NDIRECT - 16) >> self.NPOSTFIX
1162
lcode = (
dcode
- self.NDIRECT - 16) & POSTFIX_MASK
Completed in 11 milliseconds