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:U642VOID
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libdrm/
H
A
D
xf86drmMode.c
62
#define
U642VOID
(x) ((void *)(unsigned long)(x))
macro
209
drmFree(
U642VOID
(res.fb_id_ptr));
in drmModeGetResources()
210
drmFree(
U642VOID
(res.crtc_id_ptr));
in drmModeGetResources()
211
drmFree(
U642VOID
(res.connector_id_ptr));
in drmModeGetResources()
212
drmFree(
U642VOID
(res.encoder_id_ptr));
in drmModeGetResources()
232
r->fbs = drmAllocCpy(
U642VOID
(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t));
in drmModeGetResources()
233
r->crtcs = drmAllocCpy(
U642VOID
(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t));
in drmModeGetResources()
234
r->connectors = drmAllocCpy(
U642VOID
(res.connector_id_ptr), res.count_connectors, sizeof(uint32_t));
in drmModeGetResources()
235
r->encoders = drmAllocCpy(
U642VOID
(res.encoder_id_ptr), res.count_encoders, sizeof(uint32_t));
in drmModeGetResources()
250
drmFree(
U642VOID
(re
in drmModeGetResources()
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H
A
D
msm_priv.h
89
struct drm_msm_gem_submit_bo *bos =
U642VOID
(req->bos);
in msm_dump_submit()
94
struct drm_msm_gem_submit_cmd *cmds =
U642VOID
(req->cmds);
in msm_dump_submit()
96
struct drm_msm_gem_submit_reloc *relocs =
U642VOID
(cmd->relocs);
in msm_dump_submit()
/third_party/libdrm/exynos/
H
A
D
exynos_drm.c
42
#define
U642VOID
(x) ((void *)(unsigned long)(x))
macro
385
g2d->tv_usec,
U642VOID
(g2d->user_data));
in exynos_handle_vendor()
423
U642VOID
(vblank->user_data));
in exynos_handle_event()
434
U642VOID
(vblank->user_data));
in exynos_handle_event()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H
A
D
rbug_core.c
46
#define
U642VOID
(x) ((void *)(uintptr_t)(x))
macro
454
rb_context->draw_rule.shader[PIPE_SHADER_VERTEX] =
U642VOID
(rule->vertex);
in rbug_context_draw_rule()
455
rb_context->draw_rule.shader[PIPE_SHADER_FRAGMENT] =
U642VOID
(rule->fragment);
in rbug_context_draw_rule()
456
rb_context->draw_rule.texture =
U642VOID
(rule->texture);
in rbug_context_draw_rule()
457
rb_context->draw_rule.surf =
U642VOID
(rule->surface);
in rbug_context_draw_rule()
/third_party/libdrm/freedreno/msm/
H
A
D
msm_ringbuffer.c
306
U642VOID
(i));
in get_cmd()
405
struct drm_msm_gem_submit_reloc *relocs =
U642VOID
(cmd->relocs);
in dump_submit()
538
free(
U642VOID
(cmd->relocs));
in msm_ringbuffer_flush()
/third_party/libdrm/freedreno/
H
A
D
freedreno_priv.h
196
#define
U642VOID
(x) ((void *)(unsigned long)(x))
macro
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_priv.h
411
#define
U642VOID
(x) ((void *)(unsigned long)(x))
macro
Completed in 7 milliseconds