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:drmMalloc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/
H
A
D
xf86drmMode.c
83
if (!(r =
drmMalloc
(count*entry_size)))
in drmAllocCpy()
177
res.fb_id_ptr = VOID2U64(
drmMalloc
(res.count_fbs*sizeof(uint32_t)));
in drmModeGetResources()
182
res.crtc_id_ptr = VOID2U64(
drmMalloc
(res.count_crtcs*sizeof(uint32_t)));
in drmModeGetResources()
187
res.connector_id_ptr = VOID2U64(
drmMalloc
(res.count_connectors*sizeof(uint32_t)));
in drmModeGetResources()
192
res.encoder_id_ptr = VOID2U64(
drmMalloc
(res.count_encoders*sizeof(uint32_t)));
in drmModeGetResources()
220
if (!(r =
drmMalloc
(sizeof(*r))))
in drmModeGetResources()
334
if (!(r =
drmMalloc
(sizeof(*r))))
in drmModeGetFB()
380
if (!(r =
drmMalloc
(sizeof(*r))))
in drmModeGetCrtc()
482
if (!(r =
drmMalloc
(sizeof(*r))))
in drmModeGetEncoder()
518
conn.props_ptr = VOID2U64(
drmMalloc
(con
in _drmModeGetConnector()
[all...]
H
A
D
xf86drmHash.c
109
table =
drmMalloc
(sizeof(*table));
in drmHashCreate()
190
bucket =
drmMalloc
(sizeof(*bucket));
in drmHashInsert()
H
A
D
xf86drm.c
611
drm_public void *
drmMalloc
(int size)
in drmMalloc()
function
654
entry =
drmMalloc
(sizeof(*entry));
in drmGetEntry()
1317
drm_version_t *version =
drmMalloc
(sizeof(*version));
in drmGetVersion()
1325
version->name =
drmMalloc
(version->name_len + 1);
in drmGetVersion()
1327
version->date =
drmMalloc
(version->date_len + 1);
in drmGetVersion()
1329
version->desc =
drmMalloc
(version->desc_len + 1);
in drmGetVersion()
1342
retval =
drmMalloc
(sizeof(*retval));
in drmGetVersion()
1364
drm_version_t *version =
drmMalloc
(sizeof(*version));
in drmGetLibVersion()
1444
u.unique =
drmMalloc
(u.unique_len + 1);
in drmGetBusid()
1629
if (!(info.list =
drmMalloc
(inf
in drmMarkBufs()
[all...]
H
A
D
xf86drmRandom.c
87
state =
drmMalloc
(sizeof(*state));
in drmRandomCreate()
H
A
D
xf86drmSL.c
79
entry =
drmMalloc
(sizeof(*entry)
in SLCreateEntry()
106
list =
drmMalloc
(sizeof(*list));
in drmSLCreate()
H
A
D
xf86drm.h
732
extern void *
drmMalloc
(int size);
Completed in 9 milliseconds