Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/include/
H A Dparam_utils.h46 #define PARAM_IS_ALIGNED(x) (((x) & 0x03) == 0) macro
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_manager.c621 if (PARAM_IS_ALIGNED(index)) { in ReadParamName()
706 if (PARAM_IS_ALIGNED(index)) { in GetTrieNodeByHandle()