Home
last modified time | relevance | path

Searched refs:lzo_uintp (Results 1 – 9 of 9) sorted by relevance

/external/libvncserver/common/
Dminilzo.h73 lzo_bytep dst, lzo_uintp dst_len,
79 lzo_bytep dst, lzo_uintp dst_len,
85 lzo_bytep dst, lzo_uintp dst_len,
Dlzoconf.h149 #define lzo_uintp lzo_uint __LZO_MMODEL * macro
236 lzo_bytep dst, lzo_uintp dst_len,
241 lzo_bytep dst, lzo_uintp dst_len,
246 lzo_bytep dst, lzo_uintp dst_len,
251 lzo_bytep dst, lzo_uintp dst_len,
257 lzo_bytep dst, lzo_uintp dst_len,
Dminilzo.c4153 r &= ((* (lzo_uintp) p) == 128); in _lzo_config_check()
4158 r &= ((* (lzo_uintp) p) == 128); in _lzo_config_check()
4598 lzo_bytep out, lzo_uintp out_len, in do_compress()
4885 lzo_bytep out, lzo_uintp out_len, in DO_COMPRESS()
5068 lzo_bytep out, lzo_uintp out_len,
5609 lzo_bytep out, lzo_uintp out_len,
/external/valgrind/coregrind/m_debuginfo/
Dminilzo.h88 lzo_bytep dst, lzo_uintp dst_len,
94 lzo_bytep dst, lzo_uintp dst_len,
100 lzo_bytep dst, lzo_uintp dst_len,
Dlzoconf.h215 #define lzo_uintp lzo_uint __LZO_MMODEL * macro
266 lzo_bytep dst, lzo_uintp dst_len,
271 lzo_bytep dst, lzo_uintp dst_len,
276 lzo_bytep dst, lzo_uintp dst_len,
281 lzo_bytep dst, lzo_uintp dst_len,
287 lzo_bytep dst, lzo_uintp dst_len,
Dminilzo-inl.c2262 lzo_uintp a_lzo_uintp;
2666 r &= ((* (lzo_uintp) p) == 128); in _lzo_config_check()
2671 r &= ((* (lzo_uintp) p) == 128); in _lzo_config_check()
3172 lzo_bytep out, lzo_uintp out_len, in do_compress()
3457 lzo_bytep out, lzo_uintp out_len, in DO_COMPRESS()
3626 lzo_bytep out, lzo_uintp out_len,
4152 lzo_bytep out, lzo_uintp out_len,
/external/squashfs-tools/squashfs-tools/
Dlzo_wrapper.h64 int (*compress) (const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp,
75 int lzo1x_999_wrapper(const lzo_bytep, lzo_uint, lzo_bytep, lzo_uintp,
Dlzo_wrapper.c419 lzo_uintp compsize, lzo_voidp workspace) in lzo1x_999_wrapper()
/external/libvncserver/libvncclient/
Dultra.c91 (lzo_byte *)client->raw_buffer, (lzo_uintp) &uncompressedBytes, in HandleUltraBPP()