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

  /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...]
  /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...]
  /external/syslinux/lzo/include/lzo/
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...]

Completed in 169 milliseconds