Searched refs:do_compress (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/lzo/src/ |
D | compr1b.h | 57 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()
|
D | compr1c.h | 57 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()
|
D | lzo1x_c.ch | 30 #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/ |
D | minilzo-inl.c | 3092 #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/ |
D | minilzo.c | 4592 #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
|