Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_bitops.h35 #define IS_ALIGNED(val, align) \ macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.h23 #define IS_ALIGNED(val, align) \ macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/native_drivers/
Dmhu_wrapper_v3_x.c32 #define IS_ALIGNED(val, align) (val == ALIGN_UP(val, align)) macro