Home
last modified time | relevance | path

Searched refs:ALIGN_4 (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2065 _MsOS_Queue_Info[s32Id].u32AlignedMsgSize = u32AlignSize= ALIGN_4(u32MessageSize);
2220 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2279 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2484 _MsOS_Queue_Info[s32Id].u32AlignedMsgSize = u32AlignSize= ALIGN_4(u32MessageSize);
2639 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2698 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsCommon.h318 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2946 _MsOS_Queue_Info[s32Id].u32AlignedMsgSize = u32AlignSize= ALIGN_4(u32MessageSize); in MsOS_CreateQueue()
3136 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize); in MsOS_RecvFromQueue()
3204 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize); in MsOS_PeekFromQueue()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsCommon.h345 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c2337 _MsOS_Queue_Info[s32Id].u32AlignedMsgSize = ALIGN_4(u32MessageSize); in MsOS_CreateQueue()
2341 MsOS_AllocateMemory((ALIGN_4(u32MessageSize)+sizeof(MS_U32))* in MsOS_CreateQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c2768 …_MsOS_Queue_Info[s32Id].u32AlignedMsgSize = sizeof(MS_U32) + ALIGN_4(u32MessageSize); // header: m… in MsOS_CreateQueue()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30629 #define ALIGN_4(_x_) (((_x_) + 3) & ~3)