Searched refs:LZO_UINT64_C (Results 1 – 3 of 3) sorted by relevance
2716 # define LZO_UINT64_C(c) ((c) + 0ull)2719 # define LZO_UINT64_C(c) (__lzo_gnuc_extension__ (c##ULL))2722 # define LZO_UINT64_C(c) (c##ULL)2730 # define LZO_UINT64_C(c) ((c) + 0ui64)2733 # define LZO_UINT64_C(c) (c##ui64)2980 # define LZO_UINT64_C(c) ((c) + 0U) macro2983 # define LZO_UINT64_C(c) ((c) + 0UL)2986 # define LZO_UINT64_C(c) (c##U)2989 # define LZO_UINT64_C(c) (c##UL)
397 #define LZO_UINT64_MAX LZO_UINT64_C(18446744073709551615)
2736 # define LZO_UINT64_C(c) ((c) + 0ull)2739 # define LZO_UINT64_C(c) (__lzo_gnuc_extension__ (c##ULL))2742 # define LZO_UINT64_C(c) (c##ULL)2750 # define LZO_UINT64_C(c) ((c) + 0ui64)2753 # define LZO_UINT64_C(c) (c##ui64)3000 # define LZO_UINT64_C(c) ((c) + 0U) macro3003 # define LZO_UINT64_C(c) ((c) + 0UL)3006 # define LZO_UINT64_C(c) (c##U)3009 # define LZO_UINT64_C(c) (c##UL)