Searched defs:IXSEQ_TO_IPCID (Results 1 – 2 of 2) sorted by relevance
105 #define IXSEQ_TO_IPCID(ix,perm) (((perm.seq) << 16) | ((ix) & 0xffff)) macro
52 #define IXSEQ_TO_IPCID(ix,perm) (((perm.seq) << 16) | (ix & 0xffff)) macro