| /bsp/rockchip/rk2108/ |
| A D | gcc_xip_off.ld.S | 23 . = ALIGN(32); define 25 . = ALIGN(32); define 35 . = ALIGN(4); define 39 . = ALIGN(4); define 43 . = ALIGN(4); define 46 . = ALIGN(4); define 50 . = ALIGN(4); define 53 . = ALIGN(4); define 57 . = ALIGN(4); define 76 . = ALIGN(32); define [all …]
|
| /bsp/nuvoton/libraries/nu_packages/NuUtils/inc/ |
| A D | nu_miscutil.h | 23 #define NU_ALIGN_DOWN(X, ALIGN) ((X) & ~((ALIGN) - 1)) argument 24 #define NU_ALIGN_UP(X, ALIGN) (((X) + (ALIGN) - 1) & ~((ALIGN) - 1)) argument
|
| /bsp/cvitek/c906_little/board/ |
| A D | cache.h | 17 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/ |
| A D | disp_lbc_test.c | 44 u32 ALIGN = 128; in cal() local
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_dac.h | 187 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ argument
|
| A D | HAL_adc.h | 185 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/bluetrum/libraries/hal_libraries/bmsis/source/ |
| A D | system_ab32vgx.c | 10 #define ALIGN(n) __attribute__((aligned(n))) macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_dac.h | 189 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ argument
|
| A D | air32f10x_adc.h | 142 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … argument
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_adc.h | 169 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/allwinner/libraries/libos/include/misc/ |
| A D | support.h | 68 #define ALIGN(val,align) (((val) + ((align) - 1)) & ~((align) - 1)) macro
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_adc.h | 177 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_dac.h | 363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \ argument
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_adc.h | 186 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_rotate.c | 291 u32 ALIGN = 128; in g2d_lbc_calc_ctrl() local
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_adc.h | 160 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | inter.h | 34 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f65xxx_66xxx_adc.h | 426 #define IS_ADC_ALIGN(ALIGN) (((ALIGN) == ADC_ALIGN_RIGHT) || ((ALIGN) == ADC_AL… argument
|