Searched refs:LZO_INT64_C (Results 1 – 6 of 6) sorted by relevance
2715 # define LZO_INT64_C(c) ((c) + 0ll)2718 # define LZO_INT64_C(c) (__lzo_gnuc_extension__ (c##LL))2721 # define LZO_INT64_C(c) (c##LL)2729 # define LZO_INT64_C(c) ((c) + 0i64)2732 # define LZO_INT64_C(c) (c##i64)2977 #if !defined(LZO_INT64_C) && defined(lzo_int64l_t)2979 # define LZO_INT64_C(c) ((c) + 0) macro2982 # define LZO_INT64_C(c) ((c) + 0L)2985 # define LZO_INT64_C(c) (c)2988 # define LZO_INT64_C(c) (c##L)
396 #define LZO_INT64_MAX LZO_INT64_C(9223372036854775807)
2735 # define LZO_INT64_C(c) ((c) + 0ll)2738 # define LZO_INT64_C(c) (__lzo_gnuc_extension__ (c##LL))2741 # define LZO_INT64_C(c) (c##LL)2749 # define LZO_INT64_C(c) ((c) + 0i64)2752 # define LZO_INT64_C(c) (c##i64)2997 #if !defined(LZO_INT64_C) && defined(lzo_int64l_t)2999 # define LZO_INT64_C(c) ((c) + 0) macro3002 # define LZO_INT64_C(c) ((c) + 0L)3005 # define LZO_INT64_C(c) (c)3008 # define LZO_INT64_C(c) (c##L)
1781 LZOCHK_ASSERT(((( LZO_INT64_C(1) << 62) + 1) >> 62) == 1)1790 LZOCHK_ASSERT(LZO_INT64_C(9223372036854775807) > LZO_INT64_C(0))1792 LZOCHK_ASSERT(LZO_INT64_C(9223372036854775807) > 0)1794 LZOCHK_ASSERT(LZO_INT64_C(-9223372036854775807) - 1 < 0)1795 LZOCHK_ASSERT( LZO_INT64_C(9223372036854775807) % LZO_INT32_C(2147483629) == 721)1796 LZOCHK_ASSERT( LZO_INT64_C(9223372036854775807) % LZO_INT32_C(2147483647) == 1)1846 #if defined(LZO_INT64_C)1849 LZOCHK_ASSERT(sizeof(LZO_INT64_C(0)) >= 8)