Searched refs:INC_MAX (Results 1 – 1 of 1) sorted by relevance
504 #define INC_MEMBER(n) (1<<((n)+INC_MAX))509 #define INC_MAX 4 macro510 #define INC_SELF (1<<(2*INC_MAX+0))511 #define INC_EXISTS (1<<(2*INC_MAX+1))512 #define INC_LISTED (1<<(2*INC_MAX+2))513 #define INC_MAPALL (1<<(2*INC_MAX+3))514 #define INC_MAPHOSTED (1<<(2*INC_MAX+4))515 #define INC_MAPNOHOSTED (1<<(2*INC_MAX+5))516 #define INC_MAPNOLOCAL (1<<(2*INC_MAX+6))517 #define INC_HOSTED (1<<(2*INC_MAX+7))[all …]