Searched defs:__aligned (Results 1 – 6 of 6) sorted by relevance
31 uint8_t __aligned(PAGE_SZ) buf[2 * N_PAGES * PAGE_SZ]; in __aligned() function
121 } tFpRegSet __aligned(FP_REG_SET_ALIGN); typedef169 } tFpRegSetEx __aligned(FP_REG_SET_ALIGN); typedef
31 static uint8_t __aligned(CONFIG_MMU_PAGE_SIZE) test_page[TEST_PAGE_SZ]; in __aligned() function
61 __aligned(CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE) in __aligned() function
220 #define __aligned(x) __attribute__((__aligned__(x))) macro
111 static uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) packaged[256]; in __aligned() function