Searched defs:lzo_uint (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dlzoconf.h113 /* lzo_uint should match size_t */
117 typedef unsigned __int64 lzo_uint; typedef
120 typedef unsigned long long lzo_uint; typedef
127 typedef unsigned int lzo_uint; typedef
133 typedef unsigned long lzo_uint; typedef
139 # error "lzo_uint"
162 /* The larger type of lzo_uint and lzo_uint32. */
164 # define lzo_xint lzo_uint
169 /* Memory model that allows to access memory at offsets of lzo_uint. */
189 #define lzo_uintp lzo_uint __LZO_MMODE
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dlzoconf.h114 /* 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...]

Completed in 448 milliseconds