HomeSort by relevance Sort by last modified time
    Searched refs:lzo_memmove (Results 1 - 8 of 8) sorted by null

  /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);

Completed in 176 milliseconds