Searched refs:PTR (Results 1 – 2 of 2) sorted by relevance
136 #define PTR(a) ((lzo_ptr_t) (a)) macro137 #define PTR_LINEAR(a) PTR(a)142 #define PTR_LT(a,b) (PTR(a) < PTR(b))143 #define PTR_GE(a,b) (PTR(a) >= PTR(b))144 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b)))
373 #define PTR .word macro398 #define PTR .dword macro