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:props_ptr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libdrm/
H
A
D
xf86drmMode.c
518
conn.
props_ptr
= VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t)));
in _drmModeGetConnector()
519
if (!conn.
props_ptr
)
in _drmModeGetConnector()
551
drmFree(U642VOID(conn.
props_ptr
));
in _drmModeGetConnector()
573
r->props = drmAllocCpy(U642VOID(conn.
props_ptr
), conn.count_props, sizeof(uint32_t));
in _drmModeGetConnector()
595
drmFree(U642VOID(conn.
props_ptr
));
in _drmModeGetConnector()
1256
properties.
props_ptr
= VOID2U64(drmMalloc(count *
in drmModeObjectGetProperties()
1258
if (!properties.
props_ptr
)
in drmModeObjectGetProperties()
1270
drmFree(U642VOID(properties.
props_ptr
));
in drmModeObjectGetProperties()
1281
ret->props = drmAllocCpy(U642VOID(properties.
props_ptr
),
in drmModeObjectGetProperties()
1293
drmFree(U642VOID(properties.
props_ptr
));
in drmModeObjectGetProperties()
1490
uint32_t *
props_ptr
= NULL;
drmModeAtomicCommit()
local
[all...]
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm_mode.h
438
* @
props_ptr
and @prop_values_ptr, then set @count_modes, @count_props and
463
/** @
props_ptr
: Pointer to ``__u32`` array of property IDs. */
464
__u64
props_ptr
;
member
632
__u64
props_ptr
;
member
1022
__u64
props_ptr
;
member
/third_party/libdrm/include/drm/
H
A
D
drm_mode.h
406
* @
props_ptr
and @prop_values_ptr, then set @count_modes, @count_props and
431
/** @
props_ptr
: Pointer to ``__u32`` array of property IDs. */
432
__u64
props_ptr
;
member
548
__u64
props_ptr
;
member
938
__u64
props_ptr
;
member
Completed in 7 milliseconds