Searched defs:__MSGSEG (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dmsg.h74 #define __MSGSEG ((MSGPOOL*1024)/ MSGSSZ) macro
75 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)

Completed in 238 milliseconds