Searched refs:OS_FP_ALIGN (Results 1 – 1 of 1) sorted by relevance
154 #define OS_FP_ALIGN(value) (((UINT32)(value) & (UINT32)(LOSCFG_STACK_POINT_ALIGN_SIZE - 1)) == … macro170 if ((fp == FP_INIT_VALUE) || !OS_FP_ALIGN(fp)) { in IsValidFP()