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:alignment
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_allocator.h
26
size_t
alignment
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_allocator.h
26
size_t
alignment
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_allocator.h
27
size_t
alignment
;
member
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_allocator.h
26
size_t
alignment
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_hwcnt_types.h
106
/* Minimum
alignment
of each block of hardware counters */
113
* @
alignment
: The
alignment
boundary.
118
#define KBASE_HWCNT_ALIGN_UPWARDS(value,
alignment
) \
119
(value + ((
alignment
- (value %
alignment
)) %
alignment
))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_hwcnt_types.c
26
/* Minimum
alignment
of each block of hardware counters */
30
* KBASE_HWCNT_ALIGN_UPWARDS() - Align a value to an
alignment
.
32
* @
alignment
: The
alignment
.
34
* Return: A number greater than or equal to value that is aligned to
alignment
.
36
#define KBASE_HWCNT_ALIGN_UPWARDS(value,
alignment
) ((value) + (((
alignment
) - ((value) % (
alignment
))) % (
alignment
)))
154
/* Due to the block
alignment
, ther
in kbase_hwcnt_metadata_create()
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
6986
# request GCC to try to maintain 16 byte
alignment
throughout
6994
check_cflags -mllvm -stack-
alignment
=16
6997
# Clang doesn't support maintaining
alignment
without assuming the
6998
# same
alignment
in every function. If 16 byte
alignment
would be
7007
check_cflags -mllvm -stack-
alignment
=16
7008
check_cflags -mstack-
alignment
=16
7012
check_cflags -mllvm -stack-
alignment
=16
7013
check_cflags -mstack-
alignment
=16
Completed in 10 milliseconds