Searched refs:comp_chunk_t (Results 1 – 1 of 1) sorted by relevance
57 typedef uint32_t comp_chunk_t; typedef59 #define __NBWRD (CHAR_BIT * sizeof (comp_chunk_t))64 #define COMP_ADDSET(a, p) ((comp_chunk_t *)(a))[compword(p)] |= \66 #define COMP_DELSET(a, p) ((comp_chunk_t *)(a))[compword(p)] &= \68 #define COMP_ISMEMBER(a, p) ((((comp_chunk_t *)(a))[compword(p)] & \