Home
last modified time | relevance | path

Searched defs:__aligned (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h64 #define __aligned(x) __attribute__((aligned(x))) macro
87 #define __aligned(x) __declspec(align(x)) macro
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dcdefs.h22 #define __aligned(x) __attribute__((__aligned__(x))) macro
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h32 #define __aligned(x) __attribute__((__aligned__(x))) macro