Home
last modified time | relevance | path

Searched refs:OS_FP_ALIGN (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.c154 #define OS_FP_ALIGN(value) (((UINT32)(value) & (UINT32)(LOSCFG_STACK_POINT_ALIGN_SIZE - 1)) == 0) macro
170 if ((fp == FP_INIT_VALUE) || !OS_FP_ALIGN(fp)) { in IsValidFP()

Completed in 2 milliseconds