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:ts_size
(Results
26 - 36
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x.h
382
* @
ts_size
: Global timestamp size field.
439
u8
ts_size
;
member
H
A
D
coresight-etm4x-sysfs.c
351
if ((config->mode & ETMv4_MODE_TIMESTAMP) && (drvdata->
ts_size
))
in mode_store()
599
if (!drvdata->
ts_size
)
in event_ts_store()
H
A
D
coresight-etm4x-core.c
674
drvdata->
ts_size
= BMVAL(etmidr0, 24, 28);
in etm4_init_arch_data()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H
A
D
mantis_vp1041.c
336
.
ts_size
= MANTIS_TS_188,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_resource.c
131
rsc->levels[0].
ts_size
= rt_ts_size;
in etna_screen_resource_alloc_ts()
/third_party/ffmpeg/libavcodec/
H
A
D
dca_lbr.c
992
av_fast_mallocz(&s->ts_buffer, &s->
ts_size
, nsamples * sizeof(float));
in alloc_sample_buffer()
1826
s->
ts_size
= 0;
in ff_dca_lbr_close()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
355
if ((config->mode & ETMv4_MODE_TIMESTAMP) && (drvdata->
ts_size
))
in mode_store()
608
if (!drvdata->
ts_size
)
in event_ts_store()
H
A
D
coresight-etm4x.h
971
* @
ts_size
: Global timestamp size field.
1035
u8
ts_size
;
member
H
A
D
coresight-etm4x-core.c
1208
drvdata->
ts_size
= FIELD_GET(TRCIDR0_TSSIZE_MASK, etmidr0);
in etm4_init_arch_data()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
hw.h
947
u16
ts_size
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
hw.h
947
u16
ts_size
;
member
Completed in 28 milliseconds
1
2