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:num_zeros
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-utils/speaker-test/
H
A
D
pink.c
71
int
num_zeros
= 0;
in generate_pink_noise_sample()
local
76
num_zeros
++;
in generate_pink_noise_sample()
83
pink->pink_running_sum -= pink->pink_rows[
num_zeros
];
in generate_pink_noise_sample()
86
pink->pink_rows[
num_zeros
] = new_random;
in generate_pink_noise_sample()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc.c
555
enc->
num_zeros
= 0;
in radeon_enc_set_emulation_prevention()
576
if ((enc->
num_zeros
>= 2) && ((byte == 0x00) || (byte == 0x01) ||
in radeon_enc_emulation_prevention()
580
enc->
num_zeros
= 0;
in radeon_enc_emulation_prevention()
582
enc->
num_zeros
= (byte == 0 ? (enc->
num_zeros
+ 1) : 0);
in radeon_enc_emulation_prevention()
621
enc->
num_zeros
= 0;
in radeon_enc_reset()
643
enc->
num_zeros
= 0;
in radeon_enc_flush_headers()
H
A
D
radeon_uvd_enc_1_1.c
72
enc->
num_zeros
= 0;
in radeon_uvd_enc_set_emulation_prevention()
93
if ((enc->
num_zeros
>= 2) &&
in radeon_uvd_enc_emulation_prevention()
97
enc->
num_zeros
= 0;
in radeon_uvd_enc_emulation_prevention()
99
enc->
num_zeros
= (byte == 0 ? (enc->
num_zeros
+ 1) : 0);
in radeon_uvd_enc_emulation_prevention()
137
enc->
num_zeros
= 0;
in radeon_uvd_enc_reset()
158
enc->
num_zeros
= 0;
in radeon_uvd_enc_flush_headers()
H
A
D
radeon_vcn_enc_1_2.c
523
unsigned
num_zeros
= enc->
num_zeros
;
in radeon_enc_nalu_sei()
local
577
unsigned num_zeros2 = enc->
num_zeros
;
in radeon_enc_nalu_sei()
585
enc->
num_zeros
=
num_zeros
;
in radeon_enc_nalu_sei()
597
enc->
num_zeros
= num_zeros2;
in radeon_enc_nalu_sei()
H
A
D
radeon_uvd_enc.h
418
unsigned
num_zeros
;
member
H
A
D
radeon_vcn_enc.h
573
unsigned
num_zeros
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
wmaprodec.c
932
int
num_zeros
= 0;
in decode_coeffs()
local
989
num_zeros
= 0;
in decode_coeffs()
994
rl_mode |= (++
num_zeros
> s->subframe_len >> 8);
in decode_coeffs()
Completed in 11 milliseconds