Home
last modified time | relevance | path

Searched refs:__ALIGNED (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_compiler.h120 #ifndef __ALIGNED
121 #define __ALIGNED(x) __attribute__((aligned(x))) macro
192 #ifndef __ALIGNED
193 #define __ALIGNED(x) __align(x) macro
263 #ifndef __ALIGNED
264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
265 #define __ALIGNED(x) macro
Dcmsis_iccarm.h44 #ifndef __ALIGNED
46 #define __ALIGNED(x) __attribute__((aligned(x))) macro
49 #define __ALIGNED(x) __attribute__((aligned(x))) macro
51 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
52 #define __ALIGNED(x) macro
Dcmsis_armcc.h101 #ifndef __ALIGNED
102 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armclang.h107 #ifndef __ALIGNED
108 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armclang_ltm.h107 #ifndef __ALIGNED
108 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_gcc.h110 #ifndef __ALIGNED
111 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Darm_math.h314 #define __ALIGNED(x) __declspec(align(x)) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_compiler.h120 #ifndef __ALIGNED
121 #define __ALIGNED(x) __attribute__((aligned(x))) macro
192 #ifndef __ALIGNED
193 #define __ALIGNED(x) __align(x) macro
263 #ifndef __ALIGNED
264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
265 #define __ALIGNED(x) macro
Dcmsis_iccarm.h46 #ifndef __ALIGNED
48 #define __ALIGNED(x) __attribute__((aligned(x))) macro
51 #define __ALIGNED(x) __attribute__((aligned(x))) macro
53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
54 #define __ALIGNED(x) macro
Dcmsis_armcc.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armclang.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armclang_ltm.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_gcc.h110 #ifndef __ALIGNED
111 #define __ALIGNED(x) __attribute__((aligned(x))) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_math_types.h66 #define __ALIGNED(x) __declspec(align(x)) macro
70 #define __ALIGNED(x) __attribute__((aligned(x)))
304 typedef __ALIGNED(2) int16x8_t q15x8_t;
309 typedef __ALIGNED(1) int8x16_t q7x16_t;
410 typedef __ALIGNED(2) int16x4_t q15x4_t;
415 typedef __ALIGNED(1) int8x8_t q7x8_t;
Darm_math_types_f16.h71 typedef __ALIGNED(2) float16x8_t f16x8_t;
102 typedef __ALIGNED(2) float16x4_t f16x4_t;
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/CommonTables/
Darm_common_tables.c43422 const q15_t __ALIGNED(4) realCoefAQ15[8192] = {
44463 const q15_t __ALIGNED(4) realCoefBQ15[8192] = {
61444 const q15_t __ALIGNED(4) WeightsQ15_128[256] = {
61478 const q15_t __ALIGNED(4) cos_factorsQ15_128[128] = {
61499 const q15_t __ALIGNED(4) WeightsQ15_512[1024] = {
61630 const q15_t __ALIGNED(4) cos_factorsQ15_512[512] = {
61700 const q15_t __ALIGNED(4) WeightsQ15_2048[4096] = {
62214 const q15_t __ALIGNED(4) cos_factorsQ15_2048[2048] = {
62476 const q15_t __ALIGNED(4) WeightsQ15_8192[16384] = {
64527 const q15_t __ALIGNED(4) cos_factorsQ15_8192[8192] = {
[all …]