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:swap_count
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libdrm/tests/modetest/
H
A
D
modetest.c
817
int
swap_count
;
member
1070
pipe->
swap_count
++;
in page_flip_handler()
1071
if (pipe->
swap_count
== 60) {
in page_flip_handler()
1075
fprintf(stderr, "freq: %.02fHz\n", pipe->
swap_count
/ t);
in page_flip_handler()
1076
pipe->
swap_count
= 0;
in page_flip_handler()
1337
pipe_args->
swap_count
= 0;
in atomic_test_page_flip()
1350
pipe_args->
swap_count
++;
in atomic_test_page_flip()
1351
if (pipe_args->
swap_count
== 60) {
in atomic_test_page_flip()
1358
fprintf(stderr, "freq: %.02fHz\n", pipe_args->
swap_count
/ t);
in atomic_test_page_flip()
1359
pipe_args->
swap_count
in atomic_test_page_flip()
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
platform_x11.c
917
int64_t
swap_count
= -1;
in dri2_x11_swap_buffers_msc()
local
920
swap_count
= dri2_copy_region(disp, draw, dri2_surf->region) ? 0 : -1;
in dri2_x11_swap_buffers_msc()
932
swap_count
= combine_u32_into_u64(reply->swap_hi, reply->swap_lo);
in dri2_x11_swap_buffers_msc()
950
return
swap_count
;
in dri2_x11_swap_buffers_msc()
Completed in 7 milliseconds