Lines Matching refs:b
90 #define SIZE(b) (((b)->t_s).w_i) argument
91 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) argument
94 #define PARENT(b) (((b)->t_p).w_p[0]) argument
95 #define LEFT(b) (((b)->t_l).w_p[0]) argument
96 #define RIGHT(b) (((b)->t_r).w_p[0]) argument
99 #define AFTER(b) (((b)->t_p).w_p[0]) argument
102 #define LINKFOR(b) (((b)->t_n).w_p[0]) argument
103 #define LINKBAK(b) (((b)->t_p).w_p[0]) argument
106 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1)) argument
107 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1)) argument
110 #define DATA(b) (((char *)(b)) + WORDSIZE) argument
112 #define SELFP(b) (&(NEXT(b)->t_s.w_p[1])) argument
113 #define LAST(b) ((b)->t_s.w_p[1]) argument
114 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) argument
115 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr) argument