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:unaligned_32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_cl.h
80
struct PACKED
unaligned_32
{ uint32_t x; };
struct
115
struct
unaligned_32
*p = (void *)ptr;
in put_unaligned_32()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_cl.h
74
struct PACKED
unaligned_32
{ uint32_t x; };
struct
104
struct
unaligned_32
*p = (void *)ptr;
in put_unaligned_32()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
hevcpred_msa.c
2069
((((union
unaligned_32
*) (top + 16 + top_right_size +
in ff_intra_pred_8_16x16_msa()
2084
((((union
unaligned_32
*) (left + 16 + bottom_left_size +
in ff_intra_pred_8_16x16_msa()
2222
((((union
unaligned_32
*) (&left[i]))->l) = (a));
in ff_intra_pred_8_16x16_msa()
2252
((((union
unaligned_32
*) (&left[i - 3]))->l) = (a));
in ff_intra_pred_8_16x16_msa()
2269
((((union
unaligned_32
*) (left + i))->l) = (pix));
in ff_intra_pred_8_16x16_msa()
2286
((((union
unaligned_32
*) (&left[i - 3]))->l) = (a));
in ff_intra_pred_8_16x16_msa()
2304
((((union
unaligned_32
*) (&top[i]))->l) = (a));
in ff_intra_pred_8_16x16_msa()
2584
((((union
unaligned_32
*) (top + 32 + top_right_size +
in ff_intra_pred_8_32x32_msa()
2599
((((union
unaligned_32
*) (left + 32 + bottom_left_size +
in ff_intra_pred_8_32x32_msa()
2737
((((union
unaligned_32
*) (
in ff_intra_pred_8_32x32_msa()
[all...]
/third_party/ffmpeg/libavutil/
H
A
D
intreadwrite.h
221
union
unaligned_32
{ uint32_t l; } __attribute__((packed)) av_alias;
union
Completed in 7 milliseconds