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:last_time
(Results
26 - 34
of
34
) sorted by relevance
1
2
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H
A
D
rand_vms.c
555
static unsigned __int64
last_time
= 0;
in ossl_pool_add_nonce_data()
local
594
if (data.time ==
last_time
) {
in ossl_pool_add_nonce_data()
597
last_time
= data.time;
in ossl_pool_add_nonce_data()
/third_party/openssl/providers/implementations/rands/seeding/
H
A
D
rand_vms.c
555
static unsigned __int64
last_time
= 0;
in ossl_pool_add_nonce_data()
local
594
if (data.time ==
last_time
) {
in ossl_pool_add_nonce_data()
597
last_time
= data.time;
in ossl_pool_add_nonce_data()
/third_party/ffmpeg/libavformat/
H
A
D
avio_internal.h
42
int64_t
last_time
;
member
H
A
D
aviobuf.c
126
ctx->
last_time
= AV_NOPTS_VALUE;
in ffio_init_context()
166
ctx->
last_time
);
in writeout()
189
ctx->
last_time
= AV_NOPTS_VALUE;
in writeout()
524
ctx->
last_time
= time;
in avio_write_marker()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
time_zone_info.cc
361
const std::int_fast64_t
last_time
= last.unix_time;
in ExtendTransitions()
local
363
last_year_ = LocalTime(
last_time
, last_tt).cs.year();
in ExtendTransitions()
378
if (
last_time
< tb->unix_time) {
in ExtendTransitions()
379
if (
last_time
< ta->unix_time) transitions_.push_back(*ta);
in ExtendTransitions()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
1518
static int64_t
last_time
= -1;
in print_report()
local
1530
if (
last_time
== -1) {
in print_report()
1531
last_time
= cur_time;
in print_report()
1533
if (((cur_time -
last_time
) < stats_period && !first_report) ||
in print_report()
1536
last_time
= cur_time;
in print_report()
3530
static int64_t
last_time
;
in check_keyboard_interaction()
local
3534
if (cur_time -
last_time
>= 100000) {
in check_keyboard_interaction()
3536
last_time
= cur_time;
in check_keyboard_interaction()
H
A
D
ffplay.c
1682
static int64_t
last_time
;
in video_refresh()
local
1688
if (!
last_time
|| (cur_time -
last_time
) >= 30000) {
in video_refresh()
1727
last_time
= cur_time;
in video_refresh()
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showcqt.c
1133
int64_t
last_time
, cur_time;
in plot_cqt()
local
1137
t += cur_time -
last_time
; \
in plot_cqt()
1138
last_time
= cur_time
in plot_cqt()
1140
last_time
= av_gettime_relative();
in plot_cqt()
/third_party/libinput/src/
H
A
D
evdev.c
1035
static uint32_t
last_time
= 0;
in evdev_print_event()
local
1040
last_time
= time - offset;
in evdev_print_event()
1050
time -
last_time
);
in evdev_print_event()
1052
last_time
= time;
in evdev_print_event()
Completed in 25 milliseconds
1
2