Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dcompr1b.h57 const lzo_compress_t LZO_COMPRESS_FUNC = do_compress;
64 return _lzo1b_do_compress(in,in_len,out,out_len,wrkmem,do_compress); in LZO_COMPRESS()
Dcompr1c.h57 const lzo_compress_t LZO_COMPRESS_FUNC = do_compress;
64 return _lzo1c_do_compress(in,in_len,out,out_len,wrkmem,do_compress); in LZO_COMPRESS()
Dlzo1x_c.ch30 #if 1 && defined(DO_COMPRESS) && !defined(do_compress)
32 # define do_compress LZO_PP_ECONCAT2(DO_COMPRESS,_core)
41 do_compress ( const lzo_bytep in , lzo_uint in_len,
359 t = do_compress(ip,ll,op,out_len,t,wrkmem);
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c3092 #if 1 && defined(DO_COMPRESS) && !defined(do_compress)
3093 # define do_compress LZO_CPP_ECONCAT2(DO_COMPRESS,_core) macro
3171 do_compress ( const lzo_bytep in , lzo_uint in_len, in do_compress() function
3478 t = do_compress(ip,ll,op,out_len,t,wrkmem); in DO_COMPRESS()
3526 #undef do_compress
/external/libvncserver/common/
Dminilzo.c4592 #if 1 && defined(DO_COMPRESS) && !defined(do_compress)
4593 # define do_compress LZO_PP_ECONCAT2(DO_COMPRESS,_core) macro
4597 do_compress ( const lzo_bytep in , lzo_uint in_len, in do_compress() function
4906 t = do_compress(ip,ll,op,out_len,t,wrkmem); in DO_COMPRESS()
4951 #undef do_compress