Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/osal_aos/include/aos/
A Dcompiler.h60 #ifndef ALIGNED
61 #define ALIGNED(size) __attribute__((__aligned__(size))) macro
108 #ifndef ALIGNED
109 #define ALIGNED(size) __attribute__((__aligned__(size)))
162 #ifndef ALIGNED
163 #define ALIGNED(size) _Pragma(data_alignment = size)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrcat.c45 #define ALIGNED(X) \ macro
85 if (ALIGNED (s1)) in _strcat()
A Dstrncat.c52 #define ALIGNED(X) \ macro
90 if (ALIGNED (s1)) in _strncat()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_location.h37 #define SRAM_STACK_LOC ALIGNED(8) HAL_SEC_LOC(.sram_data)
38 #define SRAM_STACK_DEF(n) ALIGNED(8) HAL_SEC_LOC(.sram_data, n)
A Dplat_types.h262 #define ALIGNED(a) __attribute__((aligned(a))) macro
320 #define ALIGNED(a) macro

Completed in 13 milliseconds