Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/jffs2/
H A Dcompr_lzo.c136 #define PTR(a) ((lzo_ptr_t) (a)) macro
137 #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)))
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h373 #define PTR .word macro
398 #define PTR .dword macro