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:count_values
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libdrm/tests/modeprint/
H
A
D
modeprint.c
90
printf("\tcount_values : %d\n", props->
count_values
);
in printProperty()
93
if (props->
count_values
) {
in printProperty()
95
for (j = 0; j < props->
count_values
; j++)
in printProperty()
/third_party/libdrm/tests/proptest/
H
A
D
proptest.c
114
for (i = 0; i < prop->
count_values
; i++)
in dump_prop()
121
for (i = 0; i < prop->
count_values
; i++)
in dump_prop()
/third_party/libdrm/
H
A
D
xf86drmMode.c
646
if (prop.
count_values
)
in drmModeGetProperty()
647
prop.values_ptr = VOID2U64(drmMalloc(prop.
count_values
* sizeof(uint64_t)));
in drmModeGetProperty()
666
r->
count_values
= prop.
count_values
;
in drmModeGetProperty()
669
if (prop.
count_values
)
in drmModeGetProperty()
670
r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.
count_values
, sizeof(uint64_t));
in drmModeGetProperty()
H
A
D
xf86drmMode.h
138
int
count_values
;
member
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm_mode.h
576
* To retrieve the number of elements, set @
count_values
and @count_enum_blobs
577
* to zero, then call the ioctl. @
count_values
will be updated with the number
582
* set @
count_values
to its capacity. If the property has the type
609
/** @
count_values
: Number of elements in @values_ptr. */
610
__u32
count_values
;
member
/third_party/libdrm/include/drm/
H
A
D
drm_mode.h
525
__u32
count_values
;
member
/third_party/libdrm/tests/modetest/
H
A
D
modetest.c
363
for (i = 0; i < prop->
count_values
; i++)
in dump_prop()
370
for (i = 0; i < prop->
count_values
; i++)
in dump_prop()
Completed in 15 milliseconds