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

  /external/libvncserver/common/
lzoconf.h 146 typedef unsigned int lzo_uint32; typedef
152 typedef unsigned long lzo_uint32; typedef
158 # error "lzo_uint32"
162 /* The larger type of lzo_uint and lzo_uint32. */
166 # define lzo_xint lzo_uint32
187 #define lzo_uint32p lzo_uint32 __LZO_MMODEL *
332 (int)sizeof(long),(int)sizeof(lzo_uint32),(int)sizeof(lzo_uint),\
355 LZO_EXTERN(lzo_uint32)
356 lzo_adler32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
357 LZO_EXTERN(lzo_uint32)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 147 typedef unsigned int lzo_uint32; typedef
153 typedef unsigned long lzo_uint32; typedef
159 # error "lzo_uint32"
184 /* The larger type of lzo_uint and lzo_uint32. */
188 # define lzo_xint lzo_uint32
209 #define lzo_uint32p lzo_uint32 __LZO_MMODEL *
359 (int)sizeof(long),(int)sizeof(lzo_uint32),(int)sizeof(lzo_uint),\
382 LZO_EXTERN(lzo_uint32)
383 lzo_adler32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
384 LZO_EXTERN(lzo_uint32)
    [all...]

Completed in 26 milliseconds