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_time
(Results
1 - 4
of
4
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H
A
D
sleep.c
28
struct timespec
old_time
;
in sleep_0100()
local
29
clock_gettime(CLOCK_MONOTONIC, &
old_time
);
in sleep_0100()
36
long int difference = new_time.tv_sec -
old_time
.tv_sec - 2000;
in sleep_0100()
H
A
D
usleep.c
28
struct timespec
old_time
;
in usleep_0100()
local
29
clock_gettime(CLOCK_MONOTONIC, &
old_time
);
in usleep_0100()
36
long int difference = new_time.tv_sec -
old_time
.tv_sec - 2000;
in usleep_0100()
/third_party/curl/lib/
H
A
D
ftp.c
3350
timediff_t
old_time
= pp->response_time;
in ftp_done()
local
3357
pp->response_time =
old_time
; /* set this back to previous value */
in ftp_done()
/third_party/backends/backend/
H
A
D
mustek.c
5852
SANE_Int
old_time
= lamp_off_time;
in sane_control_option()
local
5860
lamp_off_time =
old_time
;
in sane_control_option()
Completed in 13 milliseconds