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:timenow
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H
A
D
timer_settime01.c
32
static struct tst_ts
timenow
;
variable
122
timenow
.type = tv->ts_type;
in run()
123
if (tv->clock_gettime(clock, tst_ts_get(&
timenow
)) < 0) {
in run()
129
tst_ts_add_us(
timenow
, val);
in run()
130
tst_its_set_value_from_ts(&new_set,
timenow
);
in run()
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
d1_lib.c
306
struct timeval
timenow
;
in dtls1_get_timeout()
local
314
get_current_time(&
timenow
);
in dtls1_get_timeout()
317
if (s->d1->next_timeout.tv_sec <
timenow
.tv_sec ||
in dtls1_get_timeout()
318
(s->d1->next_timeout.tv_sec ==
timenow
.tv_sec &&
in dtls1_get_timeout()
319
s->d1->next_timeout.tv_usec <=
timenow
.tv_usec)) {
in dtls1_get_timeout()
326
timeleft->tv_sec -=
timenow
.tv_sec;
in dtls1_get_timeout()
327
timeleft->tv_usec -=
timenow
.tv_usec;
in dtls1_get_timeout()
/third_party/openssl/ssl/
H
A
D
d1_lib.c
289
struct timeval
timenow
;
in dtls1_get_timeout()
local
297
get_current_time(&
timenow
);
in dtls1_get_timeout()
300
if (s->d1->next_timeout.tv_sec <
timenow
.tv_sec ||
in dtls1_get_timeout()
301
(s->d1->next_timeout.tv_sec ==
timenow
.tv_sec &&
in dtls1_get_timeout()
302
s->d1->next_timeout.tv_usec <=
timenow
.tv_usec)) {
in dtls1_get_timeout()
309
timeleft->tv_sec -=
timenow
.tv_sec;
in dtls1_get_timeout()
310
timeleft->tv_usec -=
timenow
.tv_usec;
in dtls1_get_timeout()
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bss_dgram.c
201
struct timeval
timenow
, timeleft;
in dgram_adjust_rcv_timeout()
local
225
get_current_time(&
timenow
);
in dgram_adjust_rcv_timeout()
229
if (timeleft.tv_usec <
timenow
.tv_usec) {
in dgram_adjust_rcv_timeout()
230
timeleft.tv_usec = 1000000 -
timenow
.tv_usec + timeleft.tv_usec;
in dgram_adjust_rcv_timeout()
233
timeleft.tv_usec -=
timenow
.tv_usec;
in dgram_adjust_rcv_timeout()
235
if (timeleft.tv_sec <
timenow
.tv_sec) {
in dgram_adjust_rcv_timeout()
239
timeleft.tv_sec -=
timenow
.tv_sec;
in dgram_adjust_rcv_timeout()
/third_party/openssl/crypto/bio/
H
A
D
bss_dgram.c
201
struct timeval
timenow
, timeleft;
in dgram_adjust_rcv_timeout()
local
225
get_current_time(&
timenow
);
in dgram_adjust_rcv_timeout()
229
if (timeleft.tv_usec <
timenow
.tv_usec) {
in dgram_adjust_rcv_timeout()
230
timeleft.tv_usec = 1000000 -
timenow
.tv_usec + timeleft.tv_usec;
in dgram_adjust_rcv_timeout()
233
timeleft.tv_usec -=
timenow
.tv_usec;
in dgram_adjust_rcv_timeout()
235
if (timeleft.tv_sec <
timenow
.tv_sec) {
in dgram_adjust_rcv_timeout()
239
timeleft.tv_sec -=
timenow
.tv_sec;
in dgram_adjust_rcv_timeout()
Completed in 7 milliseconds