Searched refs:lzo_bytep (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/common/ |
D | lzoconf.h | 182 #define lzo_bytep unsigned char __LZO_MMODEL * macro 193 #define lzo_bytepp lzo_bytep __LZO_MMODEL * 239 (__LZO_CDECL *lzo_compress_t) ( const lzo_bytep src, lzo_uint src_len, 240 lzo_bytep dst, lzo_uintp dst_len, 244 (__LZO_CDECL *lzo_decompress_t) ( const lzo_bytep src, lzo_uint src_len, 245 lzo_bytep dst, lzo_uintp dst_len, 249 (__LZO_CDECL *lzo_optimize_t) ( lzo_bytep src, lzo_uint src_len, 250 lzo_bytep dst, lzo_uintp dst_len, 254 (__LZO_CDECL *lzo_compress_dict_t)(const lzo_bytep src, lzo_uint src_len, 255 lzo_bytep dst, lzo_uintp dst_len, [all …]
|
D | minilzo.h | 86 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len, 87 lzo_bytep dst, lzo_uintp dst_len, 92 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len, 93 lzo_bytep dst, lzo_uintp dst_len, 98 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len, 99 lzo_bytep dst, lzo_uintp dst_len,
|
D | minilzo.c | 2152 LZO_EXTERN(const lzo_bytep) lzo_copyright(void); 2173 #define PTR(a) ((lzo_bytep) (a)) 2177 #define PTR(a) ((lzo_bytep) (a)) 2215 lzo_bytep a_lzo_bytep; 2240 # define lzo_dict_t const lzo_bytep 2306 LZO_PUBLIC(const lzo_bytep) 2312 return (const lzo_bytep) __lzo_copyright; in lzo_copyright() 2356 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() 2403 #define lzo_hbyte_p lzo_bytep 2514 #define u2p(ptr,off) ((lzo_voidp) (((lzo_bytep)(lzo_voidp)(ptr)) + (off))) in ACCCHK_ASSERT_IS_UNSIGNED_T() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzoconf.h | 204 #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 …]
|
D | minilzo.h | 87 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,
|
D | minilzo-inl.c | 2193 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 …]
|
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.h | 64 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,
|
D | lzo_wrapper.c | 418 int lzo1x_999_wrapper(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, in lzo1x_999_wrapper()
|