Home
last modified time | relevance | path

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

/external/u-boot/fs/jffs2/
Dcompr_lzo.c140 #define PTR_ALIGNED2_4(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 3) == 0) macro
198 if (PTR_ALIGNED2_4 (op, ip)) in lzo1x_decompress()
329 && PTR_ALIGNED2_4 (op, m_pos)) in lzo1x_decompress()