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:nonzeros
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/brotli/c/enc/
H
A
D
entropy_encode.c
269
size_t
nonzeros
= 0;
in BrotliOptimizeHuffmanCountsForRle()
local
273
++
nonzeros
;
in BrotliOptimizeHuffmanCountsForRle()
279
if (
nonzeros
< 5) {
in BrotliOptimizeHuffmanCountsForRle()
284
size_t zeros = length -
nonzeros
;
in BrotliOptimizeHuffmanCountsForRle()
293
if (
nonzeros
< 28) {
in BrotliOptimizeHuffmanCountsForRle()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
entropy_encode.c
269
size_t
nonzeros
= 0;
in BrotliOptimizeHuffmanCountsForRle()
local
273
++
nonzeros
;
in BrotliOptimizeHuffmanCountsForRle()
279
if (
nonzeros
< 5) {
in BrotliOptimizeHuffmanCountsForRle()
284
size_t zeros = length -
nonzeros
;
in BrotliOptimizeHuffmanCountsForRle()
293
if (
nonzeros
< 28) {
in BrotliOptimizeHuffmanCountsForRle()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
backward_references_cost_enc.c
43
int
nonzeros
= 0;
in ConvertPopulationCountTableToBitEstimates()
local
48
++
nonzeros
;
in ConvertPopulationCountTableToBitEstimates()
51
if (
nonzeros
<= 1) {
in ConvertPopulationCountTableToBitEstimates()
H
A
D
histogram_enc.c
233
if (entropy->
nonzeros
< 5) {
in BitsEntropyRefine()
234
if (entropy->
nonzeros
<= 1) {
in BitsEntropyRefine()
240
if (entropy->
nonzeros
== 2) {
in BitsEntropyRefine()
247
if (entropy->
nonzeros
== 3) {
in BitsEntropyRefine()
250
mix = 0.7; //
nonzeros
== 4.
in BitsEntropyRefine()
306
*trivial_sym = (bit_entropy.
nonzeros
== 1) ? bit_entropy.nonzero_code
in PopulationCost()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_enc.c
427
entropy->
nonzeros
= 0;
in VP8LBitEntropyInit()
442
++entropy->
nonzeros
;
in VP8LBitsEntropyUnrefined()
460
bit_entropy->
nonzeros
+= streak;
in GetEntropyUnrefinedHelper()
H
A
D
lossless.h
188
int
nonzeros
; // number of non-zero elements in the population
member
H
A
D
lossless_enc_mips32.c
228
bit_entropy->
nonzeros
+= streak;
in GetEntropyUnrefinedHelper()
Completed in 9 milliseconds