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:__ALIGNED
(Results
1 - 11
of
11
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
cmsis_compiler.h
154
#ifndef
__ALIGNED
155
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
227
#ifndef
__ALIGNED
228
#define
__ALIGNED
(x) __align(x)
macro
299
#ifndef
__ALIGNED
300
#warning No compiler specific solution for
__ALIGNED
.
__ALIGNED
is ignored.
301
#define
__ALIGNED
(x)
macro
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H
A
D
cmsis_iccarm_a.h
43
#ifndef
__ALIGNED
45
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
48
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
50
#warning No compiler specific solution for
__ALIGNED
.
__ALIGNED
is ignored.
51
#define
__ALIGNED
(x)
macro
H
A
D
cmsis_armclang_a.h
93
#ifndef
__ALIGNED
94
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
H
A
D
cmsis_gcc_a.h
103
#ifndef
__ALIGNED
104
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
H
A
D
cmsis_clang_a.h
96
#ifndef
__ALIGNED
97
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H
A
D
cmsis_iccarm_m.h
41
#ifndef
__ALIGNED
43
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
46
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
48
#warning No compiler specific solution for
__ALIGNED
.
__ALIGNED
is ignored.
49
#define
__ALIGNED
(x)
macro
H
A
D
cmsis_armclang_m.h
93
#ifndef
__ALIGNED
94
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
H
A
D
cmsis_clang_m.h
98
#ifndef
__ALIGNED
99
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
H
A
D
cmsis_tiarmclang_m.h
93
#ifndef
__ALIGNED
94
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
H
A
D
armv7m_cachel1.h
188
__ALIGNED
(__SCB_DCACHE_LINE_SIZE)
in SCB_DisableDCache()
H
A
D
cmsis_gcc_m.h
102
#ifndef
__ALIGNED
103
#define
__ALIGNED
(x) __attribute__((aligned(x)))
macro
Completed in 15 milliseconds