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:USEC
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/personality/
H
A
D
personality02.c
19
#define
USEC
10
macro
23
struct timeval tv = { .tv_sec = 0, .tv_usec =
USEC
};
in run()
37
TST_EXP_EQ_LI(tv.tv_usec,
USEC
);
in run()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H
A
D
getitimer01.c
18
#define
USEC
10000
macro
60
set_setitimer_value(SEC,
USEC
);
in verify_getitimer()
67
TST_EXP_EQ_LI(value->it_interval.tv_usec,
USEC
);
in verify_getitimer()
81
value->it_value.tv_usec >
USEC
+ margin)
in verify_getitimer()
/third_party/toybox/toys/pending/
H
A
D
traceroute.c
77
#define
USEC
1000000ULL
macro
241
delta = (t2.tv_sec *
USEC
+ t2.tv_usec)
in do_trace()
242
- (t1.tv_sec *
USEC
+ t1.tv_usec);
in do_trace()
Completed in 2 milliseconds