Searched defs:LAST (Results 1 – 10 of 10) sorted by relevance
39 #define LAST(x) ((int *) &x)[3] macro42 #define LAST(x) ((int *) &x)[0] macro
46 #define LAST 0LL macro
115 #define LAST(b) ((b)->t_s.w_p[1]) macro
51 #define LAST (1<<8) macro
145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE))) macro
207 #define LAST (S_WS) macro
159 #define LAST 255 macro
193 #define LAST 255 macro
390 #define LAST(b) (*((Block_t**)(((char*)(b)) - sizeof(Block_t*)) ) ) macro
561 #define LAST(index, limit) ((index) ? (index)-1 : (limit - 1)); macro