HomeSort by relevance Sort by last modified time
    Searched defs:lzo_bytep (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 204 #define lzo_bytep unsigned char __LZO_MMODEL * macro
219 #define lzo_bytepp lzo_bytep __LZO_MMODEL *
220 /* deprecated - use 'lzo_bytep' instead of 'lzo_byte *' */
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
    [all...]
  /external/libvncserver/common/
lzoconf.h 143 #define lzo_bytep unsigned char __LZO_MMODEL * macro
152 #define lzo_bytepp lzo_bytep __LZO_MMODEL *
193 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(char *) == sizeof(lzo_bytep))
235 (__LZO_CDECL *lzo_compress_t) ( const lzo_bytep src, lzo_uint src_len,
236 lzo_bytep dst, lzo_uintp dst_len,
240 (__LZO_CDECL *lzo_decompress_t) ( const lzo_bytep src, lzo_uint src_len,
241 lzo_bytep dst, lzo_uintp dst_len,
245 (__LZO_CDECL *lzo_optimize_t) ( lzo_bytep src, lzo_uint src_len,
246 lzo_bytep dst, lzo_uintp dst_len,
250 (__LZO_CDECL *lzo_compress_dict_t)(const lzo_bytep src, lzo_uint src_len
    [all...]

Completed in 50 milliseconds