HomeSort by relevance Sort by last modified time
    Searched full:lzo_uint (Results 1 - 12 of 12) sorted by null

  /external/libvncserver/common/
lzoconf.h 91 /* lzo_uint must match size_t */
95 typedef unsigned __int64 lzo_uint; typedef
98 typedef lzo_ullong_t lzo_uint; typedef
106 typedef unsigned int lzo_uint; typedef
113 typedef unsigned long lzo_uint; typedef
120 # error "lzo_uint"
124 /* The larger type of lzo_uint and lzo_uint32_t. */
126 # define lzo_xint lzo_uint
134 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint) == LZO_SIZEOF_LZO_UINT)
135 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint))
    [all...]
minilzo.h 72 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
78 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
84 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
minilzo.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 114 /* lzo_uint should match size_t */
118 typedef unsigned __int64 lzo_uint; typedef
121 typedef unsigned long long lzo_uint; typedef
128 typedef unsigned int lzo_uint; typedef
134 typedef unsigned long lzo_uint; typedef
140 # error "lzo_uint"
167 # define lzo_uint64 lzo_uint
184 /* The larger type of lzo_uint and lzo_uint32. */
186 # define lzo_xint lzo_uint
191 /* Memory model that allows to access memory at offsets of lzo_uint. *
    [all...]
minilzo.h 87 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
93 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
99 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
minilzo-inl.c     [all...]
image.c 515 lzo_uint out_len = len;
    [all...]
  /external/squashfs-tools/squashfs-tools/
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,
lzo_wrapper.c 344 lzo_uint compsize, orig_size = size;
382 lzo_uint outlen = outsize;
418 int lzo1x_999_wrapper(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst,
  /external/libvncserver/libvncclient/
ultra.c 40 lzo_uint uncompressedBytes = (( rw * rh ) * ( BPP / 8 ));
122 lzo_uint uncompressedBytes = ry + (rw * 65535);
  /external/libvncserver/libvncserver/
ultra.c 53 lzo_uint maxCompSize;
95 deflateResult = lzo1x_1_compress((unsigned char *)cl->beforeEncBuf, (lzo_uint)(w * h * (cl->format.bitsPerPixel / 8)), (unsigned char *)cl->afterEncBuf, &maxCompSize, cl->lzoWrkMem);
  /external/valgrind/auxprogs/
valgrind-di-server.c 847 lzo_uint zLen = zLenMax;
    [all...]

Completed in 221 milliseconds