Home
last modified time | relevance | path

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

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Daes.c27 #define IS_ALIGNED(ptr, type) (((uintptr_t)(ptr) & (alignof(type) - 1)) == 0) macro
/system/core/storaged/include/
Dstoraged.h39 #define IS_ALIGNED(x, align) (!((x) & ((align) - 1))) macro