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

/external/valgrind/main/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 1168 milliseconds