/external/valgrind/main/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 | 498 &ce->data[0], (lzo_uint*)&out_len, [all...] |
/external/valgrind/main/auxprogs/ |
valgrind-di-server.c | 828 zBuf, (lzo_uint*)&zLen, wrkmem); [all...] |