Searched refs:lzo_uint64 (Results 1 – 4 of 4) sorted by relevance
167 # define lzo_uint64 lzo_uint macro175 typedef unsigned long lzo_uint64; typedef212 #define lzo_uint64p lzo_uint64 __LZO_MMODEL *
2172 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint64) == 8)2179 …4(p,v) ((* (__lzo_ua_volatile lzo_uint64p) (__lzo_ua_volatile lzo_voidp) (p)) = (lzo_uint64) (v))2254 lzo_uint64 a_lzo_uint64;2550 ACCCHK_ASSERT(sizeof(lzo_uint64) == 8) in ACCCHK_ASSERT_IS_UNSIGNED_T()2552 ACCCHK_ASSERT_IS_UNSIGNED_T(lzo_uint64) in ACCCHK_ASSERT_IS_UNSIGNED_T()2587 static __lzo_inline unsigned lzo_bitops_clz64(lzo_uint64 v) in lzo_bitops_clz64()2607 static __lzo_inline unsigned lzo_bitops_ctz64(lzo_uint64 v) in lzo_bitops_ctz64()2653 lzo_uint64 c[2]; in _lzo_config_check()2687 u.b[0] = 5; u.b[sizeof(lzo_uint64) + 1] = 6; in _lzo_config_check()2698 { unsigned i; lzo_uint64 v = 1; in _lzo_config_check()[all …]
393 #define lzo_uint64 lzo_uint64_t macro