Searched refs:PARAM_ALIGN (Results 1 – 8 of 8) sorted by relevance
58 offset += sizeof(ParamMsgContent) + PARAM_ALIGN(content->contentSize); in FillParamMsgContent()89 *offset += sizeof(ParamMsgContent) + PARAM_ALIGN(content->contentSize); in GetNextContent()
73 len = PARAM_ALIGN(len); in AllocateParamTrieNode()325 uint32_t realLen = sizeof(ParamSecruityNode) + PARAM_ALIGN(labelLen + 1); in AddParamSecruityNode()358 realLen = PARAM_ALIGN(realLen); in AddParamNode()
85 offset += sizeof(ParamMsgContent) + PARAM_ALIGN(content->contentSize); in FillLabelContent()184 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in SystemSetParameter()236 msgSize += PARAM_ALIGN(strlen(value) + 1); in SystemWaitParameter()241 msgSize += PARAM_ALIGN(1); in SystemWaitParameter()
38 #define PARAM_ALIGN(len) (((len) + 0x03) & (~0x03)) macro
297 offset += sizeof(ParamMsgContent) + PARAM_ALIGN(content->contentSize); in FillLabelContent()338 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage()342 msgSize += sizeof(ParamMsgContent) + PARAM_ALIGN(labelLen); in TestServiceProcessMessage()369 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in AddWatch()
106 msgSize = PARAM_ALIGN(msgSize); // align in TestProcessWatcherMessage()
35 size = PARAM_ALIGN(size); in AddCommand()122 uint32_t triggerNodeLen = PARAM_ALIGN(nameLen + 1) + sizeof(JobNode); in AddJobTrigger_()
294 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage()