/external/syslinux/lzo/src/ |
lzo_str.c | 33 #undef lzo_memmove macro 50 #define lzo_hmemmove __LZOLIB_FUNCNAME(lzo_memmove)
|
lzo_conf.h | 147 # define memmove(a,b,c) lzo_memmove(a,b,c) 149 # undef lzo_memmove 150 # define lzo_memmove(a,b,c) memmove(a,b,c)
|
lzo1x_oo.ch | 187 lzo_memmove(litp+1,litp,lit); 299 lzo_memmove(litp+1,litp,lit);
|
/external/valgrind/coregrind/m_debuginfo/ |
lzoconf.h | 377 lzo_memmove(lzo_voidp dst, const lzo_voidp src, lzo_uint len);
|
minilzo-inl.c | 2446 #undef lzo_memmove macro [all...] |
/external/libvncserver/common/ |
lzoconf.h | 350 lzo_memmove(lzo_voidp dst, const lzo_voidp src, lzo_uint len);
|
minilzo.c | 4008 #undef lzo_memmove macro [all...] |
/external/syslinux/lzo/include/lzo/ |
lzoconf.h | 350 lzo_memmove(lzo_voidp dst, const lzo_voidp src, lzo_uint len);
|