Searched refs:UA_COPY8 (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_c.ch | 139 UA_COPY8(op, ii); 140 UA_COPY8(op+8, ii+8); 163 UA_COPY8(op, ii); 164 UA_COPY8(op+8, ii+8);
|
D | lzo_conf.h | 291 #ifndef UA_COPY8 292 #define UA_COPY8 LZO_MEMOPS_COPY8 macro
|
D | lzo1x_d.ch | 120 UA_COPY8(op,ip); 385 UA_COPY8(op,m_pos);
|
/external/libvncserver/common/ |
D | minilzo.c | 3723 #ifndef UA_COPY8 3724 #define UA_COPY8 LZO_MEMOPS_COPY8 macro 4691 UA_COPY8(op, ii); in do_compress() 4692 UA_COPY8(op+8, ii+8); in do_compress() 4715 UA_COPY8(op, ii); in do_compress() 4716 UA_COPY8(op+8, ii+8); in do_compress() 5147 UA_COPY8(op,ip); 5407 UA_COPY8(op,m_pos); 5688 UA_COPY8(op,ip); 5948 UA_COPY8(op,m_pos);
|