Searched defs:IS_BRANCH (Results 1 – 3 of 3) sorted by relevance
1098 #define IS_BRANCH(x) ((((x) & 0xc0000000) == 0) && (((x) & 0x01c00000) != 0x01000000)) macro
1104 #define IS_BRANCH(x) ((((x) & 0xc0000000) == 0) && (((x) & 0x01c00000) != 0x01000000)) macro
869 #define IS_BRANCH(p) F_ISSET((p)->mp_flags, P_BRANCH) macro