Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_INT64_C

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)
2982 # define LZO_INT64_C(c) ((c) + 0L)
2985 # define LZO_INT64_C(c) (c)
2988 # define LZO_INT64_C(c) (c##L)
2991 # error "LZO_INT64_C"