Searched refs:MQ_ALIGNSIZE (Results 1 – 1 of 1) sorted by relevance
124 #define MQ_ALIGNSIZE 8 /* 64-bit alignment */ macro130 assert((_p) != 0 && !((uintptr_t)(_p) & (MQ_ALIGNSIZE -1)) && \226 temp = (mqhp->mq_maxsz + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1); in mq_init()434 temp = (msgsize + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1); in mq_open()