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

  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 186 # define lzo_xint lzo_uint macro
188 # define lzo_xint lzo_uint32 macro
217 #define lzo_xintp lzo_xint __LZO_MMODEL *
322 lzo_xint user2;
323 lzo_xint user3;
  /external/libvncserver/common/
lzoconf.h 126 # define lzo_xint lzo_uint macro
128 # define lzo_xint lzo_uint32_t macro
135 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint))
136 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint32_t))
150 #define lzo_xintp lzo_xint __LZO_MMODEL *
292 lzo_xint user2;
293 lzo_xint user3;
365 lzo_voidp a00; lzo_bytep a01; lzo_uint a02; lzo_xint a03; lzo_uintptr_t a04;
  /external/syslinux/lzo/include/lzo/
lzoconf.h 126 # define lzo_xint lzo_uint macro
128 # define lzo_xint lzo_uint32_t macro
135 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint))
136 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint32_t))
150 #define lzo_xintp lzo_xint __LZO_MMODEL *
292 lzo_xint user2;
293 lzo_xint user3;
365 lzo_voidp a00; lzo_bytep a01; lzo_uint a02; lzo_xint a03; lzo_uintptr_t a04;

Completed in 367 milliseconds