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:dsd
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H
A
D
x86asm.pl
95
if ("$dst:$src" =~ /(e[a-
dsd
][ixp]):xmm([0-7])/)
103
if ("$dst:$src" =~ /xmm([0-7]):(e[a-
dsd
][ixp])/)
135
if ($dst =~ /(e[a-
dsd
][ixp])/)
143
if ($dst =~ /(e[a-
dsd
][ixp])/)
/third_party/openssl/crypto/perlasm/
H
A
D
x86asm.pl
95
if ("$dst:$src" =~ /(e[a-
dsd
][ixp]):xmm([0-7])/)
103
if ("$dst:$src" =~ /xmm([0-7]):(e[a-
dsd
][ixp])/)
135
if ($dst =~ /(e[a-
dsd
][ixp])/)
143
if ($dst =~ /(e[a-
dsd
][ixp])/)
/third_party/ffmpeg/libavcodec/
H
A
D
dstdec.c
37
#include "
dsd
.h"
255
uint8_t *
dsd
;
in decode_frame()
local
265
dsd
= frame->data[0];
in decode_frame()
276
goto
dsd
;
in decode_frame()
340
memset(
dsd
, 0, frame->nb_samples * 4 * channels);
in decode_frame()
368
dsd
[((i >> 3) * channels + ch) << 2] |= v << (7 - (i & 0x7 ));
in decode_frame()
375
dsd
:
in decode_frame()
H
A
D
Makefile
305
OBJS-$(CONFIG_DSD_LSBF_DECODER) += dsddec.o
dsd
.o
306
OBJS-$(CONFIG_DSD_MSBF_DECODER) += dsddec.o
dsd
.o
307
OBJS-$(CONFIG_DSD_LSBF_PLANAR_DECODER) += dsddec.o
dsd
.o
308
OBJS-$(CONFIG_DSD_MSBF_PLANAR_DECODER) += dsddec.o
dsd
.o
312
OBJS-$(CONFIG_DST_DECODER) += dstdec.o
dsd
.o
761
OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o wavpackdata.o
dsd
.o
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_perfetto.cc
178
perfetto::DataSourceDescriptor
dsd
;
in tu_perfetto_init()
local
179
dsd
.set_name("gpu.renderstages.msm");
in tu_perfetto_init()
180
TuRenderpassDataSource::Register(
dsd
);
in tu_perfetto_init()
/third_party/mesa3d/src/intel/ds/
H
A
D
intel_driver_ds.cc
495
perfetto::DataSourceDescriptor
dsd
;
in intel_driver_ds_init_once()
local
496
dsd
.set_name("gpu.renderstages.intel");
in intel_driver_ds_init_once()
497
IntelRenderpassDataSource::Register(
dsd
);
in intel_driver_ds_init_once()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_perfetto.cc
248
perfetto::DataSourceDescriptor
dsd
;
in fd_perfetto_init()
local
249
dsd
.set_name("gpu.renderstages.msm");
in fd_perfetto_init()
250
FdRenderpassDataSource::Register(
dsd
);
in fd_perfetto_init()
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_datasource.cc
147
static perfetto::DataSourceDescriptor
dsd
;
in register_data_source()
local
148
dsd
.set_name("gpu.counters." + driver_name);
in register_data_source()
149
Register(
dsd
);
in register_data_source()
Completed in 11 milliseconds