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:remaining_time
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_sync.c
178
struct timespec
remaining_time
;
in pvr_srv_sync_wait_many()
local
181
remaining_time
= (struct timespec){ 0UL, 0UL };
in pvr_srv_sync_wait_many()
185
remaining_time
= pvr_get_remaining_time(&end_time);
in pvr_srv_sync_wait_many()
188
ppoll_ret = ppoll(poll_fds, wait_count, &
remaining_time
, NULL);
in pvr_srv_sync_wait_many()
/third_party/backends/backend/
H
A
D
ma1509.c
706
long
remaining_time
;
in set_window()
local
710
remaining_time
= warmup_time - (now.tv_sec - s->lamp_time);
in set_window()
711
if (
remaining_time
> 0)
in set_window()
714
remaining_time
);
in set_window()
715
sleep (
remaining_time
);
in set_window()
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
1563
static void video_refresh(void *opaque, double *
remaining_time
)
in video_refresh()
argument
1579
*
remaining_time
= FFMIN(*
remaining_time
, is->last_vis_time + rdftspeed - time);
in video_refresh()
1611
*
remaining_time
= FFMIN(is->frame_timer + delay - time, *
remaining_time
);
in video_refresh()
3224
double
remaining_time
= 0.0;
in refresh_loop_wait_event()
local
3231
if (
remaining_time
> 0.0)
in refresh_loop_wait_event()
3232
av_usleep((int64_t)(
remaining_time
* 1000000.0));
in refresh_loop_wait_event()
3233
remaining_time
= REFRESH_RATE;
in refresh_loop_wait_event()
3235
video_refresh(is, &
remaining_time
);
in refresh_loop_wait_event()
[all...]
Completed in 8 milliseconds