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:UINT_TO_PTR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_hevc_enc.c
85
UINT_TO_PTR
(h265->decoded_curr_pic.picture_id + 1),
in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
86
UINT_TO_PTR
(context->desc.h265enc.frame_num));
in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
104
UINT_TO_PTR
(h265->ref_pic_list0[i].picture_id + 1)));
in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
109
UINT_TO_PTR
(h265->ref_pic_list1[i].picture_id + 1)));
in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
H
A
D
picture_h264_enc.c
57
UINT_TO_PTR
(h264->CurrPic.picture_id + 1),
in vlVaHandleVAEncPictureParameterBufferTypeH264()
58
UINT_TO_PTR
(context->desc.h264enc.frame_num));
in vlVaHandleVAEncPictureParameterBufferTypeH264()
100
UINT_TO_PTR
(h264->RefPicList0[i].picture_id + 1)));
in vlVaHandleVAEncSliceParameterBufferTypeH264()
104
UINT_TO_PTR
(h264->RefPicList1[i].picture_id + 1)));
in vlVaHandleVAEncSliceParameterBufferTypeH264()
H
A
D
va_private.h
59
#define
UINT_TO_PTR
(x) ((void*)(uintptr_t)(x))
macro
/third_party/eudev/src/udev/
H
A
D
udevd.c
150
hashmap_remove(workers,
UINT_TO_PTR
(worker->pid));
in worker_free()
193
r = hashmap_put(workers,
UINT_TO_PTR
(pid), worker);
in worker_new()
669
worker = hashmap_get(workers,
UINT_TO_PTR
(ucred->pid));
in worker_returned()
939
worker = hashmap_get(workers,
UINT_TO_PTR
(pid));
in handle_signal()
/third_party/eudev/src/shared/
H
A
D
macro.h
131
#define
UINT_TO_PTR
(u) ((void *) ((uintptr_t) (u)))
macro
Completed in 7 milliseconds