Home
last modified time | relevance | path

Searched refs:_ALIGN (Results 1 – 2 of 2) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/utils/
Dnet_defs.h209 #ifndef _ALIGN
210 #define _ALIGN(val,exp) (((val) + ((exp)-1)) & ~((exp)-1)) macro
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dplat_types.h109 #ifndef _ALIGN
110 #define _ALIGN(val,exp) (((val) + ((exp)-1)) & ~((exp)-1)) macro