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:ts0
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
newmdct.c
837
FLOAT tc0, tc1, tc2,
ts0
, ts1, ts2;
in mdct_short()
local
839
ts0
= inout[2 * 3] * win[SHORT_TYPE][0] - inout[5 * 3];
in mdct_short()
841
tc1 =
ts0
+ tc0;
in mdct_short()
842
tc2 =
ts0
- tc0;
in mdct_short()
844
ts0
= inout[5 * 3] * win[SHORT_TYPE][0] + inout[2 * 3];
in mdct_short()
846
ts1 =
ts0
+ tc0;
in mdct_short()
847
ts2 = -
ts0
+ tc0;
in mdct_short()
850
ts0
= (inout[4 * 3] * win[SHORT_TYPE][1] + inout[1 * 3]) * 2.069978111953089e-11; /* tritab_s[1] */
in mdct_short()
853
inout[3 * 5] = -ts1 * 1.907525191737280e-11 /* tritab_s[0] */ +
ts0
;
in mdct_short()
856
ts1 = ts1 * 0.5 * 1.907525191737281e-11 +
ts0
;
in mdct_short()
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
1968
uint64_t
ts0
= os_time_get();
in overlay_QueuePresentKHR()
local
1971
swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_present_timing] += ts1 -
ts0
;
in overlay_QueuePresentKHR()
2000
uint64_t
ts0
= os_time_get();
in overlay_QueuePresentKHR()
local
2003
swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_present_timing] += ts1 -
ts0
;
in overlay_QueuePresentKHR()
2025
uint64_t
ts0
= os_time_get();
in overlay_AcquireNextImageKHR()
local
2030
swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_acquire_timing] += ts1 -
ts0
;
in overlay_AcquireNextImageKHR()
2045
uint64_t
ts0
= os_time_get();
in overlay_AcquireNextImage2KHR()
local
2049
swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_acquire_timing] += ts1 -
ts0
;
in overlay_AcquireNextImage2KHR()
/third_party/ffmpeg/libavformat/
H
A
D
asfdec_f.c
1006
int64_t
ts0
, ts1 av_unused;
in asf_read_frame_header()
local
1058
ts0
= avio_rl64(pb);
in asf_read_frame_header()
1060
if (
ts0
!= -1) asf->packet_frag_timestamp =
ts0
/10000;
in asf_read_frame_header()
/third_party/python/Lib/test/
H
A
D
datetimetester.py
6199
ts0
= dt.timestamp()
6201
self.assertEqual(
ts0
, s0 + ss / 2)
Completed in 25 milliseconds