Home
last modified time | relevance | path

Searched refs:lzo_bytep (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dlzoconf.h204 #define lzo_bytep unsigned char __LZO_MMODEL * macro
219 #define lzo_bytepp lzo_bytep __LZO_MMODEL *
265 (__LZO_CDECL *lzo_compress_t) ( const lzo_bytep src, lzo_uint src_len,
266 lzo_bytep dst, lzo_uintp dst_len,
270 (__LZO_CDECL *lzo_decompress_t) ( const lzo_bytep src, lzo_uint src_len,
271 lzo_bytep dst, lzo_uintp dst_len,
275 (__LZO_CDECL *lzo_optimize_t) ( lzo_bytep src, lzo_uint src_len,
276 lzo_bytep dst, lzo_uintp dst_len,
280 (__LZO_CDECL *lzo_compress_dict_t)(const lzo_bytep src, lzo_uint src_len,
281 lzo_bytep dst, lzo_uintp dst_len,
[all …]
Dminilzo.h87 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
88 lzo_bytep dst, lzo_uintp dst_len,
93 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
94 lzo_bytep dst, lzo_uintp dst_len,
99 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
100 lzo_bytep dst, lzo_uintp dst_len,
Dminilzo-inl.c2193 LZO_EXTERN(const lzo_bytep) lzo_copyright(void);
2214 #define PTR(a) ((lzo_bytep) (a))
2218 #define PTR(a) ((lzo_bytep) (a))
2260 lzo_bytep a_lzo_bytep;
2290 # define lzo_dict_t const lzo_bytep
2356 LZO_PUBLIC(const lzo_bytep)
2362 return (const lzo_bytep) __lzo_copyright; in lzo_copyright()
2406 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32()
2453 #define lzo_hbyte_p lzo_bytep
2638 #define u2p(ptr,off) ((lzo_voidp) (((lzo_bytep)(lzo_voidp)(ptr)) + (off)))
[all …]