Home
last modified time | relevance | path

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

/u-boot/lib/lzo/
A Dlzo1x_decompress.c24 #define COPY4(dst, src) \ macro
186 COPY4(op, ip); in lzo1x_decompress_safe()
192 COPY4(op, ip); in lzo1x_decompress_safe()
298 COPY4(op, m_pos); in lzo1x_decompress_safe()
303 COPY4(op, m_pos); in lzo1x_decompress_safe()
/u-boot/fs/jffs2/
A Dcompr_lzo.c95 #define COPY4(dst,src) __COPY4((lzo_ptr_t)(dst),(lzo_ptr_t)(src)) macro
200 COPY4 (op, ip); in lzo1x_decompress()
210 COPY4 (op, ip); in lzo1x_decompress()
331 COPY4 (op, m_pos); in lzo1x_decompress()
337 COPY4 (op, m_pos); in lzo1x_decompress()

Completed in 4 milliseconds