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:old_ts
(Results
1 - 2
of
2
) sorted by relevance
/third_party/musl/src/misc/
H
A
D
ioctl.c
109
long
old_ts
;
in convert_ioctl_struct()
local
114
old_ts
= new_ts;
in convert_ioctl_struct()
115
memcpy(old+old_offset, &
old_ts
, sizeof
old_ts
);
in convert_ioctl_struct()
117
memcpy(&
old_ts
, old+old_offset, sizeof
old_ts
);
in convert_ioctl_struct()
118
new_ts =
old_ts
;
in convert_ioctl_struct()
122
old_offset += sizeof
old_ts
;
in convert_ioctl_struct()
/third_party/ffmpeg/libavutil/
H
A
D
mathematics.c
208
int64_t
old_ts
= av_rescale_q(old, inc_tb, ts_tb);
in av_add_stable()
local
210
if (old == INT64_MAX || old == AV_NOPTS_VALUE ||
old_ts
== AV_NOPTS_VALUE)
in av_add_stable()
213
return av_sat_add64(av_rescale_q(old + 1, inc_tb, ts_tb), ts -
old_ts
);
in av_add_stable()
Completed in 2 milliseconds